aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/versatile
AgeCommit message (Expand)AuthorFilesLines
2018-03-16clk: versatile: Remove WARNs in ->round_rate()Gravatar Brian Starkey 1-2/+2
2018-03-16clk: versatile: add min/max rate boundaries for vexpress osc clockGravatar Sudeep Holla 1-0/+1
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-5/+2
2017-11-13clk: versatile: Improve sizeof() usageGravatar Markus Elfring 1-1/+1
2017-11-13clk: versatile: Delete error messages for failed memory allocationsGravatar Markus Elfring 1-4/+1
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: versatile: make clk_ops constGravatar Bhumika Goyal 1-1/+1
2017-06-02clk: versatile: delete old RealView clock implementationGravatar Linus Walleij 2-98/+0
2017-04-07ARM/clk: move the ICST library to drivers/clkGravatar Linus Walleij 9-3/+170
2016-08-29clk: versatile/icst: support for AP baseboard clocksGravatar Linus Walleij 1-0/+136
2016-08-25clk: versatile/icst: add Integrator core module clocksGravatar Linus Walleij 1-14/+160
2016-03-15clk: versatile: Remove CLK_IS_ROOTGravatar Stephen Boyd 4-9/+6
2016-02-25clk: versatile: sp810: support reentranceGravatar Linus Walleij 1-1/+3
2016-02-10clk: versatile: mask VCO bits before writingGravatar Linus Walleij 1-0/+3
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-37/+172
2015-12-16Merge tag 'realview-base-armsoc-1-tag' of git://git.kernel.org/pub/scm/linux/...Gravatar Arnd Bergmann 3-36/+169
2015-12-15ARM: versatile: switch to DT only booting and remove legacy codeGravatar Rob Herring 1-1/+3
2015-12-15clk: versatile-icst: add device tree supportGravatar Linus Walleij 1-1/+88
2015-12-15clk: versatile-icst: refactor to allocate regmap separatelyGravatar Linus Walleij 1-19/+28
2015-12-15clk: versatile-icst: convert to use regmapGravatar Linus Walleij 2-28/+61
2015-12-15clk/realview: stop using machine headersGravatar Arnd Bergmann 1-3/+7
2015-11-20clk: versatile: remove unneeded error messageGravatar Sudip Mukherjee 1-3/+1
2015-11-18clk: versatile: fix memory leakGravatar Sudip Mukherjee 1-0/+1
2015-10-23clk: versatile-icst: fix memory leakGravatar Linus Walleij 1-1/+3
2015-10-16clk: Allow drivers to build if COMPILE_TEST is enabledGravatar Javier Martinez Canillas 1-1/+1
2015-08-24drivers/clk: appropriate __init annotation for const dataGravatar Nicolas Pitre 2-3/+3
2015-08-24clk: versatile: Switch to assigned clock parentsGravatar Stephen Boyd 1-61/+15
2015-07-29clk: versatile: off by one in clk_sp810_timerclken_of_get()Gravatar Dan Carpenter 1-2/+2
2015-07-20clk: versatile: Remove clk.h and clkdev.h includesGravatar Stephen Boyd 5-7/+5
2015-05-14clk: versatile: Silence sparse warningsGravatar Stephen Boyd 1-2/+2
2015-04-09clk: versatile: test returned valueGravatar Julia Lawall 1-1/+1
2015-04-01clk: constify of_device_id arrayGravatar Fabian Frederick 1-1/+1
2014-11-28ARM: vexpress: Remove non-DT codeGravatar Pawel Moll 3-94/+0
2014-06-24clk: versatile: add versatile OSC supportGravatar Rob Herring 2-5/+36
2014-06-07Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Gravatar Linus Torvalds 2-7/+33
2014-05-30clk: versatile: free icst on error returnGravatar Colin Ian King 1-0/+1
2014-05-23Merge remote-tracking branch 'linaro/clk-next' into clk-nextGravatar Mike Turquette 2-7/+32
2014-05-21clk: impd1: add pclk clocksGravatar Linus Walleij 1-7/+29
2014-05-15clk: versatile: Split config options for sp810 and vexpress_oscGravatar Pawel Moll 2-2/+29
2014-05-15mfd: vexpress: Convert custom func API to regmapGravatar Pawel Moll 1-54/+42
2014-05-14clk/versatile: export symbols for impd1Gravatar Arnd Bergmann 2-0/+3
2014-05-04vexpress: Initialise the sysregs before setting up the clocksGravatar Catalin Marinas 1-0/+2
2014-04-24clk: vexpress: NULL dereference on error pathGravatar Dan Carpenter 1-1/+1
2014-02-26ARM: integrator: localize the impd1.h headerGravatar Linus Walleij 1-2/+4
2014-02-13clk: versatile: respect parent rate in ICST clockGravatar Linus Walleij 2-5/+16
2014-02-13clk: versatile: pass a parent to the ICST clockGravatar Linus Walleij 5-5/+11
2014-02-13ARM: integrator: switch to fetch clocks from device treeGravatar Linus Walleij 1-48/+32
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Gravatar Linus Torvalds 1-1/+1
2014-01-03clk: versatile: fixup IM-PD1 clock implementationGravatar Linus Walleij 1-15/+71
2014-01-03clk: versatile: pass a name to ICST clock providerGravatar Linus Walleij 5-6/+10