[GIT PULL] sh updates for v6.9
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <e05595fe22203dd8ec7a7800e25aedfc136b8aec.camel@physik.fu-berlin.de> |
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(-)
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913