alistair23-linux/drivers/staging/mt7621-pci/TODO
John Crispin 03f152e31f staging: mt7621-pci: MIPS/ralink: add MT7621 pcie driver
NeilBrown: forward port and hack to work on GNUBEE1

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-19 19:56:01 +01:00

13 lines
554 B
Plaintext

- general code review and cleanup
- can this be converted to not require PCI_DRIVERS_LEGACY ??
The irq returned by pcibios_map_irq is a "hwirq" (hardware irq number)
and pci_assign_irq() assigns this directly to dev->irq, which
expects a "virq" (virtual irq number). These numbers are different
on MIPS. There is a gross hack to make it work on one
specific platform, so it can be tested.
- Should this be merged with arch/mips/pci/pci-mt7620.c ??
- ensure device-tree requirements are documented
Cc: NeilBrown <neil@brown.name>