[GIT PULL] sh fixes for v6.5

From: John Paul Adrian Glaubitz
Date: Thu Jul 13 2023 - 03:26:31 EST


Hi Linus!

The sh updates for v6.5 introduced multiple regressions that this pull request addresses.
In particular, the change a8ac2961148e ("sh: Avoid using IRQ0 on SH3 and SH4") causes
several boards to hang during boot due to incorrect IRQ numbers.

Geert Uytterhoeven has contributed patches that handle the virq offset in the IRQ code
for the dreamcast, highlander and r2d boards while Artur Rojek has contributed a patch
which handles the virq offset for the hd64461 companion chip.

With the series applied, the affected boards will boot the kernel again without issues.

The following changes since commit 7497840d462c8f54c4888c22ab3726a8cde4b9a2:

sh: Provide unxlate_dev_mem_ptr() in asm/io.h (2023-07-05 19:04:51 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.5-tag2

for you to fetch changes up to 7c28a35e19fafa1d3b367bcd3ec4021427a9397b:

sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ (2023-07-13 08:37:53 +0200)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh fixes for v6.5

- sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ
- sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux
- sh: mach-highlander: Handle virq offset in cascaded IRL demux
- sh: mach-r2d: Handle virq offset in cascaded IRL demux

----------------------------------------------------------------
Artur Rojek (1):
sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ

Geert Uytterhoeven (3):
sh: mach-r2d: Handle virq offset in cascaded IRL demux
sh: mach-highlander: Handle virq offset in cascaded IRL demux
sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux

arch/sh/boards/mach-dreamcast/irq.c | 6 +++---
arch/sh/boards/mach-highlander/setup.c | 4 ++--
arch/sh/boards/mach-r2d/irq.c | 4 ++--
arch/sh/cchips/Kconfig | 4 ++--
arch/sh/include/asm/hd64461.h | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913