aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/clk-u300.h
AgeCommit message (Collapse)AuthorFilesLines
2021-02-08clk: remove u300 driverArnd Bergmann1-1/+0
The ST-Ericsson U300 platform is getting removed, so this driver is no longer needed. Cc: Linus Walleij <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
2012-07-11ARM: u300: convert to common clockLinus Walleij1-0/+1
This converts the U300 clock implementation over to use the common struct clk and moves the implementation down into drivers/clk. Since VCO isn't used in tree it was removed, it's not hard to put it back in if need be. Signed-off-by: Linus Walleij <[email protected]> [[email protected]: trivial Makefile conflict] Signed-off-by: Mike Turquette <[email protected]>