summaryrefslogtreecommitdiff
path: root/drivers/ddr
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-20 04:34:51 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:16 +0200
commit3589fbfbc3b5e178fc9f57882006a49946debd45 (patch)
tree5d7100534a23fdcd02979b035628433e251d8407 /drivers/ddr
parentc452dcd0b7bcabfcf76088f8cec3bc8fd5dd8ffd (diff)
downloadu-boot-imx-3589fbfbc3b5e178fc9f57882006a49946debd45.zip
u-boot-imx-3589fbfbc3b5e178fc9f57882006a49946debd45.tar.gz
u-boot-imx-3589fbfbc3b5e178fc9f57882006a49946debd45.tar.bz2
ddr: altera: Internal mem_calibrate() cleanup part 6
Add kerneldoc to this function. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/ddr')
-rw-r--r--drivers/ddr/altera/sequencer.c6
1 files changed, 5 insertions, 1 deletions
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;