summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp
Commit message (Expand)AuthorAgeFilesLines
* clk: mmp2: fix build without CONFIG_PMArnd Bergmann2021-01-121-2/+4
*-. Merge branches 'clk-semicolon', 'clk-axi-clkgen', 'clk-qoriq', 'clk-baikal', ...Stephen Boyd2020-10-201-2/+2
|\ \
| | * clk: mmp2: Fix the display clock divider baseLubomir Rintel2020-10-131-2/+2
| |/
* / clk: mmp: pxa1928: drop unused 'clk' variableKrzysztof Kozlowski2020-09-221-2/+1
|/
* clk: mmp: avoid missing prototype warningArnd Bergmann2020-07-292-0/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-106-15/+688
|\
| * clk: mmp2: Add audio clock controller driverLubomir Rintel2020-05-272-0/+444
| * clk: mmp2: Add support for power islandsLubomir Rintel2020-05-274-1/+168
| * clk: mmp2: Add the audio clockLubomir Rintel2020-05-271-0/+4
| * clk: mmp2: Add the I2S clocksLubomir Rintel2020-05-271-0/+46
| * clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()Lubomir Rintel2020-05-271-2/+2
| * clk: mmp2: Move thermal register defines up a bitLubomir Rintel2020-05-271-4/+4
| * clk: mmp: frac: Allow setting bits other than the numerator/denominatorLubomir Rintel2020-05-272-0/+4
| * clk: mmp: frac: Do not lose last 4 digits of precisionLubomir Rintel2020-05-271-8/+16
* | clk: mmp2: fix link error without mmp2Arnd Bergmann2020-04-133-39/+32
|/
* clk: mmp2: Fix bit masks for LCDC I/O and pixel clocksLubomir Rintel2020-03-201-2/+2
* clk: mmp2: Add clock for fifth SD HCI on MMP3Lubomir Rintel2020-03-201-0/+2
* clk: mmp2: Add clocks for the thermal sensorsLubomir Rintel2020-03-201-0/+16
* clk: mmp2: add the GPU clocksLubomir Rintel2020-03-201-0/+61
* clk: mmp2: Add PLLs that are available on MMP3Lubomir Rintel2020-03-201-7/+27
* clk: mmp2: Check for MMP3Lubomir Rintel2020-03-201-0/+12
* clk: mmp2: Stop pretending PLL outputs are constantLubomir Rintel2020-03-201-2/+14
* clk: mmp2: Add support for PLL clock sourcesLubomir Rintel2020-03-204-1/+195
* clk: mmp2: Constify some stringsLubomir Rintel2020-03-203-9/+10
* clk: mmp2: Remove a unused prototypeLubomir Rintel2020-03-201-3/+0
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-02-081-0/+6
|\
| * clk: mmp2: Add HSIC clocksLubomir Rintel2020-01-061-0/+6
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-02-032-2/+6
|\ \
| * | clk: let init callback return an error codeJerome Brunet2019-12-232-2/+6
| |/
* / clk: mmp2: Fix the order of timer mux parentsLubomir Rintel2020-01-061-1/+1
|/
* ARM: mmp: add support for MMP3 SoCLubomir Rintel2019-10-171-1/+1
* clk: mmp: frac: Remove set but not used variable 'prev_rate'YueHaibing2019-06-071-2/+1
* clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
* clk: mmp2: separate LCDC peripheral clk form the display clockLubomir Rintel2019-02-211-2/+3
* Revert "clk: mmp2: add SP clock"Lubomir Rintel2019-01-241-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-021-0/+4
|\
| * clk: mmp2: add SP clockLubomir Rintel2018-11-151-0/+4
* | clk: mmp: Off by one in mmp_clk_add()Dan Carpenter2018-12-031-1/+1
* | clk: mmp2: fix the clock id for sdh2_clk and sdh3_clkLubomir Rintel2018-10-171-2/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-178-35/+26
|\
| * Merge branch 'clk-cleanup' into clk-nextStephen Boyd2017-11-156-32/+23
| |\
| | * clk: mmp: Adjust checks for NULL pointersMarkus Elfring2017-11-134-12/+12
| | * clk: mmp: Use common error handling code in mmp_clk_register_mix()Markus Elfring2017-11-131-6/+8
| | * clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring2017-11-133-14/+3
| * | clk: mmp: make clk_ops constBhumika Goyal2017-11-013-3/+3
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* clk: mmp: Drop unnecessary staticJulia Lawall2017-07-171-1/+1
* clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_...Arvind Yadav2016-12-081-3/+12
* clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ...Arvind Yadav2016-12-081-4/+15
* clk: mmp: clk-of-pxa1928: Free memory obtained by kzallocArvind Yadav2016-12-081-0/+3