Age | Commit message (Expand) | Author | Files | Lines |
2024-03-19 | Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 7 | -37/+70 |
2024-03-15 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 131 | -1493/+8050 |
2024-03-14 | Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -12/+1 |
2024-03-13 | Merge branches 'clk-samsung', 'clk-imx', 'clk-rockchip', 'clk-clkdev' and 'cl... | Stephen Boyd | 20 | -290/+1502 |
2024-03-13 | Merge branches 'clk-remove', 'clk-amlogic', 'clk-qcom', 'clk-parent' and 'clk... | Stephen Boyd | 82 | -1108/+5928 |
2024-03-13 | Merge branches 'clk-aspeed', 'clk-keystone', 'clk-mobileye' and 'clk-allwinne... | Stephen Boyd | 6 | -34/+123 |
2024-03-13 | Merge branches 'clk-renesas', 'clk-cleanup', 'clk-hisilicon', 'clk-mediatek' ... | Stephen Boyd | 15 | -28/+89 |
2024-03-12 | clk: x86: Move clk-pmc-atom register defines to include/linux/platform_data/x... | Hans de Goede | 1 | -12/+1 |
2024-03-09 | clk: zynq: Prevent null pointer dereference caused by kmalloc failure | Duoming Zhou | 1 | -5/+3 |
2024-03-09 | clk: fractional-divider: Use bit operations consistently | Andy Shevchenko | 1 | -4/+4 |
2024-03-09 | clk: fractional-divider: Move mask calculations out of lock | Andy Shevchenko | 1 | -3/+3 |
2024-03-09 | clk: Fix clk_core_get NULL dereference | Bryan O'Donoghue | 1 | -0/+3 |
2024-03-09 | clk: starfive: jh7110-vout: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-09 | clk: starfive: jh7110-isp: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-09 | clk: imx: imx8-acm: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-04 | Merge tag 'omap-for-v6.9/dt-warnings-signed' of git://git.kernel.org/pub/scm/... | Arnd Bergmann | 7 | -37/+70 |
2024-03-04 | Merge tag 'v6.9-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne... | Arnd Bergmann | 3 | -1/+23 |
2024-03-04 | clk: qcom: gcc-ipq5018: fix register offset for GCC_UBI0_AXI_ARES reset | Gabor Juhos | 1 | -1/+1 |
2024-03-04 | clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of 'gcc_pcie1_pipe_clk' | Gabor Juhos | 1 | -1/+1 |
2024-03-04 | clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of 'gcc_gmac0_sys_clk' | Gabor Juhos | 1 | -1/+1 |
2024-03-02 | clk: qcom: camcc-x1e80100: Fix missing DT_IFACE enum in x1e80100 camcc | Bryan O'Donoghue | 1 | -0/+1 |
2024-03-02 | clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays | Gabor Juhos | 1 | -0/+2 |
2024-03-02 | clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays | Gabor Juhos | 1 | -0/+2 |
2024-03-02 | clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays | Gabor Juhos | 1 | -0/+21 |
2024-03-02 | clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays | Gabor Juhos | 1 | -0/+1 |
2024-03-02 | clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays | Gabor Juhos | 1 | -0/+2 |
2024-03-02 | clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays | Gabor Juhos | 1 | -0/+2 |
2024-03-02 | clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays | Gabor Juhos | 1 | -0/+3 |
2024-02-29 | clk: mediatek: clk-mt8173-apmixedsys: Use common error handling code in clk_m... | Markus Elfring | 1 | -2/+3 |
2024-02-29 | clk: Add a devm variant of clk_rate_exclusive_get() | Uwe Kleine-König | 1 | -0/+19 |
2024-02-29 | clk: ti: dpll3xxx: use correct function names in kernel-doc | Randy Dunlap | 1 | -2/+2 |
2024-02-29 | clk: clocking-wizard: Remove redundant initialization of pointer div_addr | Colin Ian King | 1 | -1/+1 |
2024-02-29 | clkdev: Update clkdev id usage to allow for longer names | Michael J. Ruhl | 1 | -1/+1 |
2024-02-28 | clk: rockchip: rk3399: Allow to set rate of clk_i2s0_frac's parent | Ondrej Jirman | 1 | -3/+3 |
2024-02-28 | clk: rockchip: rk3588: use linked clock ID for GATE_LINK | Sebastian Reichel | 1 | -23/+23 |
2024-02-28 | clk: rockchip: rk3588: fix indent | Sebastian Reichel | 1 | -1/+1 |
2024-02-28 | clk: rockchip: rk3588: fix pclk_vo0grf and pclk_vo1grf | Sebastian Reichel | 1 | -6/+4 |
2024-02-28 | Merge branch 'v6.9-shared/clkids' into v6.9-clk/next | Heiko Stuebner | 3 | -1/+23 |
2024-02-27 | clk: rockchip: rk3588: fix CLK_NR_CLKS usage | Sebastian Reichel | 3 | -1/+23 |
2024-02-26 | clk: ti: Improve clksel clock bit parsing for reg property | Tony Lindgren | 7 | -33/+60 |
2024-02-26 | clk: ti: Handle possible address in the node name | Tony Lindgren | 1 | -4/+10 |
2024-02-26 | clk: imx: imx8mp: Fix SAI_MCLK_SEL definition | Shengjiu Wang | 1 | -3/+8 |
2024-02-26 | clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev() | Markus Elfring | 1 | -12/+10 |
2024-02-26 | clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk... | Markus Elfring | 1 | -2/+2 |
2024-02-26 | clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() aft... | Markus Elfring | 1 | -5/+7 |
2024-02-25 | clk: samsung: Add CPU clock support for Exynos850 | Sam Protsenko | 2 | -0/+181 |
2024-02-25 | clk: samsung: Pass mask to wait_until_mux_stable() | Sam Protsenko | 1 | -7/+7 |
2024-02-25 | clk: samsung: Keep register offsets in chip specific structure | Sam Protsenko | 1 | -70/+86 |
2024-02-25 | clk: samsung: Keep CPU clock chip specific data in a dedicated struct | Sam Protsenko | 1 | -14/+26 |
2024-02-25 | clk: samsung: Pass register layout type explicitly to CLK_CPU() | Sam Protsenko | 8 | -17/+29 |