aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/irq.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-07x86: Give each driver an IRQ typeSimon Glass1-1/+2
2019-12-15x86: Allow interrupt to happen onceSimon Glass1-8/+0
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass1-5/+0
2018-06-13x86: irq: Support discrete PIRQ routing registers via device treeBin Meng1-9/+93
2018-06-13x86: irq: Parse number of PIRQ links from device treeBin Meng1-4/+10
2018-06-13x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng1-7/+11
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng1-6/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng1-3/+3
2017-02-07x86: Move pirq_routing_table to global_dataSimon Glass1-7/+5
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-1/+1
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-2/+3
2016-05-23x86: Fix up PIRQ routing table checksum earlierBin Meng1-0/+4
2016-05-23x86: irq: Enable SCI on IRQ9Bin Meng1-0/+22
2016-05-23x86: irq: Reserve IRQ9 for ACPI in PIC modeBin Meng1-0/+5
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng1-3/+3
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng1-36/+37
2016-02-05x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng1-8/+1
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass1-7/+0
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass1-12/+4
2016-01-24dm: x86: Add a common PIRQ init functionSimon Glass1-1/+6
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass1-7/+0
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass1-0/+25
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass1-1/+6
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass1-6/+11
2015-08-14x86: Tidy up the PIRQ routing code a littleSimon Glass1-28/+13
2015-07-14x86: Reduce PIRQ routing table sizeBin Meng1-9/+56
2015-07-14x86: Ignore function number when writing PIRQ routing tableBin Meng1-4/+3
2015-07-14x86: Write correct bus number for the irq routerBin Meng1-1/+1
2015-06-04x86: Do sanity test on pirq table before writingBin Meng1-0/+3
2015-06-04x86: Refactor PIRQ routing supportBin Meng1-0/+213