Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | Merge branch 'clk-fixes' into clk-next | Stephen Boyd | 5 | -4/+9 |
2017-06-15 | Merge tag 'sunxi-clk-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/... | Stephen Boyd | 5 | -4/+9 |
2017-06-14 | Merge tag 'clk-v4.13-samsung' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Stephen Boyd | 10 | -216/+235 |
2017-06-14 | Merge tag 'v4.13-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/... | Stephen Boyd | 7 | -66/+735 |
2017-06-14 | clk: keystone: Add sci-clk driver support | Tero Kristo | 5 | -9/+743 |
2017-06-12 | clk: meson: meson8b: add compatibles for Meson8 and Meson8m2 | Martin Blumenstingl | 2 | -4/+7 |
2017-06-12 | clk: meson8b: export the ethernet gate clock | Martin Blumenstingl | 1 | -1/+1 |
2017-06-12 | clk: meson8b: export the USB clocks | Martin Blumenstingl | 1 | -5/+5 |
2017-06-12 | clk: meson8b: export the gate clock for the HW random number generator | Martin Blumenstingl | 1 | -1/+1 |
2017-06-12 | clk: meson8b: export the SDIO clock | Martin Blumenstingl | 1 | -1/+1 |
2017-06-12 | clk: meson8b: export the SAR ADC clocks | Martin Blumenstingl | 1 | -2/+2 |
2017-06-09 | clk: samsung: exynos542x: Add EPLL rate table | Sylwester Nawrocki | 1 | -2/+17 |
2017-06-09 | clk: samsung: Add missing exynos5420 audio related clocks | Sylwester Nawrocki | 1 | -3/+7 |
2017-06-09 | clk: samsung: Add enable/disable operation for PLL36XX clocks | Sylwester Nawrocki | 1 | -37/+50 |
2017-06-09 | clk: samsung: s5pv210-audss: Convert to the new clk_hw API | Marek Szyprowski | 1 | -25/+27 |
2017-06-09 | clk: samsung: exynos-clkout: Convert to the new clk_hw API | Marek Szyprowski | 1 | -9/+9 |
2017-06-09 | clk: samsung: exynos-audss: Convert to the new clk_hw API | Marek Szyprowski | 1 | -28/+29 |
2017-06-07 | clk: samsung: Convert common drivers to the new clk_hw API | Marek Szyprowski | 5 | -105/+92 |
2017-06-07 | clk: samsung: Add local variable to match its purpose | Marek Szyprowski | 1 | -4/+5 |
2017-06-07 | clk: samsung: Remove dead code | Marek Szyprowski | 1 | -4/+0 |
2017-06-07 | clk: sunxi-ng: Move all clock types to a library | Stephen Boyd | 2 | -132/+22 |
2017-06-07 | clk: sunxi-ng: a83t: Add support for A83T's PRCM | Chen-Yu Tsai | 1 | -0/+107 |
2017-06-07 | clk: sunxi-ng: select SUNXI_CCU_MULT for sun8i-a83t | Arnd Bergmann | 1 | -0/+1 |
2017-06-07 | clk: sunxi-ng: a83t: Fix audio PLL divider offset | Chen-Yu Tsai | 1 | -1/+1 |
2017-06-07 | clk: sunxi-ng: a83t: Fix PLL lock status register offset | Chen-Yu Tsai | 1 | -1/+1 |
2017-06-07 | clk: sunxi-ng: Add driver for A83T CCU | Chen-Yu Tsai | 4 | -0/+998 |
2017-06-07 | clk: sunxi-ng: Support multiple variable pre-dividers | Chen-Yu Tsai | 9 | -47/+54 |
2017-06-07 | clk: sunxi-ng: de2: fix wrong pointer passed to PTR_ERR() | Wei Yongjun | 1 | -1/+1 |
2017-06-07 | clk: sunxi-ng: sun5i: Export video PLLs | Maxime Ripard | 1 | -2/+4 |
2017-06-07 | clk: sunxi-ng: mux: Re-adjust parent rate | Maxime Ripard | 1 | -5/+28 |
2017-06-07 | clk: sunxi-ng: mux: Change pre-divider application function prototype | Maxime Ripard | 5 | -33/+28 |
2017-06-07 | clk: sunxi-ng: mux: split out the pre-divider computation code | Maxime Ripard | 1 | -12/+20 |
2017-06-07 | clk: sunxi-ng: mux: Don't just rely on the parent for CLK_SET_RATE_PARENT | Maxime Ripard | 1 | -13/+1 |
2017-06-07 | clk: sunxi-ng: div: Switch to divider_round_rate | Maxime Ripard | 1 | -23/+4 |
2017-06-07 | clk: sunxi-ng: Pass the parent and a pointer to the clocks round rate | Maxime Ripard | 6 | -18/+25 |
2017-06-07 | clk: divider: Make divider_round_rate take the parent clock | Maxime Ripard | 1 | -9/+10 |
2017-06-07 | clk: sunxi-ng: explicitly include linux/spinlock.h | Tobias Klauser | 1 | -0/+1 |
2017-06-07 | clk: sunxi-ng: add support for DE2 CCU | Icenowy Zheng | 4 | -0/+294 |
2017-06-07 | clk: imx7d: Fix the DDR PLL enable bit | Fabio Estevam | 1 | -1/+1 |
2017-06-05 | clk: at91: fix clk-generated compilation | Alexandre Belloni | 1 | -0/+1 |
2017-06-03 | clk: versatile: delete old RealView clock implementation | Linus Walleij | 2 | -98/+0 |
2017-06-03 | clk: bcm2835: Minimise clock jitter for PCM clock | Phil Elwell | 1 | -5/+29 |
2017-06-03 | clk: bcm2835: Limit PCM clock to OSC and PLLD_PER | Phil Elwell | 1 | -1/+26 |
2017-06-03 | clk: bcm2835: Correct the prediv logic | Phil Elwell | 1 | -1/+3 |
2017-06-03 | Merge branch 'clk-bulk-get' into clk-next | Stephen Boyd | 3 | -1/+194 |
2017-06-03 | clk: add managed version of clk_bulk_get | Dong Aisheng | 1 | -0/+36 |
2017-06-03 | clk: add clk_bulk_get accessories | Dong Aisheng | 2 | -1/+158 |
2017-06-02 | clk: meson-gxbb: Add const to some parent name arrays | Stephen Boyd | 1 | -3/+3 |
2017-06-02 | Merge tag 'meson-clk-for-4.13' of git://github.com/BayLibre/clk-meson into cl... | Stephen Boyd | 3 | -74/+73 |
2017-06-02 | clk: palmas: undo preparation of a clock source. | Arvind Yadav | 1 | -0/+1 |