index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-12
clk: qcom: gdsc: Add support for gdscs with gds hw controller
Rajendra Nayak
2
-17
/
+29
2016-02-12
clk: qcom: gdsc: Add support for hierarchical power domains
Rajendra Nayak
3
-10
/
+50
2016-02-10
clk: lpc32xx: add HCLK PLL output configuration
Sylvain Lemieux
2
-5
/
+2
2016-02-10
clk: versatile: mask VCO bits before writing
Linus Walleij
1
-0
/
+3
2016-02-10
clk: lpc32xx: do not register clock "0"
Sylvain Lemieux
1
-2
/
+2
2016-02-09
clk: fix __clk_init_parent() for single parent clocks
Masahiro Yamada
1
-1
/
+1
2016-02-09
clk: qcom: common: check for failure
Sudip Mukherjee
1
-6
/
+11
2016-02-09
devm: add helper devm_add_action_or_reset()
Sudip Mukherjee
1
-0
/
+12
2016-02-08
clk: meson: Fix meson_clk_register_clks() signature type mismatch
Andreas Färber
1
-1
/
+1
2016-02-08
clk: socfpga: fix __init annotation
Arnd Bergmann
1
-1
/
+1
2016-02-08
drivers/clk/Kconfig: Move the TI CDCE chips close together
Mike Looijmans
1
-8
/
+8
2016-02-08
drivers/clk/Kconfig: Fix typo "Sypport" instead of "Support"
Mike Looijmans
1
-1
/
+1
2016-02-07
clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypes
Stephen Boyd
1
-4
/
+0
2016-02-07
clk: Deprecate CLK_IS_ROOT
Stephen Boyd
2
-4
/
+4
2016-02-07
clk: gpio: Make into a platform driver
Stephen Boyd
1
-113
/
+52
2016-02-02
clk: unlock for handling unregistered clock
Insu Yun
1
-2
/
+2
2016-02-02
clk: vt8500: don't return possibly uninitialized data
Arnd Bergmann
1
-26
/
+65
2016-02-02
clk: slightly optimize clk_core_set_parent()
Masahiro Yamada
1
-1
/
+1
2016-02-02
clk: simplify clk_fetch_parent_index() function
Masahiro Yamada
1
-16
/
+2
2016-02-02
clk: make sure parent is not NULL in clk_fetch_parent_index()
Masahiro Yamada
1
-0
/
+3
2016-02-02
clk: walk the orphan clock list more simply
Masahiro Yamada
1
-15
/
+6
2016-02-02
clk: avoid circular clock topology
Masahiro Yamada
1
-0
/
+40
2016-02-02
clk: simplify __clk_init_parent()
Masahiro Yamada
1
-34
/
+4
2016-02-02
clk: move checking .get_parent to __clk_core_init()
Masahiro Yamada
1
-7
/
+7
2016-02-02
clk: tegra: super: Fix sparse warnings for functions not declared as static
Jon Hunter
1
-3
/
+3
2016-02-02
clk: tegra: Fix sparse warnings for functions not declared as static
Jon Hunter
1
-17
/
+19
2016-02-02
clk: tegra: Fix sparse warning for pll_m
Jon Hunter
1
-1
/
+1
2016-02-02
clk: tegra: Use definition for pll_u override bit
Jon Hunter
1
-1
/
+1
2016-02-02
clk: tegra: Fix warning caused by pll_u failing to lock
Jon Hunter
1
-2
/
+0
2016-02-02
clk: tegra: Fix clock sources for Tegra210 EMC
Jon Hunter
1
-1
/
+2
2016-02-02
clk: tegra: Add the APB2APE audio clock on Tegra210
Jon Hunter
4
-1
/
+4
2016-02-02
clk: tegra: Add missing of_node_put()
Amitoj Kaur Chawla
1
-2
/
+4
2016-02-02
clk: tegra: Fix PLLE SS coefficients
Mark Kuo
1
-6
/
+12
2016-02-02
clk: tegra: Fix typos around clearing PLLE bits during enable
Rhyland Klein
1
-2
/
+2
2016-02-02
clk: tegra: Do not disable PLLE when under hardware control
Mark Kuo
1
-7
/
+15
2016-02-02
clk: tegra: Fix pllx dyn step calculation
Rhyland Klein
1
-5
/
+5
2016-02-02
clk: tegra: pll: Fix potential sleeping-while-atomic
Andrew Bresticker
1
-3
/
+3
2016-02-02
clk: tegra: Fix the misnaming of nvenc from msenc
Rhyland Klein
1
-1
/
+1
2016-02-02
clk: tegra: Fix naming of MISC registers
Rhyland Klein
1
-18
/
+18
2016-02-02
clk: replace pr_warn() with pr_err() for fatal cases
Masahiro Yamada
1
-5
/
+5
2016-02-02
clk: drop the initial core->parents look-ups from __clk_core_init()
Masahiro Yamada
1
-11
/
+0
2016-02-02
clk: simplify clk_core_get_parent_by_index()
Masahiro Yamada
1
-7
/
+6
2016-02-02
clk: move core->parents allocation to clk_register()
Masahiro Yamada
1
-32
/
+19
2016-02-02
clk: change sizeof(struct clk *) to sizeof(*core->parents)
Masahiro Yamada
1
-4
/
+4
2016-02-02
clk: remove unnecessary !core->parents conditional
Masahiro Yamada
1
-4
/
+1
2016-02-02
clk: rename __clk_init() into __clk_core_init()
Masahiro Yamada
1
-3
/
+3
2016-02-02
clk: change the argument of __clk_init() into pointer to clk_core
Masahiro Yamada
1
-8
/
+5
2016-02-02
clk: remove unused first argument of __clk_init()
Masahiro Yamada
1
-3
/
+2
2016-01-30
clk: st: avoid uninitialized variable use
Arnd Bergmann
1
-2
/
+6
2016-01-30
clk: axi-clkgen: Remove sometimes impossible check
Stephen Boyd
1
-4
/
+1
[next]