mbox series

[GIT,PULL,4/4] ARM: keystone: Updates for v6.6

Message ID 20230814160702.6l2fcujbx33eogap@junction (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/4] soc: ti: Driver updates for v6.6 | expand

Pull-request

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

Message

Nishanth Menon Aug. 14, 2023, 4:07 p.m. UTC
Hi,

Please pull:

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d33dbddf43a055f69bda7f3488bb1e136d1b6bbc:

  ARM: keystone: Merge PM function into main support file (2023-08-01 23:57:28 -0500)

----------------------------------------------------------------
TI keystone SoC updates for v6.6

Updates:
 - Consolidation of files and drop pm_domain.c and keystone.h

----------------------------------------------------------------
Andrew Davis (2):
      ARM: keystone: Merge memory.h into the only file that uses it
      ARM: keystone: Merge PM function into main support file

Rob Herring (1):
      ARM: keystone: Drop unused includes

 arch/arm/mach-keystone/Makefile    |  3 ---
 arch/arm/mach-keystone/keystone.c  | 50 ++++++++++++++++++++++++++++++++++----
 arch/arm/mach-keystone/keystone.h  | 16 ------------
 arch/arm/mach-keystone/memory.h    | 18 --------------
 arch/arm/mach-keystone/pm_domain.c | 50 --------------------------------------
 5 files changed, 45 insertions(+), 92 deletions(-)
 delete mode 100644 arch/arm/mach-keystone/keystone.h
 delete mode 100644 arch/arm/mach-keystone/memory.h
 delete mode 100644 arch/arm/mach-keystone/pm_domain.c