Age | Commit message (Expand) | Author | Files | Lines |
2019-03-14 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 143 | -1572/+8658 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
2019-03-08 | clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPAT | Tony Lindgren | 1 | -1/+1 |
2019-03-08 | clk: fixup default index for of_clk_get_by_name() | Kuninori Morimoto | 1 | -1/+1 |
2019-03-08 | Merge branch 'clk-parent-rewrite' (early part) into clk-next | Stephen Boyd | 3 | -178/+230 |
2019-03-08 | Merge branches 'clk-typo', 'clk-json-schema', 'clk-mtk-2712-eco' and 'clk-roc... | Stephen Boyd | 4 | -11/+15 |
2019-03-08 | Merge branch 'clk-at91' into clk-next | Stephen Boyd | 3 | -5/+10 |
2019-03-08 | Merge branches 'clk-ingenic', 'clk-mtk-mux', 'clk-qcom-sdm845-pcie', 'clk-mtk... | Stephen Boyd | 11 | -50/+88 |
2019-03-08 | Merge branches 'clk-qcom-msm8998', 'clk-fractional-parent', 'clk-x86-mv' and ... | Stephen Boyd | 15 | -67/+155 |
2019-03-08 | Merge branches 'clk-qcom-rpmh', 'clk-gpio-sleep', 'clk-stm32mp1', 'clk-qcom-q... | Stephen Boyd | 11 | -39/+776 |
2019-03-08 | Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c... | Stephen Boyd | 31 | -328/+2022 |
2019-03-08 | Merge branches 'clk-optional', 'clk-devm-clkdev-register', 'clk-allwinner', '... | Stephen Boyd | 51 | -825/+5195 |
2019-03-08 | Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ... | Stephen Boyd | 21 | -74/+172 |
2019-03-06 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 7 | -98/+913 |
2019-03-01 | clk: Move of_clk_*() APIs into clk.c from clkdev.c | Stephen Boyd | 3 | -66/+62 |
2019-03-01 | clk: Inform the core about consumer devices | Stephen Boyd | 3 | -9/+21 |
2019-03-01 | clk: Introduce of_clk_get_hw_from_clkspec() | Stephen Boyd | 3 | -65/+69 |
2019-03-01 | clk: core: clarify the check for runtime PM | Miquel Raynal | 1 | -6/+8 |
2019-03-01 | clk: Combine __clk_get() and __clk_create_clk() | Stephen Boyd | 3 | -61/+98 |
2019-02-28 | clk: imx8mq: add GPIO clocks to clock tree | Anson Huang | 1 | -0/+5 |
2019-02-26 | clk: mediatek: correct cpu clock name for MT8173 SoC | Seiya Wang | 1 | -2/+2 |
2019-02-26 | clk: imx: Refactor entire sccg pll clk | Abel Vesa | 3 | -159/+417 |
2019-02-26 | clk: imx: scu: add cpu frequency scaling support | Anson Huang | 1 | -0/+36 |
2019-02-26 | clk: mediatek: Mark bus and DRAM related clocks as critical | Jasper Mattsson | 1 | -25/+43 |
2019-02-26 | clk: mediatek: Add flags to mtk_gate | Jasper Mattsson | 4 | -3/+7 |
2019-02-26 | clk: mediatek: Add MUX_FLAGS macro | Jasper Mattsson | 1 | -2/+6 |
2019-02-26 | clk: qcom: gcc-sdm845: Define parent of PCIe PIPE clocks | Bjorn Andersson | 1 | -0/+5 |
2019-02-26 | clk: ingenic: Remove set but not used variable 'enable' | YueHaibing | 1 | -2/+1 |
2019-02-25 | clk: at91: programmable: remove unneeded register read | Nicolas Ferre | 1 | -3/+0 |
2019-02-25 | clk: mediatek: using CLK_MUX_ROUND_CLOSEST for the clock of dpi1_sel | chunhui dai | 1 | -2/+2 |
2019-02-25 | clk: mediatek: add MUX_GATE_FLAGS_2 | chunhui dai | 2 | -7/+15 |
2019-02-25 | clk: renesas: r8a774a1: Fix LAST_DT_CORE_CLK | Fabrizio Castro | 1 | -1/+1 |
2019-02-22 | clk: ingenic: Fix doc of ingenic_cgu_div_info | Paul Cercueil | 1 | -1/+1 |
2019-02-22 | clk: ingenic: Fix round_rate misbehaving with non-integer dividers | Paul Cercueil | 1 | -5/+5 |
2019-02-22 | clk: mediatek: fix platform_no_drv_owner.cocci warnings | YueHaibing | 1 | -1/+0 |
2019-02-22 | clk: tegra: dfll: Fix debugfs_simple_attr.cocci warnings | YueHaibing | 1 | -9/+9 |
2019-02-22 | clk: qoriq: Improve an error message | Dan Carpenter | 1 | -2/+2 |
2019-02-22 | clk: at91: optimize clk_round_rate() for AUDIO_PLL | Michał Mirosław | 1 | -1/+8 |
2019-02-22 | clk: x86: Move clk-lpss.h to platform_data/x86 | Andy Shevchenko | 1 | -1/+1 |
2019-02-22 | clk: fractional-divider: check parent rate only if flag is set | Katsuhiro Suzuki | 1 | -1/+1 |
2019-02-22 | clk: qcom: Make common clk_hw registrations | Jeffrey Hugo | 9 | -52/+29 |
2019-02-22 | clk: actions: Add clock driver for S500 SoC | Manivannan Sadhasivam | 3 | -0/+531 |
2019-02-21 | clk: actions: Add configurable PLL delay | Manivannan Sadhasivam | 2 | -7/+25 |
2019-02-21 | clk: imx: imx8mm: Mark init function __init | Stephen Boyd | 1 | -1/+1 |
2019-02-21 | clk: qcom: gcc-qcs404: Add cfg_offset for blsp1_uart3 clock | Taniya Das | 1 | -0/+1 |
2019-02-21 | clk: qcom: clk-rcg2: Introduce a cfg offset for RCGs | Taniya Das | 2 | -10/+16 |
2019-02-21 | clk: qcom: remove empty lines in clk-rcg.h | Vinod Koul | 1 | -3/+0 |
2019-02-21 | clk: stm32mp1: fix bit width of hse_rtc divider | Gabriel Fernandez | 1 | -1/+1 |
2019-02-21 | clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag | Gabriel Fernandez | 1 | -3/+2 |
2019-02-21 | clk: stm32mp1: fix HSI divider flag | Gabriel Fernandez | 1 | -2/+2 |