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