-
- Downloads
Merge tag 'samsung-pm-1' of...
Merge tag 'samsung-pm-1' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers Merge "Samsung S2R PM updates for v3.15" from Kukjin Kim: From Tomasz Figa: This series reworks suspend/resume handling of Samsung clock drivers to cover more SoC specific aspects that are beyond simple register save and restore. The goal is to have all the suspend/resume code that touches the clock controller in single place, which is the clock driver. * tag 'samsung-pm-1' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung : ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume code clk: samsung: exynos4: Add remaining suspend/resume handling clk: samsung: Drop old suspend/resume code clk: samsung: s3c64xx: Move suspend/resume handling to SoC driver clk: samsung: exynos5420: Move suspend/resume handling to SoC driver clk: samsung: exynos5250: Move suspend/resume handling to SoC driver clk: samsung: exynos4: Move suspend/resume handling to SoC driver clk: samsung: Provide common helpers for register save/restore clk: exynos4: Remove remnants of non-DT support Acked-by:Mike Turquette <mturquette@linaro.org> Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
Showing
- arch/arm/mach-exynos/pm.c 2 additions, 146 deletionsarch/arm/mach-exynos/pm.c
- drivers/clk/samsung/clk-exynos4.c 152 additions, 20 deletionsdrivers/clk/samsung/clk-exynos4.c
- drivers/clk/samsung/clk-exynos5250.c 44 additions, 5 deletionsdrivers/clk/samsung/clk-exynos5250.c
- drivers/clk/samsung/clk-exynos5420.c 44 additions, 5 deletionsdrivers/clk/samsung/clk-exynos5420.c
- drivers/clk/samsung/clk-exynos5440.c 1 addition, 1 deletiondrivers/clk/samsung/clk-exynos5440.c
- drivers/clk/samsung/clk-s3c64xx.c 68 additions, 11 deletionsdrivers/clk/samsung/clk-s3c64xx.c
- drivers/clk/samsung/clk.c 26 additions, 45 deletionsdrivers/clk/samsung/clk.c
- drivers/clk/samsung/clk.h 11 additions, 3 deletionsdrivers/clk/samsung/clk.h
Loading
Please register or sign in to comment