aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ux500/u8500_of_clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25clk: ux500: Implement the missing CLKOUT clocksLinus Walleij1-7/+80
2022-04-25clk: ux500: Rewrite PRCMU clocks to use clk_hw_*Linus Walleij1-145/+118
2021-10-26clk: ux500: Add driver for the reset portions of PRCCLinus Walleij1-13/+17
2021-08-09mfd: db8500-prcmu: Handle missing FW variantLinus Walleij1-1/+2
2020-01-04clk: ux500: Fix up the SGA clock for some variantsLinus Walleij1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2018-12-14clk: Use of_node_name_eq for node name comparisonsRob Herring1-5/+5
2017-01-26clk: ux500: move AB8500 sysclk over to PRCMU clk driverLinus Walleij1-0/+3
2016-07-12ARM: ux500: use CLK_OF_DECLARE()Arnd Bergmann1-14/+2
2016-03-02clk: ux500: Remove CLK_IS_ROOTStephen Boyd1-39/+35
2015-08-24clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij1-71/+92
2015-07-20clk: ux500: Remove clk.h and clkdev.h includesStephen Boyd1-2/+0
2015-05-07clk: ux500: ape[ate|trace]clk are scaleableLinus Walleij1-2/+2
2014-02-23clk: ux500: Staticize ux500_twocell_getSachin Kamat1-1/+2
2013-10-18clk: ux500: fix erroneous bit assignmentLinus Walleij1-1/+1
2013-09-26clk: ux500: Provide a look-up for the ARMSS clockLee Jones1-0/+1
2013-09-26clk: ux500: Add Device Tree support for the TWD clockLee Jones1-2/+5
2013-09-26clk: ux500: Add Device Tree support for the RTC clockLee Jones1-2/+5
2013-09-26clk: ux500: Add Device Tree support for the PRCC Kernel clockLee Jones1-0/+32
2013-09-26clk: ux500: Add Device Tree support for the PRCC Peripheral clockLee Jones1-0/+52
2013-09-26clk: ux500: Add Device Tree support for the PRCMU clockLee Jones1-2/+48
2013-09-26clk: ux500: Add a 2-cell Device Tree parser for obtaining PRCC clocksLee Jones1-0/+22
2013-09-26clk: ux500: Provide u8500_clk with skeleton Device Tree supportLee Jones1-0/+19
2013-09-26clk: ux500: Copy u8500_clk_init() ready for DT enablementLee Jones1-0/+381