Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fixes from Stephen Boyd: "The typical collection of minor bug fixes in clk drivers. We don't have anything in the core framework here, just driver fixes. There's a boot fix for Samsung devices and a safety measure for qoriq to prevent CPUs from running too fast. There's also a fix for i.MX6Q to properly handle audio clock rates. We also have some "that's obviously wrong" fixes like bad NULL pointer checks in the MPP driver and a poor usage of __pa in the xgene clk driver that are fixed here" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: mmp: pxa910: fix return value check in pxa910_clk_init() clk: mmp: pxa168: fix return value check in pxa168_clk_init() clk: mmp: mmp2: fix return value check in mmp2_clk_init() clk: qoriq: Don't allow CPU clocks higher than starting value clk: imx: fix integer overflow in AV PLL round rate clk: xgene: Don't call __pa on ioremaped address clk/samsung: Use CLK_OF_DECLARE_DRIVER initialization method for CLKOUT clk: rockchip: don't return NULL when failing to register ddrclk branch
Showing
- drivers/clk/clk-qoriq.c 8 additions, 5 deletionsdrivers/clk/clk-qoriq.c
- drivers/clk/clk-xgene.c 4 additions, 6 deletionsdrivers/clk/clk-xgene.c
- drivers/clk/imx/clk-pllv3.c 6 additions, 2 deletionsdrivers/clk/imx/clk-pllv3.c
- drivers/clk/mmp/clk-of-mmp2.c 1 addition, 1 deletiondrivers/clk/mmp/clk-of-mmp2.c
- drivers/clk/mmp/clk-of-pxa168.c 1 addition, 1 deletiondrivers/clk/mmp/clk-of-pxa168.c
- drivers/clk/mmp/clk-of-pxa910.c 2 additions, 2 deletionsdrivers/clk/mmp/clk-of-pxa910.c
- drivers/clk/rockchip/clk-ddr.c 1 addition, 4 deletionsdrivers/clk/rockchip/clk-ddr.c
- drivers/clk/samsung/clk-exynos-clkout.c 14 additions, 8 deletionsdrivers/clk/samsung/clk-exynos-clkout.c
Please register or sign in to comment