aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp (follow)
AgeCommit message (Expand)AuthorFilesLines
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', 'clk-const' and 'clk-mmp2' into clk-nextStephen 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/clk/linuxLinus 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/clk/linuxLinus 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/dtor/inputLinus 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/clk/linuxLinus 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_iomapArvind Yadav1-3/+12
2016-12-08clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and of_iomapArvind Yadav1-4/+15
2016-12-08clk: mmp: clk-of-pxa1928: Free memory obtained by kzallocArvind Yadav1-0/+3