-
- Downloads
Merge tag 'clk-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 the merge window to fix the build and boot on some SoCs. - Initialize struct clk_init_data in the TI da8xx-cfgchip driver so that stack contents aren't used for things like clk flags leading to unexpected behavior - Don't leak stack contents in a debug print in the new Sophgo clk driver - Disable the new T-Head clk driver on 32-bit targets to fix the build due to a division - Fix Samsung Exynos4 fin_pll wreckage from the clkdev rework done last cycle by using a struct clk_hw directly instead of a struct clk consumer" * tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: samsung: fix getting Exynos4 fin_pll rate from external clocks clk: T-Head: Disable on 32-bit Targets clk: sophgo: clk-sg2042-pll: Fix uninitialized variable in debug output clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use
No related branches found
No related tags found
Showing
- drivers/clk/davinci/da8xx-cfgchip.c 2 additions, 2 deletionsdrivers/clk/davinci/da8xx-cfgchip.c
- drivers/clk/samsung/clk-exynos4.c 7 additions, 6 deletionsdrivers/clk/samsung/clk-exynos4.c
- drivers/clk/sophgo/clk-sg2042-pll.c 1 addition, 1 deletiondrivers/clk/sophgo/clk-sg2042-pll.c
- drivers/clk/thead/Kconfig 1 addition, 0 deletionsdrivers/clk/thead/Kconfig
Loading
Please register or sign in to comment