aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/mmp/clk-of-mmp2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 2)Thomas Gleixner1-4/+1
2022-02-25clk: mmp: Declare mux tables as const u32[]Jonathan Neuschäfer1-2/+2
2020-10-13clk: mmp2: Fix the display clock divider baseLubomir Rintel1-2/+2
2020-05-27clk: mmp2: Add support for power islandsLubomir Rintel1-0/+42
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-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: Constify some stringsLubomir Rintel1-6/+7
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+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-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-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
2016-12-08clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_iomapArvind Yadav1-3/+12
2016-11-01clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun1-1/+1
2016-04-15clk: mmp: Remove CLK_IS_ROOTStephen Boyd1-5/+5
2015-06-04clk: mmp: add timer clock for pxa168/mmp2/pxa910Chao Xie1-0/+6
2015-06-04clk: mmp: Fix the wrong factor table for uart PLLChao Xie1-3/+1
2014-11-12clk: mmp: add mmp2 DT support for clock driverChao Xie1-0/+334