summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ux500
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-09-08clk: ux500: prcmu: convert from round_rate() to determine_rate()Brian Masney-6/+8
2023-06-08clk: ux500: sysctrl: Add a determine_rate hookMaxime Ripard-0/+1
2023-06-08clk: ux500: prcmu: Add a determine_rate hookMaxime Ripard-0/+1
2022-05-18clk: ux500: fix a possible off-by-one in u8500_prcc_reset_base()Hangyu Hua-1/+1
2022-04-25clk: ux500: Implement the missing CLKOUT clocksLinus Walleij-7/+199
2022-04-25clk: ux500: Rewrite PRCMU clocks to use clk_hw_*Linus Walleij-209/+183
2022-04-25clk: ux500: Drop .is_prepared state from PRCMU clocksLinus Walleij-27/+2
2022-04-25clk: ux500: Drop .is_enabled state from PRCMU clocksLinus Walleij-35/+0
2021-10-26clk: ux500: Add driver for the reset portions of PRCCLinus Walleij-13/+243
2021-08-09mfd: db8500-prcmu: Handle missing FW variantLinus Walleij-1/+2
2020-01-04clk: ux500: Fix up the SGA clock for some variantsLinus Walleij-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-12/+6
2019-04-11clk: ux500: add range to usleep_rangeNicholas Mc Guire-1/+2
2018-12-14clk: Use of_node_name_eq for node name comparisonsRob Herring-5/+5
2018-03-23clk: ux500: Drop AB8540/9540 supportLinus Walleij-633/+0
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-12/+6
2017-11-13clk: ux500: Improve sizeof() usageMarkus Elfring-3/+3
2017-11-13clk: ux500: Delete error messages for failed memory allocationsMarkus Elfring-9/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-30clk: ux500: prcc: constify clk_ops.Arvind Yadav-3/+3
2017-08-30clk: ux500: sysctrl: constify clk_ops.Arvind Yadav-4/+4
2017-08-30clk: ux500: prcmu: constify clk_ops.Arvind Yadav-7/+7
2017-01-26clk: ux500: Convert ABx500 clocks to use OF probingLinus Walleij-10/+26
2017-01-26clk: ux500: move AB8500 sysclk over to PRCMU clk driverLinus Walleij-8/+3
2016-07-12ARM: ux500: use CLK_OF_DECLARE()Arnd Bergmann-30/+6
2016-03-02clk: ux500: Remove CLK_IS_ROOTStephen Boyd-84/+75
2015-08-24clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij-154/+209
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd-9/+9
2015-08-24clk: ux500: delete the non-DT U8500 clock implementationLinus Walleij-526/+0
2015-07-20clk: ux500: Remove clk.h and clkdev.h includesStephen Boyd-8/+2
2015-05-07clk: ux500: ape[ate|trace]clk are scaleableLinus Walleij-5/+6
2015-01-27clk: ux500: Drop use of clk-private.hStephen Boyd-2/+0
2014-10-20clk: ux500: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-02-23clk: ux500: Staticize ux500_twocell_getSachin Kamat-1/+2
2013-12-19clk: ux500: Remove extra semicolonSachin Kamat-1/+1
2013-10-18clk: ux500: fix erroneous bit assignmentLinus Walleij-1/+1
2013-09-26clk: ux500: Provide a look-up for the ARMSS clockLee Jones-0/+1
2013-09-26clk: ux500: Add Device Tree support for the TWD clockLee Jones-2/+5
2013-09-26clk: ux500: Add Device Tree support for the RTC clockLee Jones-2/+5
2013-09-26clk: ux500: Add Device Tree support for the PRCC Kernel clockLee Jones-0/+32
2013-09-26clk: ux500: Add Device Tree support for the PRCC Peripheral clockLee Jones-0/+52
2013-09-26clk: ux500: Add Device Tree support for the PRCMU clockLee Jones-2/+48
2013-09-26clk: ux500: Add a 2-cell Device Tree parser for obtaining PRCC clocksLee Jones-0/+22
2013-09-26clk: ux500: Provide u8500_clk with skeleton Device Tree supportLee Jones-0/+19
2013-09-26clk: ux500: Copy u8500_clk_init() ready for DT enablementLee Jones-0/+382
2013-09-26clk: ux500: Remove BML8580 clockLee Jones-1/+1
2013-07-03Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds-9/+567
2013-06-06clk: ux500: Clocks definition for u8540Philippe Begnic-1/+559