index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
/
irq.c
Age
Commit message (
Expand
)
Author
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-15
x86: Reduce PIRQ routing table size
Bin Meng
2015-07-15
x86: Ignore function number when writing PIRQ routing table
Bin Meng
2015-07-15
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