[GIT PULL, PATCH 0/2] ARM: multiplatform changes, part 3

Arnd Bergmann arnd at kernel.org
Fri Jun 3 11:57:03 PDT 2022


The following changes since commit 6f9b5ed8caddfbc94af8307c557ed57a8ec5c65c:

  Merge tag 'char-misc-5.19-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
(2022-06-03 11:36:34 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-multiplatform-5.19-3

for you to fetch changes up to 7036440eab3e2d47a775d4616909f8235488d714:

  ARM: omap1: enable multiplatform (2022-06-03 20:48:53 +0200)

[ The branch is just rebased on top of the usb driver merge, which is
not great for the
 git history but required for bisection. Sending the individual
patches as well if you
 prefer to just apply them. ]

----------------------------------------------------------------
ARM: multiplatform changes, part 3

This is the third and final bit of the multiplatform conversion
for ARMv5, finishing off OMAP1. One patch enables the common-clk
interface, and the other ones does the Kconfig change.

These were waiting on a few dependencies to trickle in for
common-clk, and the last one of those was in the USB tree.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: omap1: enable multiplatform

Janusz Krzysztofik (1):
      ARM: OMAP1: clock: Convert to CCF

 arch/arm/Kconfig                                |  13 -
 arch/arm/configs/omap1_defconfig                |   3 +
 arch/arm/mach-omap1/Kconfig                     |  16 +
 arch/arm/mach-omap1/clock.c                     | 693 ++++++++++--------------
 arch/arm/mach-omap1/clock.h                     | 139 ++---
 arch/arm/mach-omap1/clock_data.c                | 483 +++++++----------
 arch/arm/mach-omap1/hardware.h                  |   2 +-
 arch/arm/mach-omap1/include/mach/uncompress.h   | 117 ----
 arch/arm/mach-omap1/io.c                        |   7 -
 arch/arm/mach-omap1/serial.c                    |   3 +-
 arch/arm/mach-omap1/{include/mach => }/serial.h |   0
 arch/arm/mach-omap1/time.c                      |   5 +
 12 files changed, 584 insertions(+), 897 deletions(-)
 delete mode 100644 arch/arm/mach-omap1/include/mach/uncompress.h
 rename arch/arm/mach-omap1/{include/mach => }/serial.h (100%)



More information about the linux-arm-kernel mailing list