mbox series

[GIT,PULL] STi SoC update for v4.21 round 1

Message ID 9459cb9d-aafe-b712-9c95-30b2ff979d34@st.com
State New
Headers show
Series [GIT,PULL] STi SoC update for v4.21 round 1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git

Message

Patrice CHOTARD Dec. 20, 2018, 1:54 p.m. UTC
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

Comments

Olof Johansson Dec. 31, 2018, 9:12 p.m. UTC | #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