Age | Commit message (Expand) | Author | Files | Lines |
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-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -28/+69 |
2015-01-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -0/+1 |
2015-01-17 | clk: fix possible null pointer dereference | Stanimir Varbanov | 1 | -1/+1 |
2015-01-17 | Revert "clk: ppc-corenet: Fix Section mismatch warning" | Kevin Hao | 1 | -1/+1 |
2015-01-17 | clk: rockchip: fix deadlock possibility in cpuclk | Heiko Stübner | 1 | -4/+6 |
2015-01-13 | clk: berlin: bg2q: remove non-exist "smemc" gate clock | Jisheng Zhang | 1 | -1/+0 |
2015-01-13 | clk: at91: keep slow clk enabled to prevent system hang | Boris Brezillon | 1 | -0/+27 |
2015-01-06 | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar | 1 | -0/+1 |
2015-01-01 | GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMAC | Roger Chen | 1 | -7/+7 |
2014-12-29 | clk: rockchip: fix rk3288 cpuclk core dividers | Heiko Stuebner | 1 | -14/+14 |
2014-12-29 | clk: rockchip: fix rk3066 pll lock bit location | Heiko Stuebner | 1 | -2/+13 |
2014-12-21 | clk: rockchip: Fix clock gate for rk3188 hclk_emem_peri | Romain Perier | 1 | -1/+1 |
2014-12-21 | clk: rockchip: add CLK_IGNORE_UNUSED flag to fix rk3066/rk3188 USB Host | Julien CHAUVEAU | 1 | -4/+6 |
2014-12-21 | Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 56 | -519/+5611 |
2014-12-17 | clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to ... | Krzysztof Kozlowski | 1 | -1/+28 |
2014-12-16 | Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git... | Michael Turquette | 1 | -0/+15 |
2014-12-16 | clk: Really fix deadlock with mmap_sem | Stephen Boyd | 1 | -2/+3 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 12 | -12/+0 |
2014-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-12-12 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -29/+80 |
2014-12-11 | Merge tag 'for-v3.19-exynos-clk-2' of git://linuxtv.org/snawrocki/samsung int... | Michael Turquette | 5 | -10/+12 |
2014-12-11 | clk: mmp: fix sparse non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2014-12-10 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -4/+40 |
2014-12-10 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 3 | -3/+73 |
2014-12-10 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -94/+0 |
2014-12-09 | Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+24 |
2014-12-04 | Merge tag 'mvebu-soc-suspend-3.19' of git://git.infradead.org/linux-mvebu int... | Arnd Bergmann | 1 | -2/+30 |
2014-12-04 | clk: Change clk_ops->determine_rate to return a clk_hw as the best parent | Tomeu Vizoso | 11 | -41/+57 |
2014-12-04 | clk: change clk_debugfs_add_file to take a struct clk_hw | Tomeu Vizoso | 1 | -3/+3 |
2014-12-04 | clk: Don't expose __clk_get_accuracy | Tomeu Vizoso | 1 | -1/+1 |
2014-12-04 | clk: Don't try to use a struct clk* after it could have been freed | Tomeu Vizoso | 1 | -1/+4 |
2014-12-04 | clk: Remove unused function __clk_get_prepare_count | Tomeu Vizoso | 1 | -5/+0 |
2014-12-02 | clk: samsung: Fix double add of syscore ops after driver rebind | Krzysztof Kozlowski | 1 | -0/+4 |
2014-12-02 | clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmi | Andrzej Hajda | 1 | -1/+1 |
2014-12-02 | clk: samsung: exynos4415: Fix build with PM_SLEEP disabled | Krzysztof Kozlowski | 1 | -2/+4 |
2014-12-02 | clk: samsung: remove unnecessary inclusion of header files from clk.h | Pankaj Dubey | 2 | -4/+2 |
2014-12-02 | clk: samsung: remove unnecessary CONFIG_OF from clk.c | Pankaj Dubey | 1 | -2/+0 |
2014-12-02 | clk: samsung: Spelling s/bwtween/between/ | Pankaj Dubey | 1 | -1/+1 |
2014-11-30 | clk: mvebu: add suspend/resume for gatable clocks | Thomas Petazzoni | 1 | -2/+30 |
2014-11-29 | Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/... | Michael Turquette | 1 | -0/+24 |
2014-11-29 | Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/... | Michael Turquette | 7 | -50/+302 |
2014-11-28 | ARM: vexpress: Remove non-DT code | Pawel Moll | 3 | -94/+0 |
2014-11-28 | Merge tag 'samsung-pm-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kge... | Arnd Bergmann | 1 | -1/+28 |
2014-11-28 | clk: rockchip: Add support for the mmc clock phases using the framework | Alexandru M Stan | 5 | -0/+198 |
2014-11-28 | clk: rockchip: rk3288 export i2s0_clkout for use in DT | Sonny Rao | 1 | -1/+1 |
2014-11-26 | clk: rockchip: use clock ID for DMC (memory controller) on rk3288 | Jeff Chen | 1 | -4/+4 |
2014-11-26 | clk: tegra: Implement memory-controller clock | Thierry Reding | 6 | -4/+40 |
2014-11-26 | clk: clk-s2mps11: fix semicolon.cocci warnings | kbuild test robot | 1 | -1/+1 |