[U-Boot] [PATCH 096/172] ddr: altera: Internal mem_calibrate() cleanup part 6
Marek Vasut
marex at denx.de
Mon Jul 27 22:50:59 CEST 2015
Add kerneldoc to this function.
Signed-off-by: Marek Vasut <marex at denx.de>
---
drivers/ddr/altera/sequencer.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/ddr/altera/sequencer.c b/drivers/ddr/altera/sequencer.c
index 6cc11b9..a94f88e 100644
--- a/drivers/ddr/altera/sequencer.c
+++ b/drivers/ddr/altera/sequencer.c
@@ -3258,7 +3258,11 @@ static void mem_skip_calibrate(void)
writel(gbl->curr_read_lat, &phy_mgr_cfg->phy_rlat);
}
-/* Memory calibration entry point */
+/**
+ * mem_calibrate() - Memory calibration entry point.
+ *
+ * Perform memory calibration.
+ */
static uint32_t mem_calibrate(void)
{
uint32_t i;
--
2.1.4
More information about the U-Boot
mailing list