* [GIT PULL] sh fixes for v6.5
@ 2023-07-13 7:25 John Paul Adrian Glaubitz
2023-07-13 8:53 ` [GIT PULL] sh fixes for v6.5 - Correction John Paul Adrian Glaubitz
2023-07-13 21:41 ` [GIT PULL] sh fixes for v6.5 pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2023-07-13 7:25 UTC (permalink / raw)
To: Linus Torvalds
Cc: Geert Uytterhoeven, Artur Rojek, Rich Felker, Yoshinori Sato,
linux-sh, linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] sh fixes for v6.5 - Correction
2023-07-13 7:25 [GIT PULL] sh fixes for v6.5 John Paul Adrian Glaubitz
@ 2023-07-13 8:53 ` John Paul Adrian Glaubitz
2023-07-13 21:41 ` [GIT PULL] sh fixes for v6.5 pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2023-07-13 8:53 UTC (permalink / raw)
To: Linus Torvalds
Cc: Geert Uytterhoeven, Artur Rojek, Rich Felker, Yoshinori Sato,
linux-sh, linux-kernel
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
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] sh fixes for v6.5
2023-07-13 7:25 [GIT PULL] sh fixes for v6.5 John Paul Adrian Glaubitz
2023-07-13 8:53 ` [GIT PULL] sh fixes for v6.5 - Correction John Paul Adrian Glaubitz
@ 2023-07-13 21:41 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-07-13 21:41 UTC (permalink / raw)
To: John Paul Adrian Glaubitz
Cc: Linus Torvalds, Geert Uytterhoeven, Artur Rojek, Rich Felker,
Yoshinori Sato, linux-sh, linux-kernel
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-13 21:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-13 7:25 [GIT PULL] sh fixes for v6.5 John Paul Adrian Glaubitz
2023-07-13 8:53 ` [GIT PULL] sh fixes for v6.5 - Correction John Paul Adrian Glaubitz
2023-07-13 21:41 ` [GIT PULL] sh fixes for v6.5 pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).