mbox series

[GIT,PULL] soc: drivers for 6.15, part 2

Message ID cfc8fd0d-9d32-432b-a5ba-1477265670e0@app.fastmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] soc: drivers for 6.15, part 2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-drivers-6.15-2

Message

Arnd Bergmann April 4, 2025, 3:09 p.m. UTC
The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

  Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-drivers-6.15-2

for you to fetch changes up to af34290cdc60a289e43f38a87621a3e9dd63c67b:

  Merge tag 'omap-for-v6.14/drivers-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/drivers-2 (2025-04-04 14:37:41 +0200)

----------------------------------------------------------------
soc: drivers for 6.15, part 2

This is the promised follow-up to the soc drivers branch, adding minor
updates to omap and freescale drivers.

Most notably, Ioana Ciornei takes over maintenance of the DPAA bus
driver used in some NXP (originally Freescale) chips.

----------------------------------------------------------------

I had a hard time deciding whether to include the platforms/cznic
driver changes in the pull request or not: The driver changes had
caused some build time regressions and I actually made fixes for
all of them but wasn't quite happy with them either.

In the end I decided to send out everything else but skip the
cznic driver since my fixes (finally sent today) hadn't been
part of linux-next or properly reviewed so far, and the merge
window is basically over. Sorry Marek, I should have been
more active in making sure they branch was in shape. Let's
make sure we get a new version into linux-next after the merge
window. I have uploaded the current version to
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/log/?h=cznic/platform
and I think we should just rebase that and squash my three
fixups into the original commits.

Andreas Kemnade (1):
      Input: tsc2007 - accept standard properties

Arnd Bergmann (2):
      Merge tag 'soc_fsl-6.15-1' of https://github.com/chleroy/linux into soc/drivers-2
      Merge tag 'omap-for-v6.14/drivers-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/drivers-2

Dr. David Alan Gilbert (1):
      bus: fsl-mc: Remove deadcode

Ioana Ciornei (3):
      MAINTAINERS: add myself as maintainer for the fsl-mc bus
      MAINTAINERS: fix nonexistent dtbinding file name
      MAINTAINERS: add the linuppc-dev list to the fsl-mc bus entry

Jiri Slaby (SUSE) (1):
      irqdomain: soc: Switch to irq_find_mapping()

 MAINTAINERS                              |  6 +++---
 drivers/bus/fsl-mc/dpmcp.c               | 22 ----------------------
 drivers/bus/fsl-mc/fsl-mc-allocator.c    |  5 -----
 drivers/bus/fsl-mc/fsl-mc-private.h      |  6 ------
 drivers/bus/fsl-mc/mc-io.c               | 20 --------------------
 drivers/input/touchscreen/tsc2007.h      |  2 ++
 drivers/input/touchscreen/tsc2007_core.c |  5 ++---
 drivers/soc/fsl/qe/qe_ic.c               |  4 ++--
 include/linux/fsl/mc.h                   |  2 --
 9 files changed, 9 insertions(+), 63 deletions(-)

Comments

pr-tracker-bot@kernel.org April 4, 2025, 5 p.m. UTC | #1
The pull request you sent on Fri, 04 Apr 2025 17:09:35 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-drivers-6.15-2

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

Thank you!