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-08-26
clk: pistachio: Fix 32bit integer overflows
Zdenko Pulitika
2
-21
/
+19
2015-08-26
clk: tegra: Fix some static checker problems
Stephen Boyd
2
-7
/
+9
2015-08-26
Merge tag 'tegra-for-4.3-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Stephen Boyd
10
-9
/
+2304
2015-08-25
clk: qcom: Fix MSM8916 prng clock enable bit
Georgi Djakov
1
-1
/
+1
2015-08-25
drivers/clk: appropriate __init annotation for const data
Nicolas Pitre
2
-3
/
+3
2015-08-25
clk: rockchip: register pll mux before pll itself
Heiko Stuebner
1
-31
/
+32
2015-08-25
clk/ARM: move Ux500 PRCC bases to the device tree
Linus Walleij
3
-154
/
+209
2015-08-25
clk: remove duplicated code with __clk_set_parent_after
Dong Aisheng
1
-7
/
+1
2015-08-25
clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)
Stephen Boyd
18
-70
/
+70
2015-08-25
clk: Constify clk_hw argument to provider APIs
Stephen Boyd
1
-7
/
+8
2015-08-25
clk: Hi6220: add stub clock driver
Leo Yan
3
-2
/
+278
2015-08-25
clk: atlas7: fix pll missed divide NR in fraction mode
Guo Zeng
1
-0
/
+1
2015-08-25
clk: atlas7: fix bit field and its root clk for coresight_tpiu
Guo Zeng
1
-1
/
+1
2015-08-25
clk: atlas7: replace dto resolution magic number by macro
Yibo Cai
1
-5
/
+8
2015-08-25
clk: atlas7: fix integer overflow in dto rate calculation
Yibo Cai
1
-2
/
+2
2015-08-25
clk: atlas7: export mux clks so that consumers can get them
Guo Zeng
1
-2
/
+3
2015-08-25
clk: atlas7: add lost pwm unit clks
Guo Zeng
1
-0
/
+4
2015-08-25
clk: socfpga: Add a second parent option for the dbg_base_clk
Dinh Nguyen
2
-4
/
+15
2015-08-25
clk: ux500: delete the non-DT U8500 clock implementation
Linus Walleij
2
-526
/
+0
2015-08-25
clk: Remove unused provider APIs
Stephen Boyd
1
-76
/
+16
2015-08-25
clk: si5351: Convert __clk_get_name() to clk_hw_get_name()
Stephen Boyd
1
-8
/
+8
2015-08-25
clk: versatile: Switch to assigned clock parents
Stephen Boyd
1
-61
/
+15
2015-08-25
clk: ti: Convert to clk_hw based provider APIs
Stephen Boyd
7
-35
/
+33
2015-08-25
clk: tegra: Convert to clk_hw based provider APIs
Stephen Boyd
2
-10
/
+10
2015-08-25
clk: sunxi: Convert to clk_hw based provider APIs
Stephen Boyd
3
-14
/
+14
2015-08-25
clk: spear: Convert to clk_hw based provider APIs
Stephen Boyd
1
-1
/
+1
2015-08-25
clk: sirf: Convert to clk_hw based provider APIs
Stephen Boyd
1
-6
/
+6
2015-08-25
clk: samsung: Convert to clk_hw based provider APIs
Stephen Boyd
1
-2
/
+2
2015-08-25
clk: rockchip: Convert to clk_hw based provider APIs
Stephen Boyd
1
-9
/
+9
2015-08-25
clk: qcom: Convert to clk_hw based provider APIs
Stephen Boyd
4
-36
/
+30
2015-08-25
clk: stm32f4: Convert to clk_hw based provider APIs
Stephen Boyd
1
-2
/
+1
2015-08-25
clk: mvebu: Convert to clk_hw based provider APIs
Stephen Boyd
1
-4
/
+2
2015-08-25
clk: mmp: Convert to clk_hw based provider APIs
Stephen Boyd
2
-21
/
+17
2015-08-25
clk: Convert basic types to clk_hw based provider APIs
Stephen Boyd
3
-12
/
+11
2015-08-25
clk: bcm: Convert to clk_hw based provider APIs
Stephen Boyd
1
-10
/
+10
2015-08-25
clk: at91: Convert to clk_hw based provider APIs
Stephen Boyd
3
-13
/
+13
2015-08-25
clk: ti: Remove CLK_IS_BASIC check
Stephen Boyd
1
-6
/
+0
2015-08-25
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Stephen Boyd
17
-21
/
+21
2015-08-25
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Stephen Boyd
15
-20
/
+20
2015-08-25
clk: Add clk_hw_*() APIs for use by clk providers
Stephen Boyd
1
-0
/
+61
2015-08-12
clk: rockchip: Fix SPIF special clock definition
Sjoerd Simons
1
-3
/
+3
2015-08-12
clk: bcm2835: Drop the fixed sys_pclk.
Eric Anholt
1
-5
/
+0
2015-08-12
clk: track the orphan status of clocks and their children
Heiko Stuebner
1
-3
/
+30
2015-08-12
clk: sunxi: Add a simple gates driver
Maxime Ripard
3
-177
/
+159
2015-08-12
Merge tag 'imx-clk-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...
Michael Turquette
5
-2
/
+444
2015-08-08
clk/mmp: use kmemdup rather than duplicating its implementation
Andrzej Hajda
1
-4
/
+3
2015-08-05
clk: imx35: define two clocks for rtc
Philippe Reynes
1
-1
/
+5
2015-08-05
clk: imx31: add a second rtc clock
Philippe Reynes
1
-1
/
+2
2015-08-04
clk: hisi: refine parameter checking for init
Leo Yan
1
-8
/
+3
2015-07-29
clk: versatile: off by one in clk_sp810_timerclken_of_get()
Dan Carpenter
1
-2
/
+2
[next]