https://github.com/torvalds/linux
Raw File
Tip revision: 2e6e902d185027f8e3cb8b7305238f7e35d6a436 authored by Linus Torvalds on 25 November 2018, 22:19:31 UTC
Linux 4.20-rc4
Tip revision: 2e6e902
TODO

- 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>
back to top