index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-28
clk: ti: make use of of_clk_parent_fill helper function
Dinh Nguyen
5
-14
/
+5
2015-07-28
clk: sunxi: make use of of_clk_parent_fill helper function
Dinh Nguyen
4
-19
/
+7
2015-07-28
clk: st: make use of of_clk_parent_fill helper function
Dinh Nguyen
2
-9
/
+4
2015-07-28
clk: keystone: make use of of_clk_parent_fill helper function
Dinh Nguyen
1
-2
/
+1
2015-07-28
clk: at91: make use of of_clk_parent_fill helper function
Dinh Nguyen
6
-42
/
+7
2015-07-28
clk: mediatek: Add MT8173 MMPLL change rate support
James Liao
3
-6
/
+42
2015-07-28
clk: mediatek: Fix calculation of PLL rate settings
James Liao
1
-2
/
+2
2015-07-28
clk: mediatek: Fix PLL registers setting flow
James Liao
1
-9
/
+12
2015-07-28
clk: Allow providers to configure min/max rates
Stephen Boyd
1
-2
/
+14
2015-07-28
clk: twl6040: Convert to use devm_clk_register
Axel Lin
1
-11
/
+1
2015-07-28
clk: s2mps11: Simplify s2mps11_clk_probe unwind paths
Axel Lin
1
-10
/
+4
2015-07-28
clk: shmobile: Remove unneeded #include <linux/clkdev.h>
Geert Uytterhoeven
7
-7
/
+7
2015-07-28
clk: ti: Force pointer to be __iomem
Stephen Boyd
1
-1
/
+1
2015-07-28
clk: ti: clk-3xxx: Remove unused structures
Stephen Boyd
1
-10
/
+0
2015-07-28
clk: ti: Mark ti_clk_features static
Stephen Boyd
1
-1
/
+1
2015-07-28
clk: ti: Check kzalloc() for failures
Stephen Boyd
1
-0
/
+2
2015-07-28
Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...
Stephen Boyd
20
-19
/
+2543
2015-07-28
clk: h8300: Fix signness bug
Axel Lin
2
-2
/
+2
2015-07-28
clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks
Stephen Boyd
2
-0
/
+2
2015-07-28
clk: gpio: Unlock mutex on error path
Stephen Boyd
1
-2
/
+4
2015-07-28
clk: h8300: Use standard Linux I/O accessors
Stephen Boyd
1
-5
/
+5
2015-07-28
clk: h8300: Drop allocation printk and cleanup sizeof style
Stephen Boyd
1
-4
/
+2
2015-07-28
Merge branch 'clk-determine-rate-struct' into clk-next
Stephen Boyd
14
-295
/
+323
2015-07-28
clk: fix some determine_rate implementations
Boris Brezillon
7
-8
/
+20
2015-07-28
clk: change clk_ops' ->determine_rate() prototype
Boris Brezillon
14
-292
/
+308
2015-07-14
clk: st: Fix error paths and allocation style
Stephen Boyd
1
-38
/
+45
2015-07-08
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
1
-1
/
+1
2015-07-08
clk: Move clk_provider_list to scope of function using it
Stephen Boyd
1
-2
/
+1
2015-07-08
clk: Check for allocation errors in of_clk_init()
Stephen Boyd
1
-2
/
+11
2015-07-08
Merge branch 'clk-rk3368' into clk-next
Stephen Boyd
8
-16
/
+1090
2015-07-08
clk: qcom: Add support for SR2 PLLs
Georgi Djakov
2
-0
/
+76
2015-07-08
clk: at91: Silence warnings and cleanup __init/extern usage
Stephen Boyd
1
-66
/
+58
2015-07-08
drivers: clk: st: Incorrect register offset used for lock_status
Pankaj Dev
1
-1
/
+1
2015-07-07
clk: qcom: Constify the parent names arrays
Georgi Djakov
11
-67
/
+67
2015-07-07
clk: xgene: Delete duplicated name field
Matthias Brugger
1
-15
/
+13
2015-07-07
clk: Rename clk-gpio-gate.c to clk-gpio.c
Sergej Sawazki
2
-1
/
+1
2015-07-07
clk: add gpio controlled clock multiplexer
Sergej Sawazki
1
-64
/
+178
2015-07-07
clk: gpio-gate: Stay silent on EPROBE_DEFER
Sergej Sawazki
1
-2
/
+3
2015-07-07
clk: gpio-gate: Include export.h instead of module.h
Sergej Sawazki
1
-1
/
+1
2015-07-07
Merge branch 'clk-fixes' into clk-next
Stephen Boyd
15
-49
/
+73
2015-07-07
clk: mediatek: mt8173: Fix enabling of critical clocks
Sascha Hauer
1
-5
/
+21
2015-07-07
clk: rockchip: add rk3368 clock controller
Heiko Stuebner
3
-0
/
+898
2015-07-07
clk: rockchip: define the inverters of rk3066/rk3188 and rk3288
Heiko Stuebner
2
-2
/
+14
2015-07-07
clk: rockchip: fix issues in the mmc-phase clock
Heiko Stuebner
1
-3
/
+3
2015-07-07
clk: rockchip: add support for phase inverters
Heiko Stuebner
4
-0
/
+144
2015-07-07
clk: rockchip: add COMPOSITE_NOGATE_DIVTBL variant
Heiko Stuebner
1
-0
/
+20
2015-07-07
clk: rockchip: protect register macros against multipart values
Heiko Stuebner
1
-8
/
+8
2015-07-07
clk: rockchip: fix faulty vip parent name on rk3288
Heiko Stuebner
1
-2
/
+2
2015-07-07
clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_mac
Heiko Stuebner
1
-1
/
+1
2015-07-06
drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks
Gabriel Fernandez
1
-1
/
+1
[next]