Age | Commit message (Expand) | Author |
2015-03-15 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2015-03-11 | clk: introduce clk_is_match | Michael Turquette |
2015-03-11 | clk: don't export static symbol | Julia Lawall |
2015-03-09 | clk: divider: fix calculation of initial best divider when rounding to closest | Uwe Kleine-König |
2015-03-09 | clk: divider: fix selection of divider when rounding to closest | Uwe Kleine-König |
2015-03-09 | clk: divider: fix calculation of maximal parent rate for a given divider | Uwe Kleine-König |
2015-03-06 | clk: divider: return real rate instead of divider value | Heiko Stübner |
2015-03-04 | clk: at91: implement suspend/resume for the PMC irqchip | Boris BREZILLON |
2015-02-25 | clk: qcom: fix platform_no_drv_owner.cocci warnings | kbuild test robot |
2015-02-25 | clk: qcom: fix platform_no_drv_owner.cocci warnings | kbuild test robot |
2015-02-25 | clk: qcom: Add PLL4 vote clock | Stephen Boyd |
2015-02-25 | clk: qcom: lcc-msm8960: Fix PLL rate detection | Stephen Boyd |
2015-02-25 | clk: qcom: Fix slimbus n and m val offsets | Stephen Boyd |
2015-02-25 | clk: ti: Fix FAPLL parent enable bit handling | Tony Lindgren |
2015-02-21 | Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds |
2015-02-19 | clk: Only recalculate the rate if needed | Tomeu Vizoso |
2015-02-18 | Revert "clk: mxs: Fix invalid 32-bit access to frac registers" | Stefan Wahren |
2015-02-18 | clk: qoriq: Add support for the platform PLL | Emil Medve |
2015-02-18 | clk: Replace explicit clk assignment with __clk_hw_set_clk | Javier Martinez Canillas |
2015-02-18 | clk: Don't dereference parent clock if is NULL | Javier Martinez Canillas |
2015-02-17 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-02-17 | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds |
2015-02-17 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds |
2015-02-13 | clk: convert clock name allocations to kstrdup_const | Andrzej Hajda |
2015-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-02-06 | clkdev: Always allocate a struct clk and call __clk_get() w/ CCF | Stephen Boyd |
2015-02-04 | clk: shmobile: div6: Avoid division by zero in .round_rate() | Geert Uytterhoeven |
2015-02-03 | clk: mxs: Fix invalid 32-bit access to frac registers | Stefan Wahren |
2015-02-03 | clk: omap: compile legacy omap3 clocks conditionally | Arnd Bergmann |
2015-02-02 | Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin... | Michael Turquette |
2015-02-02 | Merge tag 'v3.20-exynos-clk' of git://linuxtv.org/snawrocki/samsung into clk-... | Michael Turquette |
2015-02-02 | clkdev: Export clk_register_clkdev | Tomeu Vizoso |
2015-02-02 | clk: Add rate constraints to clocks | Tomeu Vizoso |
2015-02-02 | clk: remove clk-private.h | Michael Turquette |
2015-02-02 | Merge branch 'clk-omap-legacy' into clk-next | Michael Turquette |
2015-02-02 | clk: Make clk API return per-user struct clk instances | Tomeu Vizoso |
2015-02-02 | clk: tegra: Define PLLD_DSI and remove dsia(b)_mux | Mark Zhang |
2015-02-02 | clk: tegra: Add support for the Tegra132 CAR IP block | Paul Walmsley |
2015-02-02 | clk: tegra: make tegra_clocks_apply_init_table() arch_initcall | Peter De Schrijver |
2015-02-02 | clk: tegra: Fix order of arguments in WARN | Tomeu Vizoso |
2015-02-02 | clk: tegra124: Add init data for dsi lp clocks | Sean Paul |
2015-02-02 | clk: tegra: SDMMC controllers are on APB | Andrew Bresticker |
2015-01-30 | clk: ti: add omap3 legacy clock data | Tero Kristo |
2015-01-30 | clk: ti: composite: add support for legacy composite clock init | Tero Kristo |
2015-01-30 | clk: ti: dpll: add support for legacy DPLL init | Tero Kristo |
2015-01-30 | clk: ti: divider: add support for legacy divider init | Tero Kristo |
2015-01-30 | clk: ti: interface: add support for legacy interface clock init | Tero Kristo |
2015-01-30 | clk: ti: gate: add support for legacy gate init | Tero Kristo |
2015-01-30 | clk: ti: mux: add support for legacy mux init | Tero Kristo |
2015-01-30 | clk: ti: add core support for initializing legacy clocks | Tero Kristo |