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