Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fixes from Stephen Boyd: "A few clk driver fixes for some SoC clk drivers: - Change a usleep() to udelay() to avoid scheduling while atomic in the Amlogic PLL code - Revert a patch to the Mediatek MT8183 driver that caused an out-of-bounds write - Return the right error value when devm_of_iomap() fails in imx93_clocks_probe() - Constrain the Kconfig for the fixed mmio clk so that it depends on HAS_IOMEM and can't be compiled on architectures such as s390" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM clk: imx93: Propagate correct error in imx93_clocks_probe() clk: mediatek: mt8183: Add back SSPM related clocks clk: meson: change usleep_range() to udelay() for atomic context
Showing
- drivers/clk/Kconfig 1 addition, 0 deletionsdrivers/clk/Kconfig
- drivers/clk/imx/clk-imx93.c 1 addition, 1 deletiondrivers/clk/imx/clk-imx93.c
- drivers/clk/mediatek/clk-mt8183.c 27 additions, 0 deletionsdrivers/clk/mediatek/clk-mt8183.c
- drivers/clk/meson/clk-pll.c 2 additions, 2 deletionsdrivers/clk/meson/clk-pll.c
Please register or sign in to comment