mbox series

[GIT,PULL] sh updates for v6.9

Message ID e05595fe22203dd8ec7a7800e25aedfc136b8aec.camel@physik.fu-berlin.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] sh updates for v6.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.9-tag1

Message

John Paul Adrian Glaubitz March 21, 2024, 1:52 p.m. UTC
Hi Linus,

this pull request is unfortunately small again as I have not managed to review all
the pending patches posted by contributors yet. I didn't want to rush these into
this cycle, so they will be part of the next one.

The first two patches by Ricardo B. Marliere make two instances of struct bus_type
in the interrupt controller driver and the DMA sysfs interface const since the
driver core in the kernel is now able to handle that.

A third patch by Artur Rojek enforces internal linkage for the function setup_hd64461()
in order to fix the build of hp6xx_defconfig with -Werror=missing-prototypes.

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.9-tag1

for you to fetch changes up to 1e21acb7fbfb15fcb4afe21fb5a50a1bc00743ec:

  sh: hd64461: Make setup_hd64461() static (2024-03-21 12:17:35 +0100)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.9

- sh: hd64461: Make setup_hd64461() static
- sh: intc: Make intc_subsys const
- sh: dma-sysfs: Make dma_subsys const

----------------------------------------------------------------
Artur Rojek (1):
      sh: hd64461: Make setup_hd64461() static

Ricardo B. Marliere (2):
      sh: dma-sysfs: Make dma_subsys const
      sh: intc: Make intc_subsys const

 arch/sh/cchips/hd6446x/hd64461.c | 2 +-
 arch/sh/drivers/dma/dma-sysfs.c  | 2 +-
 drivers/sh/intc/core.c           | 2 +-
 drivers/sh/intc/internals.h      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org March 21, 2024, 5:34 p.m. UTC | #1
The pull request you sent on Thu, 21 Mar 2024 14:52:15 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.9-tag1

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

Thank you!