mbox series

[GIT,PULL] sh fixes for v6.5

Message ID 90e6042f3a82d5e9b4cf475603dcb73ca5e821d8.camel@physik.fu-berlin.de (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] sh fixes for v6.5 | expand

Pull-request

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

Message

John Paul Adrian Glaubitz July 13, 2023, 7:25 a.m. UTC
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(-)

Comments

John Paul Adrian Glaubitz July 13, 2023, 8:53 a.m. UTC | #1
Hi Linus!

On Thu, 2023-07-13 at 09:25 +0200, John Paul Adrian Glaubitz wrote:
> 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.

Apparently, booting on dreamcast currently does not work even with the patches applied due
to unreleated issues. So, please drop the last paragraph from the pull message to avoid
confusion.

Thanks,
Adrian
pr-tracker-bot@kernel.org July 13, 2023, 9:41 p.m. UTC | #2
The pull request you sent on Thu, 13 Jul 2023 09:25:39 +0200:

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

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

Thank you!