2018-12-20 20:41:00

by Patrice CHOTARD

[permalink] [raw]
Subject: [GIT PULL] STi SoC update for v4.21 round 1

Hi Arnd, Olof, Kevin

Please find STi SoC update for v4.21 round 1:

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

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

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git
tags/sti-soc-for-v4.21-round1

for you to fetch changes up to 704cfd7f5f71c6bc6cdfaa63a16ed0f72882b1a1:

ARM: sti: remove pen_release and boot_lock (2018-12-20 14:32:15 +0100)

----------------------------------------------------------------

Highlights:
-----------
- Following pen_release and boot_lock cleanup initiated by
Russell King, .smp_prepare_cpus and .smp_boot_secondary STi callbacks
must be reworked to keep secondary CPU's bringup.

----------------------------------------------------------------
Patrice Chotard (1):
ARM: sti: remove pen_release and boot_lock

arch/arm/mach-sti/Makefile | 2 +-
arch/arm/mach-sti/headsmp.S | 43 ----------------------
arch/arm/mach-sti/platsmp.c | 88
++++++++-------------------------------------
3 files changed, 15 insertions(+), 118 deletions(-)
delete mode 100644 arch/arm/mach-sti/headsmp.S


2018-12-31 22:45:05

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] STi SoC update for v4.21 round 1

On Thu, Dec 20, 2018 at 01:54:20PM +0000, Patrice CHOTARD wrote:
> Hi Arnd, Olof, Kevin
>
> Please find STi SoC update for v4.21 round 1:
>
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>
> Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git
> tags/sti-soc-for-v4.21-round1
>
> for you to fetch changes up to 704cfd7f5f71c6bc6cdfaa63a16ed0f72882b1a1:
>
> ARM: sti: remove pen_release and boot_lock (2018-12-20 14:32:15 +0100)
>
> ----------------------------------------------------------------
>
> Highlights:
> -----------
> - Following pen_release and boot_lock cleanup initiated by
> Russell King, .smp_prepare_cpus and .smp_boot_secondary STi callbacks
> must be reworked to keep secondary CPU's bringup.

Merged into next/late, will submit for upstream towards end of merge window to
get a bit of soak time.


-Olof