mbox series

[GIT,PULL,4/4] ARM: samsung: SoC/mach for 4.21

Message ID 20181209114911.25194-5-krzk@kernel.org
State New
Headers show
Series ARM: exynos: Stuff for v4.21 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.21

Message

Krzysztof Kozlowski Dec. 9, 2018, 11:49 a.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.21

for you to fetch changes up to cafbc79e327f44411b8bd8bdc101b9e6c65ab42a:

  ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus (2018-11-18 15:12:50 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v4.21

Just cleanups of: legacy way of setting external wakeup interrupts, old
power management debugging functions and duplicated secondary startup
initialization.

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (2):
      ARM: exynos: Remove no longer needed s3c_pm_check_*() calls
      ARM: samsung: Limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms

Krzysztof Kozlowski (2):
      ARM: s5pv210: Remove legacy setting of external wakeup interrupts
      ARM: exynos: Remove legacy setting of external wakeup interrupts

Pankaj Dubey (1):
      ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus

 arch/arm/mach-exynos/common.h  |  2 --
 arch/arm/mach-exynos/platsmp.c | 26 --------------------------
 arch/arm/mach-exynos/suspend.c | 37 ++++++++++++++++---------------------
 arch/arm/mach-s5pv210/common.h |  1 -
 arch/arm/mach-s5pv210/pm.c     | 16 ++++++++++++----
 arch/arm/plat-samsung/Kconfig  |  1 +
 6 files changed, 29 insertions(+), 54 deletions(-)

Comments

Olof Johansson Dec. 12, 2018, 9:52 p.m. UTC | #1
On Sun, Dec 09, 2018 at 12:49:11PM +0100, Krzysztof Kozlowski wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.21
> 
> for you to fetch changes up to cafbc79e327f44411b8bd8bdc101b9e6c65ab42a:
> 
>   ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus (2018-11-18 15:12:50 +0100)
> 
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.21
> 
> Just cleanups of: legacy way of setting external wakeup interrupts, old
> power management debugging functions and duplicated secondary startup
> initialization.
> 
> ----------------------------------------------------------------
> Bartlomiej Zolnierkiewicz (2):
>       ARM: exynos: Remove no longer needed s3c_pm_check_*() calls
>       ARM: samsung: Limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms
> 
> Krzysztof Kozlowski (2):
>       ARM: s5pv210: Remove legacy setting of external wakeup interrupts
>       ARM: exynos: Remove legacy setting of external wakeup interrupts
> 
> Pankaj Dubey (1):
>       ARM: exynos: Remove secondary startup initialization from smp_prepare_cpus

Merged, thanks!


-Olof