| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | clk: rockchip: fix rk3066 pll status register location | Heiko Stuebner | 2014-09-27 | 1 | -3/+7 |
| | * | | | | clk: rockchip: change pll rate without a clk-notifier | Doug Anderson | 2014-09-27 | 1 | -50/+13 |
| * | | | | | Merge tag 'clk-mvebu-3.18' of git://git.infradead.org/linux-mvebu into clk-next | Mike Turquette | 2014-09-26 | 4 | -2/+99 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | clk: mvebu: armada-375: Fix the description of the SAR in the comment | Gregory CLEMENT | 2014-09-09 | 1 | -2/+2 |
| | * | | | | clk: mvebu: armada-370: Fix timer drift caused by the SSCG deviation | Gregory CLEMENT | 2014-09-09 | 1 | -0/+8 |
| | * | | | | clk: mvebu: Fix clk frequency value if SSCG is enabled | Gregory CLEMENT | 2014-09-09 | 2 | -0/+89 |
| | | |/ /
| | |/| | |
|
| * | | | | clk: add gpio gated clock | Jyri Sarha | 2014-09-26 | 2 | -0/+205 |
| * | | | | Merge tag 'qcom-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel... | Mike Turquette | 2014-09-26 | 9 | -88/+219 |
| |\ \ \ \ |
|
| | * | | | | clk: qcom: Add support for banked MD RCGs | Stephen Boyd | 2014-09-22 | 3 | -56/+77 |
| | * | | | | clk: qcom: Add support for setting rates on PLLs | Stephen Boyd | 2014-09-22 | 2 | -1/+87 |
| | * | | | | clk: qcom: Consolidate frequency finding logic | Stephen Boyd | 2014-09-22 | 4 | -32/+27 |
| | * | | | | clk: qcom: Add IPQ8064 PLL required for USB | Andy Gross | 2014-09-22 | 1 | -1/+30 |
| | |/ / / |
|
| * | | | | Merge tag 'tegra-clk-3.18' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin... | Mike Turquette | 2014-09-26 | 2 | -2/+15 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | clk: tegra: Make clock initialization more robust | Tomeu Vizoso | 2014-09-18 | 1 | -2/+7 |
| | * | | | clk: tegra124: Add PLL_M_UD and PLL_C_UD clocks | Mikko Perttunen | 2014-09-18 | 1 | -0/+8 |
| | |/ / |
|
| * | | | clk: Remove .owner field for driver | Kiran Padwal | 2014-09-25 | 15 | -15/+0 |
| * | | | Merge branch 'clk-next-rockchip' into clk-next | Mike Turquette | 2014-09-25 | 1 | -36/+56 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | clk: rockchip: add clock node in PD_VIDEO | Kever Yang | 2014-09-25 | 1 | -0/+20 |
| | * | | clk: rockchip: use the clock id for nodes init | Kever Yang | 2014-09-25 | 1 | -34/+34 |
| | * | | clk: rockchip: add missing rk3288 npll rate table | Heiko Stübner | 2014-09-25 | 1 | -1/+1 |
| | * | | clk: rockchip: rk3288: fix softreset register count | Mark yao | 2014-09-25 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'clk-fixes' into clk-next | Mike Turquette | 2014-09-17 | 7 | -10/+24 |
| |\ \ |
|
| * \ \ | Merge branch 'clk-next-debugfs-lock' into clk-next | Mike Turquette | 2014-09-10 | 1 | -46/+27 |
| |\ \ \ |
|
| | * | | | clk: Don't hold prepare_lock across debugfs creation | Stephen Boyd | 2014-09-10 | 1 | -46/+27 |
| | | |/
| | |/| |
|
| * | | | clk: rockchip: also protect hclk_peri as critical | Heiko Stübner | 2014-09-10 | 2 | -0/+2 |
| * | | | clk: fractional-divider: cast parent_rate to u64 before multiplying | Heiko Stübner | 2014-09-10 | 1 | -1/+1 |
| * | | | clk: Add driver for Maxim 77802 PMIC clocks | Javier Martinez Canillas | 2014-09-09 | 3 | -0/+106 |
| * | | | clk: max77686: Convert to the generic max clock driver | Javier Martinez Canillas | 2014-09-09 | 2 | -168/+9 |
| * | | | clk: Add generic driver for Maxim PMIC clocks | Javier Martinez Canillas | 2014-09-09 | 4 | -0/+228 |
| * | | | clk: max77686: Add DT include for MAX77686 PMIC clock | Javier Martinez Canillas | 2014-09-09 | 1 | -6/+1 |
| * | | | clk: zynq: Move const initdata into correct code section | Soren Brinkmann | 2014-09-09 | 1 | -15/+14 |
| * | | | clk: zynq: Remove pointless return at end of void function | Soren Brinkmann | 2014-09-09 | 1 | -1/+0 |
| * | | | clk: zynq: Remove unnecessary OOM message | Soren Brinkmann | 2014-09-09 | 1 | -3/+1 |
| * | | | clk: at91: fix div by zero in USB clock driver | Boris BREZILLON | 2014-09-02 | 1 | -2/+5 |
| * | | | clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clk | Boris BREZILLON | 2014-09-02 | 1 | -3/+10 |
| * | | | clk: at91: fix recalc_rate implementation of PLL driver | Boris BREZILLON | 2014-09-02 | 1 | -8/+3 |
| * | | | clk: at91: rework PLL rate calculation | Boris BREZILLON | 2014-09-02 | 1 | -70/+77 |
| * | | | clk: at91: fix PLL_MAX_COUNT macro definition | Boris BREZILLON | 2014-09-02 | 1 | -1/+1 |
| * | | | clk: rockchip: protect critical clocks from getting disabled | Heiko Stübner | 2014-09-02 | 4 | -0/+28 |
| * | | | clk: rockchip: make rockchip_clk_register_branch static | Heiko Stübner | 2014-09-02 | 1 | -1/+1 |
| * | | | clk: rockchip: implement the fraction divider branch type | Heiko Stübner | 2014-09-02 | 1 | -2/+56 |
| * | | | clk: shmobile: add missing 0x0100 for SDCKCR | Kuninori Morimoto | 2014-09-02 | 1 | -0/+1 |
| * | | | cpufreq: kirkwood: use the powersave multiplexer | Mike Turquette | 2014-09-02 | 1 | -2/+13 |
| * | | | clk: mvebu: powersave clock is a multiplexer | Mike Turquette | 2014-09-01 | 1 | -0/+87 |
| * | | | clk: mvebu: share locks between gate clocks | Mike Turquette | 2014-09-01 | 2 | -3/+8 |
| |/ / |
|
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2014-10-14 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | kbuild: remove unnecessary "obj- := dummy.o" trick | Masahiro Yamada | 2014-10-02 | 1 | -2/+0 |
| |/ / |
|
* | | | clk: RK808: add clkout driver for RK808 | Chris Zhong | 2014-10-14 | 3 | -0/+180 |
* | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-10-08 | 1 | -7/+1 |
|\ \ \ |
|
| * \ \ | Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne... | Nicolas Ferre | 2014-08-25 | 1 | -7/+1 |
| |\ \ \
| | |/ /
| |/| | |
|