aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/atmel-sdramc.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-20memory: drop owner assignment from platform_driversWolfram Sang1-1/+0
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2014-07-15memory: add a driver for atmel ram controllersAlexandre Belloni1-0/+98
Atmel SoCs have one or multiple RAM controllers that need one or multiple clocks to run. This driver handle those clocks. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>