aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/ux500
AgeCommit message (Expand)AuthorFilesLines
2020-01-04clk: ux500: Fix up the SGA clock for some variantsGravatar Linus Walleij 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 6-12/+6
2019-04-11clk: ux500: add range to usleep_rangeGravatar Nicholas Mc Guire 1-1/+2
2018-12-14clk: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-5/+5
2018-03-23clk: ux500: Drop AB8540/9540 supportGravatar Linus Walleij 4-633/+0
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 3-12/+6
2017-11-13clk: ux500: Improve sizeof() usageGravatar Markus Elfring 3-3/+3
2017-11-13clk: ux500: Delete error messages for failed memory allocationsGravatar Markus Elfring 3-9/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-30clk: ux500: prcc: constify clk_ops.Gravatar Arvind Yadav 1-3/+3
2017-08-30clk: ux500: sysctrl: constify clk_ops.Gravatar Arvind Yadav 1-4/+4
2017-08-30clk: ux500: prcmu: constify clk_ops.Gravatar Arvind Yadav 1-7/+7
2017-01-26clk: ux500: Convert ABx500 clocks to use OF probingGravatar Linus Walleij 1-10/+26
2017-01-26clk: ux500: move AB8500 sysclk over to PRCMU clk driverGravatar Linus Walleij 2-8/+3
2016-07-12ARM: ux500: use CLK_OF_DECLARE()Gravatar Arnd Bergmann 3-30/+6
2016-03-02clk: ux500: Remove CLK_IS_ROOTGravatar Stephen Boyd 3-84/+75
2015-08-24clk/ARM: move Ux500 PRCC bases to the device treeGravatar Linus Walleij 3-154/+209
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Gravatar Stephen Boyd 2-9/+9
2015-08-24clk: ux500: delete the non-DT U8500 clock implementationGravatar Linus Walleij 2-526/+0
2015-07-20clk: ux500: Remove clk.h and clkdev.h includesGravatar Stephen Boyd 6-8/+2
2015-05-07clk: ux500: ape[ate|trace]clk are scaleableGravatar Linus Walleij 2-5/+6
2015-01-27clk: ux500: Drop use of clk-private.hGravatar Stephen Boyd 2-2/+0
2014-10-20clk: ux500: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-02-23clk: ux500: Staticize ux500_twocell_getGravatar Sachin Kamat 1-1/+2
2013-12-19clk: ux500: Remove extra semicolonGravatar Sachin Kamat 1-1/+1
2013-10-18clk: ux500: fix erroneous bit assignmentGravatar Linus Walleij 1-1/+1
2013-09-26clk: ux500: Provide a look-up for the ARMSS clockGravatar Lee Jones 1-0/+1
2013-09-26clk: ux500: Add Device Tree support for the TWD clockGravatar Lee Jones 1-2/+5
2013-09-26clk: ux500: Add Device Tree support for the RTC clockGravatar Lee Jones 1-2/+5
2013-09-26clk: ux500: Add Device Tree support for the PRCC Kernel clockGravatar Lee Jones 1-0/+32
2013-09-26clk: ux500: Add Device Tree support for the PRCC Peripheral clockGravatar Lee Jones 1-0/+52
2013-09-26clk: ux500: Add Device Tree support for the PRCMU clockGravatar Lee Jones 1-2/+48
2013-09-26clk: ux500: Add a 2-cell Device Tree parser for obtaining PRCC clocksGravatar Lee Jones 1-0/+22
2013-09-26clk: ux500: Provide u8500_clk with skeleton Device Tree supportGravatar Lee Jones 1-0/+19
2013-09-26clk: ux500: Copy u8500_clk_init() ready for DT enablementGravatar Lee Jones 2-0/+382
2013-09-26clk: ux500: Remove BML8580 clockGravatar Lee Jones 1-1/+1
2013-07-03Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxGravatar Linus Torvalds 3-9/+567
2013-06-06clk: ux500: Clocks definition for u8540Gravatar Philippe Begnic 1-1/+559
2013-06-06clk: ux500: Pass clock base adresses in initcall for u8540 and u9540Gravatar Philippe Begnic 2-4/+4
2013-05-29clk: ux500: clk-sysctrl: handle clocks with no parentsGravatar Fabio Baltieri 1-1/+7
2013-05-29clk: ux500: Provide device enumeration number suffix for SMSC911xGravatar Lee Jones 1-1/+1
2013-05-28clk: ux500: abx500-clk: rename ux500 audio codec aliasesGravatar Fabio Baltieri 1-4/+4
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-72/+71
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2013-04-22clk: ux500: fix mismatched typesGravatar Mike Turquette 1-2/+3
2013-04-10clk: ux500: abx500: Define clock tree for ab850xGravatar Ulf Hansson 1-3/+68
2013-04-10clk: ux500: Add support for sysctrl clocksGravatar Ulf Hansson 3-0/+251
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Gravatar Linus Walleij 1-1/+0
2013-04-08clk: ux500: pass clock base adresses in init callGravatar Linus Walleij 1-71/+71
2013-03-27clk: ux500: Fix prcmu clocks registrationGravatar Maxime Coquelin 1-5/+5