mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() IRQ0 is no longer returned by platform_get_irq() and its ilk -- they now
return -EINVAL instead. However, the kernel code supporting SH3/4-based
SoCs still maps the IRQ #s starting at 0 -- modify that code to start the
IRQ #s from 16 instead.
The patch should mostly affect the AP-SH4A-3A/AP-SH4AD-0A boards as they
indeed are using IRQ0 for the SMSC911x compatible Ethernet chip.
Fixes:
|
||
---|---|---|
.. | ||
clock-sh3.c | ||
clock-sh7705.c | ||
clock-sh7706.c | ||
clock-sh7709.c | ||
clock-sh7710.c | ||
clock-sh7712.c | ||
entry.S | ||
ex.S | ||
Makefile | ||
pinmux-sh7720.c | ||
probe.c | ||
serial-sh770x.c | ||
serial-sh7710.c | ||
serial-sh7720.c | ||
setup-sh3.c | ||
setup-sh770x.c | ||
setup-sh7705.c | ||
setup-sh7710.c | ||
setup-sh7720.c | ||
swsusp.S |