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-04-17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
6
-0
/
+1048
2015-04-17
clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2
-22
/
+7
2015-03-31
CLK: Pistachio: Register external clock gates
Andrew Bresticker
1
-0
/
+21
2015-03-31
CLK: Pistachio: Register system interface gate clocks
Andrew Bresticker
1
-0
/
+42
2015-03-31
CLK: Pistachio: Register peripheral clocks
Andrew Bresticker
1
-0
/
+67
2015-03-31
CLK: Pistachio: Register core clocks
Andrew Bresticker
2
-0
/
+200
2015-03-31
CLK: Pistachio: Add PLL driver
Andrew Bresticker
3
-0
/
+452
2015-03-31
CLK: Add basic infrastructure for Pistachio clocks
Andrew Bresticker
4
-0
/
+266
2015-03-16
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-24
/
+59
2015-03-12
clk: introduce clk_is_match
Michael Turquette
1
-0
/
+26
2015-03-12
clk: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-10
clk: divider: fix calculation of initial best divider when rounding to closest
Uwe Kleine-König
1
-6
/
+7
2015-03-10
clk: divider: fix selection of divider when rounding to closest
Uwe Kleine-König
1
-1
/
+5
2015-03-10
clk: divider: fix calculation of maximal parent rate for a given divider
Uwe Kleine-König
1
-7
/
+1
2015-03-06
clk: divider: return real rate instead of divider value
Heiko Stübner
1
-1
/
+1
2015-03-05
clk: at91: implement suspend/resume for the PMC irqchip
Boris BREZILLON
2
-1
/
+20
2015-02-25
clk: qcom: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-02-25
clk: qcom: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-02-25
clk: qcom: Add PLL4 vote clock
Stephen Boyd
1
-0
/
+13
2015-02-25
clk: qcom: lcc-msm8960: Fix PLL rate detection
Stephen Boyd
1
-1
/
+1
2015-02-25
clk: qcom: Fix slimbus n and m val offsets
Stephen Boyd
1
-2
/
+2
2015-02-25
clk: ti: Fix FAPLL parent enable bit handling
Tony Lindgren
1
-3
/
+3
2015-02-21
Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
81
-1191
/
+11680
2015-02-20
clk: Only recalculate the rate if needed
Tomeu Vizoso
1
-1
/
+4
2015-02-18
Revert "clk: mxs: Fix invalid 32-bit access to frac registers"
Stefan Wahren
3
-31
/
+18
2015-02-18
clk: qoriq: Add support for the platform PLL
Emil Medve
1
-0
/
+83
2015-02-18
clk: Replace explicit clk assignment with __clk_hw_set_clk
Javier Martinez Canillas
5
-35
/
+35
2015-02-18
clk: Don't dereference parent clock if is NULL
Javier Martinez Canillas
1
-2
/
+2
2015-02-17
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+219
2015-02-17
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-11
/
+12
2015-02-17
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2
-0
/
+10
2015-02-14
clk: convert clock name allocations to kstrdup_const
Andrzej Hajda
1
-6
/
+6
2015-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-7
/
+7
2015-02-07
clkdev: Always allocate a struct clk and call __clk_get() w/ CCF
Stephen Boyd
3
-37
/
+59
2015-02-05
clk: shmobile: div6: Avoid division by zero in .round_rate()
Geert Uytterhoeven
1
-0
/
+3
2015-02-04
clk: mxs: Fix invalid 32-bit access to frac registers
Stefan Wahren
3
-18
/
+31
2015-02-03
clk: omap: compile legacy omap3 clocks conditionally
Arnd Bergmann
6
-2
/
+14
2015-02-03
Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...
Michael Turquette
7
-52
/
+172
2015-02-03
Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-...
Michael Turquette
5
-347
/
+112
2015-02-03
clkdev: Export clk_register_clkdev
Tomeu Vizoso
1
-0
/
+1
2015-02-03
clk: Add rate constraints to clocks
Tomeu Vizoso
12
-58
/
+254
2015-02-03
clk: remove clk-private.h
Michael Turquette
1
-2
/
+39
2015-02-03
Merge branch 'clk-omap-legacy' into clk-next
Michael Turquette
10
-73
/
+5504
2015-02-03
clk: Make clk API return per-user struct clk instances
Tomeu Vizoso
3
-244
/
+476
2015-02-02
clk: tegra: Define PLLD_DSI and remove dsia(b)_mux
Mark Zhang
4
-26
/
+24
2015-02-02
clk: tegra: Add support for the Tegra132 CAR IP block
Paul Walmsley
3
-12
/
+129
2015-02-02
clk: tegra: make tegra_clocks_apply_init_table() arch_initcall
Peter De Schrijver
1
-2
/
+5
2015-02-02
clk: tegra: Fix order of arguments in WARN
Tomeu Vizoso
1
-4
/
+4
2015-02-02
clk: tegra124: Add init data for dsi lp clocks
Sean Paul
1
-0
/
+2
2015-02-02
clk: tegra: SDMMC controllers are on APB
Andrew Bresticker
1
-8
/
+8
[next]