aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/versatile
AgeCommit message (Expand)AuthorFilesLines
2023-06-08clk: versatile: sp810: Add a determine_rate hookMaxime Ripard1-0/+1
2021-12-07clk: versatile: clk-icst: use after free on error pathDan Carpenter1-1/+1
2021-11-11clk: versatile: clk-icst: Ensure clock names are uniqueRob Herring1-2/+4
2021-10-14clk: versatile: hide clock drivers from non-ARM usersJean Delvare1-0/+1
2021-10-14clk: versatile: Rename ICST to CLK_ICSTJean Delvare2-2/+2
2021-09-14clk: versatile: clk-icst: Support 'reg' in addition to 'vco-offset' for regis...Rob Herring1-1/+2
2021-06-04clk: versatile: Depend on HAS_IOMEMStephen Boyd1-0/+1
2021-06-01clk: versatile: remove dependency on ARCH_*Peter Collingbourne1-2/+0
2021-02-11clk: versatile: clk-icst: Fix worthy struct documentation blockLee Jones1-3/+4
2020-09-10clk: versatile: Add of_node_put() before return statementSumera Priyadarsini1-1/+3
2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkAlexander A. Klimov2-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+1
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-143/+19
2020-05-29ARM: zynq: Don't select CONFIG_ICSTRob Herring1-1/+1
2020-05-28clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILERob Herring1-7/+4
2020-05-26clk: versatile: remove redundant assignment to pointer clkColin Ian King1-1/+1
2020-05-15Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2-23/+23
2020-05-15clk: versatile: Drop the legacy IM-PD1 clock codeRob Herring1-121/+0
2020-05-13clk: vexpress-osc: Support building as a moduleRob Herring2-7/+5
2020-05-05clk: impd1: Look up clock-output-namesLinus Walleij1-0/+1
2020-05-05clk: vexpress-osc: Use the devres clock API variantsRob Herring1-5/+5
2020-05-05clk: versatile: Only enable SP810 on 32-bit by defaultRob Herring1-1/+1
2020-05-05clk: versatile: Rework kconfig structureRob Herring1-10/+12
2020-03-20clk: versatile: Add device tree probing for IM-PD1 clocksLinus Walleij2-0/+80
2020-03-20clk: versatile: Export icst_clk_setup()Linus Walleij2-18/+28
2020-01-04clk: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-08-07clk: versatile: Add of_node_put() in cm_osc_setup()Nishka Dasgupta1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-20/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2-16/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-12-10clk: versatile: sp810: Remove usage of CLK_IS_BASICStephen Boyd1-1/+1
2018-03-16clk: versatile: Remove WARNs in ->round_rate()Brian Starkey1-2/+2
2018-03-16clk: versatile: add min/max rate boundaries for vexpress osc clockSudeep Holla1-0/+1
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-5/+2
2017-11-13clk: versatile: Improve sizeof() usageMarkus Elfring1-1/+1
2017-11-13clk: versatile: Delete error messages for failed memory allocationsMarkus Elfring1-4/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-30clk: versatile: make clk_ops constBhumika Goyal1-1/+1
2017-06-02clk: versatile: delete old RealView clock implementationLinus Walleij2-98/+0
2017-04-07ARM/clk: move the ICST library to drivers/clkLinus Walleij9-3/+170
2016-08-29clk: versatile/icst: support for AP baseboard clocksLinus Walleij1-0/+136
2016-08-25clk: versatile/icst: add Integrator core module clocksLinus Walleij1-14/+160
2016-03-15clk: versatile: Remove CLK_IS_ROOTStephen Boyd4-9/+6
2016-02-25clk: versatile: sp810: support reentranceLinus Walleij1-1/+3
2016-02-10clk: versatile: mask VCO bits before writingLinus Walleij1-0/+3
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-37/+172
2015-12-16Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann3-36/+169
2015-12-15ARM: versatile: switch to DT only booting and remove legacy codeRob Herring1-1/+3
2015-12-15clk: versatile-icst: add device tree supportLinus Walleij1-1/+88
2015-12-15clk: versatile-icst: refactor to allocate regmap separatelyLinus Walleij1-19/+28
2015-12-15clk: versatile-icst: convert to use regmapLinus Walleij2-28/+61
2015-12-15clk/realview: stop using machine headersArnd Bergmann1-3/+7
2015-11-20clk: versatile: remove unneeded error messageSudip Mukherjee1-3/+1
2015-11-18clk: versatile: fix memory leakSudip Mukherjee1-0/+1
2015-10-23clk: versatile-icst: fix memory leakLinus Walleij1-1/+3
2015-10-16clk: Allow drivers to build if COMPILE_TEST is enabledJavier Martinez Canillas1-1/+1
2015-08-24drivers/clk: appropriate __init annotation for const dataNicolas Pitre2-3/+3
2015-08-24clk: versatile: Switch to assigned clock parentsStephen Boyd1-61/+15
2015-07-29clk: versatile: off by one in clk_sp810_timerclken_of_get()Dan Carpenter1-2/+2
2015-07-20clk: versatile: Remove clk.h and clkdev.h includesStephen Boyd5-7/+5
2015-05-14clk: versatile: Silence sparse warningsStephen Boyd1-2/+2
2015-04-09clk: versatile: test returned valueJulia Lawall1-1/+1
2015-04-01clk: constify of_device_id arrayFabian Frederick1-1/+1
2014-11-28ARM: vexpress: Remove non-DT codePawel Moll3-94/+0
2014-06-24clk: versatile: add versatile OSC supportRob Herring2-5/+36
2014-06-07Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2-7/+33
2014-05-30clk: versatile: free icst on error returnColin Ian King1-0/+1
2014-05-23Merge remote-tracking branch 'linaro/clk-next' into clk-nextMike Turquette2-7/+32
2014-05-21clk: impd1: add pclk clocksLinus Walleij1-7/+29
2014-05-15clk: versatile: Split config options for sp810 and vexpress_oscPawel Moll2-2/+29
2014-05-15mfd: vexpress: Convert custom func API to regmapPawel Moll1-54/+42
2014-05-14clk/versatile: export symbols for impd1Arnd Bergmann2-0/+3
2014-05-04vexpress: Initialise the sysregs before setting up the clocksCatalin Marinas1-0/+2
2014-04-24clk: vexpress: NULL dereference on error pathDan Carpenter1-1/+1
2014-02-26ARM: integrator: localize the impd1.h headerLinus Walleij1-2/+4
2014-02-13clk: versatile: respect parent rate in ICST clockLinus Walleij2-5/+16
2014-02-13clk: versatile: pass a parent to the ICST clockLinus Walleij5-5/+11
2014-02-13ARM: integrator: switch to fetch clocks from device treeLinus Walleij1-48/+32
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds1-1/+1
2014-01-03clk: versatile: fixup IM-PD1 clock implementationLinus Walleij1-15/+71
2014-01-03clk: versatile: pass a name to ICST clock providerLinus Walleij5-6/+10
2013-12-19clk: versatile: Staticize clk_sp810_timerclken_of_getSachin Kamat1-1/+1
2013-10-07clk: fixup argument order when setting VCO parametersJonathan Austin1-1/+1
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan1-2/+2
2013-06-20clk: vexpress: Use full node name to identify individual clocksPawel Moll1-2/+2
2013-04-18clk: vexpress: Add separate SP810 driverPawel Moll3-50/+189
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-01-30arm: Move sp810.h to include/linux/amba/Catalin Marinas1-2/+1
2013-01-24clk: vexpress: Use common of_clk_init() functionPrashant Gaikwad2-7/+2
2012-11-21clk: move IM-PD1 clocks to drivers/clkLinus Walleij2-0/+98
2012-11-21clk: make ICST driver handle the VCO registersLinus Walleij4-95/+81
2012-11-21clk: add GPLv2 headers to the Versatile clock filesLinus Walleij3-1/+23
2012-10-29clk: Common clocks implementation for Versatile ExpressPawel Moll2-0/+143
2012-10-29clk: Versatile Express clock generators ("osc") driverPawel Moll2-0/+147
2012-08-24clk: convert ARM RealView to common clkLinus Walleij2-0/+115
2012-07-11ARM: integrator: convert to common clockLinus Walleij2-0/+112
2012-07-11clk: add versatile ICST307 driverLinus Walleij3-0/+112