-
- Downloads
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk driver fixes from Stephen Boyd: - Fix qcom mux logic to look at the proper parent table member. Luckily this clk type isn't very common. - Don't kill clks on qcom systems that use Trion PLLs that are enabled out of the bootloader. We will simply skip programming the PLL rate if it's already done. - Use the proper clk_ops for the qcom sm6125 ICE clks. - Use module_platform_driver() in i.MX as it can be a module. - Fix a UAF in the versatile clk driver on an error path. * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: versatile: clk-icst: use after free on error path clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1 clk: imx: use module_platform_driver clk: qcom: clk-alpha-pll: Don't reconfigure running Trion clk: qcom: regmap-mux: fix parent clock lookup
Showing
- drivers/clk/imx/clk-imx8qxp-lpcg.c 1 addition, 1 deletiondrivers/clk/imx/clk-imx8qxp-lpcg.c
- drivers/clk/imx/clk-imx8qxp.c 1 addition, 1 deletiondrivers/clk/imx/clk-imx8qxp.c
- drivers/clk/qcom/clk-alpha-pll.c 9 additions, 0 deletionsdrivers/clk/qcom/clk-alpha-pll.c
- drivers/clk/qcom/clk-regmap-mux.c 1 addition, 1 deletiondrivers/clk/qcom/clk-regmap-mux.c
- drivers/clk/qcom/common.c 12 additions, 0 deletionsdrivers/clk/qcom/common.c
- drivers/clk/qcom/common.h 2 additions, 0 deletionsdrivers/clk/qcom/common.h
- drivers/clk/qcom/gcc-sm6125.c 2 additions, 2 deletionsdrivers/clk/qcom/gcc-sm6125.c
- drivers/clk/versatile/clk-icst.c 1 addition, 1 deletiondrivers/clk/versatile/clk-icst.c
Loading
Please register or sign in to comment