ddr: altera: Minor clean up of rw_mgr_mem_handoff()

Add kerneldoc and perform a minor comment cleanup.

Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
Marek Vasut 2015-07-26 10:59:19 +02:00
parent c984278a66
commit f1f22f7204

View file

@ -1018,21 +1018,22 @@ static void rw_mgr_mem_initialize(void)
0); 0);
} }
/* /**
* At the end of calibration we have to program the user settings in, and * rw_mgr_mem_handoff() - Hand off the memory to user
* USER hand off the memory to the user. *
* At the end of calibration we have to program the user settings in
* and hand off the memory to the user.
*/ */
static void rw_mgr_mem_handoff(void) static void rw_mgr_mem_handoff(void)
{ {
rw_mgr_mem_load_user(RW_MGR_MRS0_USER_MIRR, RW_MGR_MRS0_USER, 1); rw_mgr_mem_load_user(RW_MGR_MRS0_USER_MIRR, RW_MGR_MRS0_USER, 1);
/* /*
* USER need to wait tMOD (12CK or 15ns) time before issuing * Need to wait tMOD (12CK or 15ns) time before issuing other
* other commands, but we will have plenty of NIOS cycles before * commands, but we will have plenty of NIOS cycles before actual
* actual handoff so its okay. * handoff so its okay.
*/ */
} }
/** /**
* rw_mgr_mem_calibrate_write_test_issue() - Issue write test command * rw_mgr_mem_calibrate_write_test_issue() - Issue write test command
* @group: Write Group * @group: Write Group