summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ux500
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-306-12/+6Star
* clk: ux500: add range to usleep_rangeNicholas Mc Guire2019-04-111-1/+2
* clk: Use of_node_name_eq for node name comparisonsRob Herring2018-12-141-5/+5
* clk: ux500: Drop AB8540/9540 supportLinus Walleij2018-03-234-633/+0Star
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-183-12/+6Star
|\
| * clk: ux500: Improve sizeof() usageMarkus Elfring2017-11-143-3/+3
| * clk: ux500: Delete error messages for failed memory allocationsMarkus Elfring2017-11-143-9/+3Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* clk: ux500: prcc: constify clk_ops.Arvind Yadav2017-08-311-3/+3
* clk: ux500: sysctrl: constify clk_ops.Arvind Yadav2017-08-311-4/+4
* clk: ux500: prcmu: constify clk_ops.Arvind Yadav2017-08-311-7/+7
* clk: ux500: Convert ABx500 clocks to use OF probingLinus Walleij2017-01-271-10/+26
* clk: ux500: move AB8500 sysclk over to PRCMU clk driverLinus Walleij2017-01-272-8/+3Star
* ARM: ux500: use CLK_OF_DECLARE()Arnd Bergmann2016-07-123-30/+6Star
* clk: ux500: Remove CLK_IS_ROOTStephen Boyd2016-03-033-84/+75Star
* clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij2015-08-253-154/+209
* clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-252-9/+9
* clk: ux500: delete the non-DT U8500 clock implementationLinus Walleij2015-08-252-526/+0Star
* clk: ux500: Remove clk.h and clkdev.h includesStephen Boyd2015-07-206-8/+2Star
* clk: ux500: ape[ate|trace]clk are scaleableLinus Walleij2015-05-072-5/+6
* clk: ux500: Drop use of clk-private.hStephen Boyd2015-01-272-2/+0Star
* clk: ux500: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* clk: ux500: Staticize ux500_twocell_getSachin Kamat2014-02-241-1/+2
* clk: ux500: Remove extra semicolonSachin Kamat2013-12-201-1/+1
* clk: ux500: fix erroneous bit assignmentLinus Walleij2013-10-181-1/+1
* clk: ux500: Provide a look-up for the ARMSS clockLee Jones2013-09-261-0/+1
* clk: ux500: Add Device Tree support for the TWD clockLee Jones2013-09-261-2/+5
* clk: ux500: Add Device Tree support for the RTC clockLee Jones2013-09-261-2/+5
* clk: ux500: Add Device Tree support for the PRCC Kernel clockLee Jones2013-09-261-0/+32
* clk: ux500: Add Device Tree support for the PRCC Peripheral clockLee Jones2013-09-261-0/+52
* clk: ux500: Add Device Tree support for the PRCMU clockLee Jones2013-09-261-2/+48
* clk: ux500: Add a 2-cell Device Tree parser for obtaining PRCC clocksLee Jones2013-09-261-0/+22
* clk: ux500: Provide u8500_clk with skeleton Device Tree supportLee Jones2013-09-261-0/+19
* clk: ux500: Copy u8500_clk_init() ready for DT enablementLee Jones2013-09-262-0/+382
* clk: ux500: Remove BML8580 clockLee Jones2013-09-261-1/+1
* Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-033-9/+567
|\
| * clk: ux500: Clocks definition for u8540Philippe Begnic2013-06-071-1/+559
| * clk: ux500: Pass clock base adresses in initcall for u8540 and u9540Philippe Begnic2013-06-072-4/+4
| * clk: ux500: abx500-clk: rename ux500 audio codec aliasesFabio Baltieri2013-05-291-4/+4
* | clk: ux500: clk-sysctrl: handle clocks with no parentsFabio Baltieri2013-05-291-1/+7
* | clk: ux500: Provide device enumeration number suffix for SMSC911xLee Jones2013-05-291-1/+1
|/
* Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-022-72/+71Star
|\
| * ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij2013-04-081-1/+0Star
| * clk: ux500: pass clock base adresses in init callLinus Walleij2013-04-081-71/+71
* | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-021-1/+2
|\ \
| * | clk: ux500: Provide an alias for the SMSC911x Ethernet chipLee Jones2013-03-011-0/+1
| * | clk: ux500: Ensure the FMSC clock is obtainableLee Jones2013-03-011-1/+1
| |/
* | clk: ux500: fix mismatched typesMike Turquette2013-04-221-2/+3
* | clk: ux500: abx500: Define clock tree for ab850xUlf Hansson2013-04-101-3/+68
* | clk: ux500: Add support for sysctrl clocksUlf Hansson2013-04-103-0/+251