]> git.ipfire.org Git - people/ms/u-boot.git/commit
ddr: altera: Extract DQS enable calibration from rw_mgr_mem_calibrate_vfifo()
authorMarek Vasut <marex@denx.de>
Sat, 18 Jul 2015 00:57:32 +0000 (02:57 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:17 +0000 (14:14 +0200)
commitf09da11e6bf52ace14cd10d5222aab649e74a9ac
tree7e4059badba1c72481f34a3024d967595236edab
parent04372fb89797f8206fd44844df4ca95aaa62b9f9
ddr: altera: Extract DQS enable calibration from rw_mgr_mem_calibrate_vfifo()

Just extract this piece of functionality into separate function
to make the code better separated. This matches the division in
Altera documentation, Altera EMI_RM 2015.05.04 , section 1, the
UniPHY Calibration Stages.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/ddr/altera/sequencer.c