index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
kvm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2
-0
/
+70
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
ARM: sun9i: Wrap the clock-indices
Maxime Ripard
1
-10
/
+22
2015-08-12
ARM: sun8i: Add clock indices
Maxime Ripard
1
-0
/
+15
2015-08-12
ARM: sun7i: Add clock indices
Maxime Ripard
1
-0
/
+23
2015-08-12
ARM: sun6i: Add clock indices
Maxime Ripard
1
-0
/
+24
2015-08-12
ARM: sun5i: Add clock indices
Maxime Ripard
3
-3
/
+39
2015-08-12
ARM: sun4i: Add clock indices
Maxime Ripard
1
-17
/
+52
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-03
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
2015-07-28
clk: exynos4: Fix wrong clock for Exynos4x12 ADC
Krzysztof Kozlowski
1
-0
/
+2
2015-07-28
clk: kill off set_irq_flags usage
Rob Herring
1
-1
/
+0
2015-07-28
clk: zx: Constify parent names in clock init data
Jun Nie
1
-20
/
+20
2015-07-28
clk: zx: Add audio and GPIO clock for zx296702
Jun Nie
2
-4
/
+105
2015-07-28
clk: zx: Add audio div clock method for zx296702
Jun Nie
3
-3
/
+149
2015-07-28
clk: s2mps11: Use kcalloc instead of kzalloc for array allocation
Vaibhav Hiremath
1
-11
/
+7
2015-07-28
clk: Silence warnings about lock imbalances
Stephen Boyd
1
-1
/
+6
2015-07-28
clk: basic-type: Silence warnings about lock imbalances
Stephen Boyd
4
-0
/
+20
2015-07-28
clk: qcom: Give clk-qcom.ko module a GPLv2 license
Stephen Boyd
1
-0
/
+3
2015-07-28
clk: gpio: Mark parent_names array const
Stephen Boyd
2
-7
/
+8
2015-07-28
clk: allow a clk divider with max divisor when zero
Jim Quinlan
2
-5
/
+15
2015-07-28
clk: socfpga: switch to GENMASK()
Andy Shevchenko
5
-5
/
+4
2015-07-28
clk: pxa: fix core frequency reporting unit
Robert Jarzmik
3
-3
/
+3
2015-07-28
clk: rockchip: Fix PLL bandwidth
Douglas Anderson
4
-15
/
+15
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
2
-2
/
+16
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
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
[next]