aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp
AgeCommit message (Expand)AuthorFilesLines
2023-12-16clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()Kuan-Wei Chiu1-0/+3
2023-08-22clk: pxa910: Move number of clocks to driver sourceDuje Mihanović1-1/+3
2023-08-22clk: pxa1928: Move number of clocks to driver sourceDuje Mihanović1-2/+5
2023-08-22clk: pxa168: Move number of clocks to driver sourceDuje Mihanović1-1/+3
2023-08-22clk: mmp2: Move number of clocks to driver sourceDuje Mihanović2-3/+7
2023-08-22clk: mmp: Remove old non-OF clock driversDuje Mihanović4-1137/+0
2023-03-28clk: mmp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-09-30clk: mmp: pxa168: control shared SDH bits with separate clockDoug Brown1-4/+7
2022-09-30clk: mmp: pxa168: add clocks for SDH2 and SDH3Doug Brown1-0/+6
2022-09-30clk: mmp: pxa168: fix GPIO clock enable bitsDoug Brown1-1/+1
2022-09-30clk: mmp: pxa168: add muxes for more peripheralsDoug Brown1-10/+32
2022-09-30clk: mmp: pxa168: fix incorrect parent clocksDoug Brown1-6/+6
2022-09-30clk: mmp: pxa168: fix const-correctnessDoug Brown1-7/+7
2022-09-30clk: mmp: pxa168: add new clocks for peripheralsDoug Brown1-0/+3
2022-09-30clk: mmp: pxa168: fix incorrect dividersDoug Brown1-2/+2
2022-09-30clk: mmp: pxa168: add additional register definesDoug Brown1-7/+24
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner12-48/+12
2022-03-29Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...Stephen Boyd1-1/+1
2022-03-11clk: cleanup commentsTom Rix1-1/+1
2022-02-25clk: mmp: Declare mux tables as const u32[]Jonathan Neuschäfer1-2/+2
2021-01-12clk: mmp2: fix build without CONFIG_PMArnd Bergmann1-2/+4
2020-10-20Merge branches 'clk-semicolon', 'clk-axi-clkgen', 'clk-qoriq', 'clk-baikal', ...Stephen Boyd1-2/+2
2020-10-13clk: mmp2: Fix the display clock divider baseLubomir Rintel1-2/+2
2020-09-22clk: mmp: pxa1928: drop unused 'clk' variableKrzysztof Kozlowski1-2/+1
2020-07-29clk: mmp: avoid missing prototype warningArnd Bergmann2-0/+2
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds6-15/+688
2020-05-27clk: mmp2: Add audio clock controller driverLubomir Rintel2-0/+444
2020-05-27clk: mmp2: Add support for power islandsLubomir Rintel4-1/+168
2020-05-27clk: mmp2: Add the audio clockLubomir Rintel1-0/+4
2020-05-27clk: mmp2: Add the I2S clocksLubomir Rintel1-0/+46
2020-05-27clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()Lubomir Rintel1-2/+2
2020-05-27clk: mmp2: Move thermal register defines up a bitLubomir Rintel1-4/+4
2020-05-27clk: mmp: frac: Allow setting bits other than the numerator/denominatorLubomir Rintel2-0/+4
2020-05-27clk: mmp: frac: Do not lose last 4 digits of precisionLubomir Rintel1-8/+16
2020-04-13clk: mmp2: fix link error without mmp2Arnd Bergmann3-39/+32
2020-03-20clk: mmp2: Fix bit masks for LCDC I/O and pixel clocksLubomir Rintel1-2/+2
2020-03-20clk: mmp2: Add clock for fifth SD HCI on MMP3Lubomir Rintel1-0/+2
2020-03-20clk: mmp2: Add clocks for the thermal sensorsLubomir Rintel1-0/+16
2020-03-20clk: mmp2: add the GPU clocksLubomir Rintel1-0/+61
2020-03-20clk: mmp2: Add PLLs that are available on MMP3Lubomir Rintel1-7/+27
2020-03-20clk: mmp2: Check for MMP3Lubomir Rintel1-0/+12
2020-03-20clk: mmp2: Stop pretending PLL outputs are constantLubomir Rintel1-2/+14
2020-03-20clk: mmp2: Add support for PLL clock sourcesLubomir Rintel4-1/+195
2020-03-20clk: mmp2: Constify some stringsLubomir Rintel3-9/+10
2020-03-20clk: mmp2: Remove a unused prototypeLubomir Rintel1-3/+0
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+6
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-2/+6
2020-01-06clk: mmp2: Add HSIC clocksLubomir Rintel1-0/+6
2020-01-06clk: mmp2: Fix the order of timer mux parentsLubomir Rintel1-1/+1
2019-12-23clk: let init callback return an error codeJerome Brunet2-2/+6
2019-10-17ARM: mmp: add support for MMP3 SoCLubomir Rintel1-1/+1
2019-06-07clk: mmp: frac: Remove set but not used variable 'prev_rate'YueHaibing1-2/+1
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd1-1/+1
2019-02-21clk: mmp2: separate LCDC peripheral clk form the display clockLubomir Rintel1-2/+3
2019-01-24Revert "clk: mmp2: add SP clock"Lubomir Rintel1-4/+0
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+4
2018-12-03clk: mmp: Off by one in mmp_clk_add()Dan Carpenter1-1/+1
2018-11-15clk: mmp2: add SP clockLubomir Rintel1-0/+4
2018-10-17clk: mmp2: fix the clock id for sdh2_clk and sdh3_clkLubomir Rintel1-2/+2
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds8-35/+26
2017-11-15Merge branch 'clk-cleanup' into clk-nextStephen Boyd6-32/+23
2017-11-13clk: mmp: Adjust checks for NULL pointersMarkus Elfring4-12/+12
2017-11-13clk: mmp: Use common error handling code in mmp_clk_register_mix()Markus Elfring1-6/+8
2017-11-13clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring3-14/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-11-01clk: mmp: make clk_ops constBhumika Goyal3-3/+3
2017-07-17clk: mmp: Drop unnecessary staticJulia Lawall1-1/+1
2016-12-08clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_...Arvind Yadav1-3/+12
2016-12-08clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ...Arvind Yadav1-4/+15
2016-12-08clk: mmp: clk-of-pxa1928: Free memory obtained by kzallocArvind Yadav1-0/+3
2016-11-01clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun1-2/+2
2016-11-01clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun1-1/+1
2016-11-01clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun1-1/+1
2016-09-14clk: mmp: add missing header dependenciesBaoyou Xie1-0/+1
2016-04-15clk: mmp: Remove CLK_IS_ROOTStephen Boyd7-38/+30
2016-03-29clk: mmp: Make reset_control_ops constPhilipp Zabel1-1/+1
2015-12-01clk: mmp: stop using platform headersArnd Bergmann3-19/+19
2015-08-24clk: mmp: Convert to clk_hw based provider APIsStephen Boyd2-21/+17
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-4/+4
2015-08-07clk/mmp: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+3
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd3-4/+1
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon1-1/+4
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon1-11/+9
2015-07-20clk: mmp: Remove clk.h includeStephen Boyd3-4/+1
2015-06-04clk: mmp: add timer clock for pxa168/mmp2/pxa910Chao Xie3-0/+24
2015-06-04clk: mmp: Fix the wrong factor table for uart PLLChao Xie2-6/+2
2015-06-04clk: mmp: add fixed clock UBS_PLL for pxa910/pxa168Chao Xie2-0/+2
2015-05-15clk: mmp: add PXA1928 clock supportRob Herring2-0/+267
2015-05-14clk: mmp: Silence sparse warningsStephen Boyd2-2/+2
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-0/+2
2014-12-11clk: mmp: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-2/+2
2014-11-12clk: mmp: add mmp2 DT support for clock driverChao Xie2-0/+335
2014-11-12clk: mmp: add pxa910 DT support for clock driverChao Xie2-1/+302
2014-11-12clk: mmp: add pxa168 DT support for clock driverChao Xie2-0/+281
2014-11-12clk: mmp: add reset supportChao Xie3-0/+132
2014-11-12clk: mmp: add basic support functions for DT supportChao Xie3-2/+298
2014-11-12clk: mmp: add mmp private gate clockChao Xie3-1/+155
2014-11-12clk: mmp: add clock type mixChao Xie3-1/+580
2014-11-12clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie2-18/+22
2014-11-12clk: mmp: add init callback for clk-fracChao Xie1-0/+40
2014-11-12clk: mmp: add spin lock for clk-fracChao Xie5-5/+15
2014-11-12clk: mmp: add prefix "mmp" for structures defined for clk-fracChao Xie5-21/+22
2014-03-26clk: mmp: try to use closer one when do round rateChao Xie1-3/+7
2014-03-26clk: mmp: fix the wrong calculation formulaChao Xie1-5/+5
2014-03-26clk: mmp: fix wrong mask when calculate denominatorChao Xie1-1/+1
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan3-38/+72
2013-04-11ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang3-3/+3
2012-08-28clk: mmp: add clock definition for mmp2Chao Xie2-0/+450
2012-08-28clk: mmp: add clock definition for pxa910Chao Xie2-0/+321
2012-08-28clk: mmp: add clock definition for pxa168Chao Xie2-0/+348
2012-08-28clk: mmp: add mmp specific clocksChao Xie5-0/+442