mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
a94cc4e6c0
According to the SFI specification irq number 0xFF means device has no interrupt or interrupt attached via GPIO. Currently, we don't handle this special case and set irq field in *_board_info structs to 255. It leads to confusion in some drivers. Accelerometer driver tries to register interrupt 255, fails and prints "Cannot get IRQ" to dmesg. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
early_printk_mrst.c | ||
Makefile | ||
mrst.c | ||
pmu.c | ||
pmu.h | ||
vrtc.c |