index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
/
irq.c
Age
Commit message (
Expand
)
Author
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-07
x86: Give each driver an IRQ type
Simon Glass
2019-12-15
x86: Allow interrupt to happen once
Simon Glass
2019-12-15
x86: Move UCLASS_IRQ into a separate file
Simon Glass
2018-06-13
x86: irq: Support discrete PIRQ routing registers via device tree
Bin Meng
2018-06-13
x86: irq: Parse number of PIRQ links from device tree
Bin Meng
2018-06-13
x86: irq: Change LINK_V2N and LINK_N2V to inline functions
Bin Meng
2018-06-13
x86: irq: Remove chipset specific irq router drivers
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-07
x86: qemu: Fix compiler warnings for 64-bit
Bin Meng
2017-02-07
x86: Move pirq_routing_table to global_data
Simon Glass
2017-02-06
x86: Use unsigned long for address in table generation
Simon Glass
2016-10-13
libfdt: Bring in upstream stringlist functions
Simon Glass
2016-05-23
x86: Fix up PIRQ routing table checksum earlier
Bin Meng
2016-05-23
x86: irq: Enable SCI on IRQ9
Bin Meng
2016-05-23
x86: irq: Reserve IRQ9 for ACPI in PIC mode
Bin Meng
2016-02-05
x86: irq: Convert to use DM PCI API
Bin Meng
2016-02-05
x86: irq: Move irq_router to a per driver priv
Bin Meng
2016-02-05
x86: irq: Get irq_router's bdf via dm_pci_get_bdf()
Bin Meng
2016-01-24
dm: x86: Drop the weak cpu_irq_init() function
Simon Glass
2016-01-24
x86: Use the IRQ device when setting up the mptable
Simon Glass
2016-01-24
dm: x86: Add a common PIRQ init function
Simon Glass
2016-01-24
dm: x86: Set up interrupt routing from interrupt_init()
Simon Glass
2016-01-24
dm: x86: Create a driver for x86 interrupts
Simon Glass
2016-01-24
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
Simon Glass
2015-08-14
x86: Allow pirq_init() to return an error
Simon Glass
2015-08-14
x86: Tidy up the PIRQ routing code a little
Simon Glass
2015-07-14
x86: Reduce PIRQ routing table size
Bin Meng
2015-07-14
x86: Ignore function number when writing PIRQ routing table
Bin Meng
2015-07-14
x86: Write correct bus number for the irq router
Bin Meng
2015-06-04
x86: Do sanity test on pirq table before writing
Bin Meng
2015-06-04
x86: Refactor PIRQ routing support
Bin Meng