mbox

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

Message ID CAK8P3a1Q2DbCrSUuu8Fui_W7ZydQZeza=s-2cgKFS8AL1geFZQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Arnd Bergmann June 3, 2022, 6:57 p.m. UTC
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%)

Comments

pr-tracker-bot@kernel.org June 3, 2022, 9:49 p.m. UTC | #1
The pull request you sent on Fri, 3 Jun 2022 20:57:03 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9af13088ab139ff1663e44e5746e152303cffbc7

Thank you!