Linux SOC development
 help / color / mirror / Atom feed
* [GIT PULL, PATCH 0/2] ARM: multiplatform changes, part 3
@ 2022-06-03 18:57 Arnd Bergmann
  2022-06-03 18:58 ` [PATCH 1/2] ARM: OMAP1: clock: Convert to CCF Arnd Bergmann
  2022-06-03 21:49 ` [GIT PULL, PATCH 0/2] ARM: multiplatform changes, part 3 pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Arnd Bergmann @ 2022-06-03 18:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Tony Lindgren, Janusz Krzysztofik, linux-omap, Linux ARM,
	SoC Team

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%)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-14 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-03 18:57 [GIT PULL, PATCH 0/2] ARM: multiplatform changes, part 3 Arnd Bergmann
2022-06-03 18:58 ` [PATCH 1/2] ARM: OMAP1: clock: Convert to CCF Arnd Bergmann
2022-06-03 18:58   ` [PATCH 2/2] ARM: omap1: enable multiplatform Arnd Bergmann
2022-06-14 20:33   ` [PATCH 1/2] ARM: OMAP1: clock: Convert to CCF patchwork-bot+linux-soc
2022-06-03 21:49 ` [GIT PULL, PATCH 0/2] ARM: multiplatform changes, part 3 pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox