Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 6 | -78/+6 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4 | Thomas Gleixner | 4 | -8/+4 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner | 6 | -89/+6 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 42 | -0/+42 |
2019-05-16 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 124 | -6/+130 |
2019-05-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -2/+2 |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 124 | -6/+130 |
2019-05-07 | Merge branch 'clk-parent-rewrite-1' into clk-next | Stephen Boyd | 4 | -113/+322 |
2019-05-07 | Merge branch 'clk-ti' into clk-next | Stephen Boyd | 15 | -18/+40 |
2019-05-07 | Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and... | Stephen Boyd | 52 | -229/+2265 |
2019-05-07 | Merge branches 'clk-hisi', 'clk-lochnagar', 'clk-allwinner', 'clk-rockchip' a... | Stephen Boyd | 17 | -66/+576 |
2019-05-07 | Merge branches 'clk-sa', 'clk-aspeed', 'clk-samsung', 'clk-ingenic' and 'clk-... | Stephen Boyd | 12 | -90/+178 |
2019-05-07 | Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'... | Stephen Boyd | 29 | -626/+2363 |
2019-05-07 | Merge branches 'clk-renesas', 'clk-qcom', 'clk-mtk', 'clk-milbeaut' and 'clk-... | Stephen Boyd | 52 | -203/+4615 |
2019-05-03 | clk: Cache core in clk_fetch_parent_index() without names | Stephen Boyd | 1 | -10/+27 |
2019-05-03 | clk: imx: correct pfdv2 gate_bit/vld_bit operations | Anson Huang | 1 | -5/+5 |
2019-05-03 | clk: sifive: add a driver for the SiFive FU540 PRCI IP block | Paul Walmsley | 5 | -0/+647 |
2019-05-03 | clk: analogbits: add Wide-Range PLL library | Paul Walmsley | 5 | -0/+372 |
2019-05-03 | clk: imx: clk-pllv3: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2019-05-02 | clk: imx8mq: Add dsi_ipg_div | Guido Günther | 1 | -0/+1 |
2019-05-01 | clk: imx: pllv4: add fractional-N pll support | Anson Huang | 1 | -9/+63 |
2019-05-01 | clk: sunxi-ng: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2 | -3/+3 |
2019-05-01 | clk: sprd: Use the correct style for SPDX License Identifier | Nishad Kamdar | 6 | -6/+6 |
2019-05-01 | clk: renesas: Use the correct style for SPDX License Identifier | Nishad Kamdar | 3 | -6/+6 |
2019-05-01 | clk: qcom: Use the correct style for SPDX License Identifier | Nishad Kamdar | 1 | -1/+1 |
2019-05-01 | clk: davinci: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2 | -2/+2 |
2019-05-01 | clk: actions: Use the correct style for SPDX License Identifier | Nishad Kamdar | 9 | -9/+9 |
2019-04-29 | clk: imx: keep uart clock on during system boot | Jacky Bai | 1 | -0/+16 |
2019-04-29 | clk: imx: correct i.MX7D AV PLL num/denom offset | Anson Huang | 3 | -10/+24 |
2019-04-29 | clk: stm32mp1: Add ddrperfm clock | Gabriel Fernandez | 1 | -0/+3 |
2019-04-26 | clk: Remove CLK_IS_BASIC clk flag | Stephen Boyd | 11 | -11/+10 |
2019-04-25 | clock: milbeaut: Add Milbeaut M10V clock controller | Sugaya Taichi | 2 | -0/+664 |
2019-04-25 | clk: imx6sll: Fix mispelling uart4_serial as serail | Leonard Crestez | 1 | -1/+1 |
2019-04-25 | clk: imx: pll14xx: drop unused variable | Peng Fan | 1 | -4/+2 |
2019-04-25 | clk: mediatek: add clock driver for MT8516 | Fabien Parent | 3 | -0/+824 |
2019-04-25 | clk: at91: Mark struct clk_range as const | Stephen Boyd | 7 | -14/+14 |
2019-04-25 | clk: at91: add sam9x60 pmc driver | Alexandre Belloni | 2 | -0/+308 |
2019-04-25 | clk: tegra: divider: Mark Memory Controller clock as read-only | Dmitry Osipenko | 1 | -1/+2 |
2019-04-25 | clk: tegra: emc: Replace BUG() with WARN_ONCE() | Dmitry Osipenko | 1 | -1/+4 |
2019-04-25 | clk: tegra: emc: Fix EMC max-rate clamping | Dmitry Osipenko | 1 | -7/+10 |
2019-04-25 | clk: tegra: emc: Support multiple RAM codes | Dmitry Osipenko | 1 | -14/+23 |
2019-04-25 | clk: tegra: emc: Don't enable EMC clock manually | Dmitry Osipenko | 1 | -2/+0 |
2019-04-25 | clk: at91: add sam9x60 PLL driver | Alexandre Belloni | 3 | -0/+337 |
2019-04-25 | clk: at91: master: Add sam9x60 support | Alexandre Belloni | 2 | -3/+6 |
2019-04-25 | clk: at91: usb: Add sam9x60 support | Alexandre Belloni | 2 | -6/+30 |
2019-04-25 | clk: at91: allow configuring generated PCR layout | Alexandre Belloni | 4 | -24/+29 |
2019-04-25 | clk: at91: allow configuring peripheral PCR layout | Alexandre Belloni | 6 | -22/+71 |
2019-04-25 | clk: stm32: Introduce clocks of STM32F769 board | Gabriel Fernandez | 1 | -8/+299 |
2019-04-25 | clk: at91: sckc: handle different RC startup time | Alexandre Belloni | 1 | -2/+15 |
2019-04-25 | clk: at91: modernize sckc binding | Alexandre Belloni | 1 | -89/+36 |