aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/pxa
AgeCommit message (Expand)Author
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-06-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-06-14clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accrArnd Bergmann
2023-06-08clk: pxa: Add a determine_rate hookMaxime Ripard
2023-05-26ARM: pxa: fix missing-prototypes warningsArnd Bergmann
2022-10-03clk: pxa: add a check for the return value of kzalloc()Xiaoke Wang
2022-05-07ARM: pxa: move clk register definitions to driverArnd Bergmann
2022-05-07ARM: pxa: move smemc register access from clk to platformArnd Bergmann
2022-05-07cpufreq: pxa3: move clk register access to clk driverArnd Bergmann
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann
2020-10-13clk: pxa: Constify static struct clk_opsRikard Falkeborn
2019-11-13clk: pxa: fix one of the pxa RTC clocksRobert Jarzmik
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2018-11-06clk: pxa: constify clk_ops structuresJulia Lawall
2018-07-06clk: pxa: export 32kHz PLLRobert Jarzmik
2017-12-28clk: pxa: unbreak lookup of CLK_POUTIgor Grinberg
2017-11-14clk: pxa: fix building on older compilersArnd Bergmann
2016-12-15Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2016-11-09clk: pxa: Use __iomem properly and staticize lock variableStephen Boyd
2016-11-09clk: pxa: fix pxa2xx_determine_rate returnArnd Bergmann
2016-11-08clk: pxa mark dummy helper as 'inline'Arnd Bergmann
2016-11-04clk: pxa: transfer CPU clock setting from pxa2xx-cpufreqRobert Jarzmik
2016-11-01clk: pxa: export core clocksRobert Jarzmik
2016-11-01clk: pxa: b bit of clkcfg means fast busRobert Jarzmik
2016-11-01clk: pxa: core pll is not affected by t bitRobert Jarzmik
2016-11-01clk: pxa: remove unused variablesRobert Jarzmik
2016-10-18clk: pxa25x: OSTIMER0 clocks from the main oscillatorRussell King - ARM Linux
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2016-03-02clk: pxa: Remove CLK_IS_ROOTStephen Boyd
2016-02-01ARM: pxa: define clock registers as __iomemArnd Bergmann
2015-12-01ARM: pxa: make more mach/*.h files localArnd Bergmann
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-07clk: pxa: pxa3xx: fix CKEN register accessRobert Jarzmik
2015-07-28clk: pxa: fix core frequency reporting unitRobert Jarzmik
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-12clk: pxa: Fix const discarding warningStephen Boyd
2015-06-04clk: make several parent names constUwe Kleine-König
2015-05-12clk: pxa: add missing pxa27x clocks for Irda and sa1100-rtcRobert Jarzmik
2015-05-12ARM: pxa: change clocks init sequenceRobert Jarzmik
2015-04-12clk: don't use __initconst for non-const arraysUwe Kleine-König
2015-04-10clk: pxa: pxa3xx: add missing os timer clockRobert Jarzmik
2015-02-18clk: Replace explicit clk assignment with __clk_hw_set_clkJavier Martinez Canillas
2015-01-27clk: pxa: add pxa3xx clock driverRobert Jarzmik
2014-11-24Merge branch 'clk-fixes' into clk-nextMichael Turquette
2014-11-17clk: pxa: keep clocks initialization separated per variantRobert Jarzmik
2014-11-17clk: pxa: declare init function and data __initRobert Jarzmik
2014-11-17clk: pxa: fix pxa27x CCCR bit usageRobert Jarzmik
2014-11-17clk: add pxa25x clock driversRobert Jarzmik