aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-nomadik.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15ARM: nomadik: switch over to using the FSMC driverLinus Walleij1-0/+1
The Nomadik NAND driver is really just a subset of the existing FSMC driver, so let's switch over to using that driver instead, since it handles more variants of this chip. The callbacks for setting up the chip is doing stuff now handled by the FSMC driver. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Alessandro Rubini <rubini@unipv.it> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2012-06-10ARM: nomadik: convert to generic clockLinus Walleij1-0/+47
Remove more custom stuff by simply converting the Nomadik machine to use generic clocks and move the driver to drivers/clk. Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Mike Turquette <mturquette@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>