summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/irq.c
AgeCommit message (Expand)Author
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng
2016-02-05x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass
2016-01-24dm: x86: Add a common PIRQ init functionSimon Glass
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass
2015-08-14x86: Tidy up the PIRQ routing code a littleSimon Glass
2015-07-15x86: Reduce PIRQ routing table sizeBin Meng
2015-07-15x86: Ignore function number when writing PIRQ routing tableBin Meng
2015-07-15x86: Write correct bus number for the irq routerBin Meng
2015-06-04x86: Do sanity test on pirq table before writingBin Meng
2015-06-04x86: Refactor PIRQ routing supportBin Meng