index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
mmp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-29
clk: mmp: avoid missing prototype warning
Arnd Bergmann
2
-0
/
+2
2020-06-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
6
-15
/
+688
2020-05-27
clk: mmp2: Add audio clock controller driver
Lubomir Rintel
2
-0
/
+444
2020-05-27
clk: mmp2: Add support for power islands
Lubomir Rintel
4
-1
/
+168
2020-05-27
clk: mmp2: Add the audio clock
Lubomir Rintel
1
-0
/
+4
2020-05-27
clk: mmp2: Add the I2S clocks
Lubomir Rintel
1
-0
/
+46
2020-05-27
clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()
Lubomir Rintel
1
-2
/
+2
2020-05-27
clk: mmp2: Move thermal register defines up a bit
Lubomir Rintel
1
-4
/
+4
2020-05-27
clk: mmp: frac: Allow setting bits other than the numerator/denominator
Lubomir Rintel
2
-0
/
+4
2020-05-27
clk: mmp: frac: Do not lose last 4 digits of precision
Lubomir Rintel
1
-8
/
+16
2020-04-13
clk: mmp2: fix link error without mmp2
Arnd Bergmann
3
-39
/
+32
2020-03-20
clk: mmp2: Fix bit masks for LCDC I/O and pixel clocks
Lubomir Rintel
1
-2
/
+2
2020-03-20
clk: mmp2: Add clock for fifth SD HCI on MMP3
Lubomir Rintel
1
-0
/
+2
2020-03-20
clk: mmp2: Add clocks for the thermal sensors
Lubomir Rintel
1
-0
/
+16
2020-03-20
clk: mmp2: add the GPU clocks
Lubomir Rintel
1
-0
/
+61
2020-03-20
clk: mmp2: Add PLLs that are available on MMP3
Lubomir Rintel
1
-7
/
+27
2020-03-20
clk: mmp2: Check for MMP3
Lubomir Rintel
1
-0
/
+12
2020-03-20
clk: mmp2: Stop pretending PLL outputs are constant
Lubomir Rintel
1
-2
/
+14
2020-03-20
clk: mmp2: Add support for PLL clock sources
Lubomir Rintel
4
-1
/
+195
2020-03-20
clk: mmp2: Constify some strings
Lubomir Rintel
3
-9
/
+10
2020-03-20
clk: mmp2: Remove a unused prototype
Lubomir Rintel
1
-3
/
+0
2020-02-08
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-0
/
+6
2020-02-03
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-2
/
+6
2020-01-06
clk: mmp2: Add HSIC clocks
Lubomir Rintel
1
-0
/
+6
2020-01-06
clk: mmp2: Fix the order of timer mux parents
Lubomir Rintel
1
-1
/
+1
2019-12-23
clk: let init callback return an error code
Jerome Brunet
2
-2
/
+6
2019-10-17
ARM: mmp: add support for MMP3 SoC
Lubomir Rintel
1
-1
/
+1
2019-06-07
clk: mmp: frac: Remove set but not used variable 'prev_rate'
YueHaibing
1
-2
/
+1
2019-04-26
clk: Remove CLK_IS_BASIC clk flag
Stephen Boyd
1
-1
/
+1
2019-02-21
clk: mmp2: separate LCDC peripheral clk form the display clock
Lubomir Rintel
1
-2
/
+3
2019-01-24
Revert "clk: mmp2: add SP clock"
Lubomir Rintel
1
-4
/
+0
2019-01-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+4
2018-12-03
clk: mmp: Off by one in mmp_clk_add()
Dan Carpenter
1
-1
/
+1
2018-11-15
clk: mmp2: add SP clock
Lubomir Rintel
1
-0
/
+4
2018-10-17
clk: mmp2: fix the clock id for sdh2_clk and sdh3_clk
Lubomir Rintel
1
-2
/
+2
2017-11-17
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
8
-35
/
+26
2017-11-15
Merge branch 'clk-cleanup' into clk-next
Stephen Boyd
6
-32
/
+23
2017-11-13
clk: mmp: Adjust checks for NULL pointers
Markus Elfring
4
-12
/
+12
2017-11-13
clk: mmp: Use common error handling code in mmp_clk_register_mix()
Markus Elfring
1
-6
/
+8
2017-11-13
clk: mmp: Delete error messages for failed memory allocations
Markus Elfring
3
-14
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-11-01
clk: mmp: make clk_ops const
Bhumika Goyal
3
-3
/
+3
2017-07-17
clk: mmp: Drop unnecessary static
Julia Lawall
1
-1
/
+1
2016-12-08
clk:mmp:clk-of-mmp2: Free memory and Unmap region obtained by kzalloc and of_...
Arvind Yadav
1
-3
/
+12
2016-12-08
clk:mmp:clk-of-pxa910: Free memory and Unmap region obtained by kzmalloc and ...
Arvind Yadav
1
-4
/
+15
2016-12-08
clk: mmp: clk-of-pxa1928: Free memory obtained by kzalloc
Arvind Yadav
1
-0
/
+3
2016-11-01
clk: mmp: pxa910: fix return value check in pxa910_clk_init()
Wei Yongjun
1
-2
/
+2
2016-11-01
clk: mmp: pxa168: fix return value check in pxa168_clk_init()
Wei Yongjun
1
-1
/
+1
2016-11-01
clk: mmp: mmp2: fix return value check in mmp2_clk_init()
Wei Yongjun
1
-1
/
+1
2016-09-14
clk: mmp: add missing header dependencies
Baoyou Xie
1
-0
/
+1
[next]