mbox series

[GIT,PULL,1/4] ARM: keystone: TI Updates for v6.2

Message ID 20221122185650.nrh7s2g5obndj5vj@dental
State New
Headers show
Series [GIT,PULL,1/4] ARM: keystone: TI Updates for v6.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-keystone-soc-for-v6.2

Message

Nishanth Menon Nov. 22, 2022, 7:01 p.m. UTC
Hi,

Please find the keystone2 related changes for v6.2-rc1 below.

---
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-keystone-soc-for-v6.2

for you to fetch changes up to 7e8edf55cf729367afdb5e9a8b182f1d47897800:

  ARM: keystone: Replace platform SMP with PSCI (2022-10-27 20:12:27 -0500)

----------------------------------------------------------------
ARM: keystone: TI Updates for v6.2

Updates:
* Switch over to standard PSCI for keystone2 platforms.

----------------------------------------------------------------
Andrew Davis (1):
      ARM: keystone: Replace platform SMP with PSCI

 arch/arm/mach-keystone/Makefile   |  4 +---
 arch/arm/mach-keystone/keystone.c |  2 --
 arch/arm/mach-keystone/keystone.h |  5 -----
 arch/arm/mach-keystone/platsmp.c  | 41 ---------------------------------------
 arch/arm/mach-keystone/smc.S      | 26 -------------------------
 5 files changed, 1 insertion(+), 77 deletions(-)
 delete mode 100644 arch/arm/mach-keystone/platsmp.c
 delete mode 100644 arch/arm/mach-keystone/smc.S