summaryrefslogtreecommitdiff
path: root/arch/arm/plat-versatile/include/plat/clock.h
AgeCommit message (Collapse)AuthorFilesLines
2017-04-07ARM: plat-versatile: remove stale clock headerLinus Walleij1-15/+0
All the Versatile platforms (Integrator, Versatile, RealView Versatile Express) have been migrated to use the drivers/clk subsystem. Clean out this header that is not referenced anywhere anymore. Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2010-05-02ARM: Indirect round/set_rate operations through clk structureRussell King1-0/+15
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>