index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: samsung: fix several typos to fix boot on s3c2410
Vasily Khoruzhick
2014-06-30
1
-2
/
+2
*
clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support
Boris BREZILLON
2014-06-11
4
-0
/
+411
*
clk: sun6i: Protect SDRAM gating bit
Maxime Ripard
2014-06-11
1
-0
/
+1
*
clk: sun6i: Protect CPU clock
Maxime Ripard
2014-06-11
1
-0
/
+1
*
clk: sunxi: Rework clock protection code
Maxime Ripard
2014-06-11
1
-28
/
+44
*
clk: sunxi: Move the GMAC clock to a file of its own
Maxime Ripard
2014-06-11
3
-99
/
+121
*
clk: sunxi: Move the 24M oscillator to a file of its own
Maxime Ripard
2014-06-11
3
-57
/
+74
*
clk: sunxi: Remove calls to clk_put
Maxime Ripard
2014-06-11
1
-6
/
+2
*
clk: sunxi: Implement A31 USB clock
Maxime Ripard
2014-06-11
1
-0
/
+6
*
Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...
Mike Turquette
2014-06-11
9
-38
/
+874
|
\
|
*
CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...
Nishanth Menon
2014-06-06
1
-0
/
+21
|
*
CLK: TI: clk-54xx: Set the rate for dpll_abe_m2x2_ck
Peter Ujfalusi
2014-06-06
1
-0
/
+6
|
*
CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)
Peter Ujfalusi
2014-05-28
2
-1
/
+314
|
*
ARM: dts: dra7xx-clocks: Correct name for atl clkin3 clock
Peter Ujfalusi
2014-05-28
1
-1
/
+1
|
*
CLK: TI: gate: add composite interface clock to OMAP2 only build
Tero Kristo
2014-05-28
1
-1
/
+1
|
*
ARM: OMAP2: clock: add DT boot support for cpufreq_ck
Tero Kristo
2014-05-28
1
-0
/
+2
|
*
CLK: TI: OMAP2: add clock init support
Tero Kristo
2014-05-28
2
-0
/
+255
|
*
CLK: TI: interface: add support for omap2430 specific interface clock
Tero Kristo
2014-05-28
1
-0
/
+11
|
*
CLK: TI: APLL: add support for omap2 aplls
Tero Kristo
2014-05-28
1
-0
/
+181
|
*
CLK: TI: DPLL: add support for omap2 core dpll
Tero Kristo
2014-05-28
1
-11
/
+67
|
*
CLK: TI: DPLL: simplify autoidle register detection logic
Tero Kristo
2014-05-28
1
-24
/
+15
*
|
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-08
2427
-115651
/
+180486
|
\
\
|
*
\
Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
2014-06-08
67
-756
/
+6526
|
|
\
\
|
|
*
|
mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
David Lanzendörfer
2014-06-04
3
-0
/
+1057
|
|
*
|
clk: export __clk_round_rate for providers
Arnd Bergmann
2014-06-03
1
-0
/
+1
|
|
*
|
clk: versatile: free icst on error return
Colin Ian King
2014-05-31
1
-0
/
+1
|
|
*
|
clk: qcom: Return error pointers for unimplemented clocks
Stephen Boyd
2014-05-29
1
-1
/
+3
|
|
*
|
clk: qcom: Support msm8974pro global clock control hardware
Stephen Boyd
2014-05-29
1
-6
/
+124
|
|
*
|
clk: qcom: Properly support display clocks on msm8974
Stephen Boyd
2014-05-29
1
-51
/
+54
|
|
*
|
clk: qcom: Support display RCG clocks
Stephen Boyd
2014-05-29
2
-15
/
+287
|
|
*
|
clk: qcom: Return highest rate when round_rate() exceeds plan
Stephen Boyd
2014-05-29
1
-1
/
+2
|
|
*
|
clk: qcom: Fix mmcc-8974's PLL configurations
Stephen Boyd
2014-05-29
1
-5
/
+8
|
|
*
|
clk: qcom: Fix clk_rcg2_is_enabled() check
Stephen Boyd
2014-05-29
1
-1
/
+1
|
|
*
|
clk: berlin: add core clock driver for BG2Q
Alexandre Belloni
2014-05-29
2
-0
/
+390
|
|
*
|
clk: berlin: add core clock driver for BG2/BG2CD
Sebastian Hesselbarth
2014-05-29
3
-0
/
+722
|
|
*
|
clk: berlin: add driver for BG2x complex divider cells
Alexandre Belloni
2014-05-29
3
-1
/
+355
|
|
*
|
clk: berlin: add driver for BG2x simple PLLs
Alexandre Belloni
2014-05-29
3
-1
/
+155
|
|
*
|
clk: berlin: add driver for BG2x audio/video PLL
Sebastian Hesselbarth
2014-05-29
4
-0
/
+431
|
|
*
|
clk: st: Terminate of match table
Stephen Boyd
2014-05-28
1
-0
/
+1
|
|
*
|
clk/exynos4: Fix compilation warning
Sachin Kamat
2014-05-28
1
-2
/
+2
|
|
*
|
Merge branch 'clk-fixes' into clk-next
Mike Turquette
2014-05-28
2
-22
/
+46
|
|
|
\
\
|
|
*
|
|
clk: divider: Fix overflow in clk_divider_bestdiv
Tomasz Figa
2014-05-28
1
-1
/
+1
|
|
*
|
|
clk: u300: Terminate of match table
Stephen Boyd
2014-05-28
1
-0
/
+1
|
|
*
|
|
clk: bcm/kona: implement determine_rate()
Alex Elder
2014-05-28
1
-1
/
+53
|
|
*
|
|
clk: qcom: Fix blsp2_ahb_clk register offset
Georgi Djakov
2014-05-24
1
-1
/
+1
|
|
*
|
|
clk: s2mps11: Add support for S2MPS14 clocks
Krzysztof Kozlowski
2014-05-24
2
-20
/
+52
|
|
*
|
|
clk: s2mps11: Remove useless check for clk_table
Krzysztof Kozlowski
2014-05-24
1
-13
/
+11
|
|
*
|
|
clk: s2mps11: Add missing of_node_put and of_clk_del_provider
Krzysztof Kozlowski
2014-05-24
1
-5
/
+11
|
|
*
|
|
Merge branch 'clk-fixes' into clk-next
Mike Turquette
2014-05-23
1
-1
/
+1
|
|
|
\
\
\
|
|
*
\
\
\
Merge remote-tracking branch 'linaro/clk-next' into clk-next
Mike Turquette
2014-05-23
47
-644
/
+2815
|
|
|
\
\
\
\
[next]