mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-12-18 08:26:08 +01:00
Pull irq updates from Thomas Gleixner:
"The irq department delivers:
- new core infrastructure to allow better management of multi-queue
devices (interrupt spreading, node aware descriptor allocation ...)
- a new interrupt flow handler to support the new fangled Intel VMD
devices.
- yet another new interrupt controller driver.
- a series of fixes which addresses sparse warnings, missing
includes, missing static declarations etc from Ben Dooks.
- a fix for the error handling in the hierarchical domain allocation
code.
- the usual pile of small updates to core and driver code"
* 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (46 commits)
genirq: Fix missing irq allocation affinity hint
irqdomain: Fix irq_domain_alloc_irqs_recursive() error handling
irq/Documentation: Correct result of echnoing 5 to smp_affinity
MAINTAINERS: Remove Jiang Liu from irq domains
genirq/msi: Fix broken debug output
genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectors
genirq/msi: Make use of affinity aware allocations
genirq: Use affinity hint in irqdesc allocation
genirq: Add affinity hint to irq allocation
genirq: Introduce IRQD_AFFINITY_MANAGED flag
genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
irqchip/s3c24xx: Fixup IO accessors for big endian
irqchip/exynos-combiner: Fix usage of __raw IO
irqdomain: Fix disposal of mappings for interrupt hierarchies
irqchip/aspeed-vic: Add irq controller for Aspeed
doc/devicetree: Add Aspeed VIC bindings
x86/PCI/VMD: Use untracked irq handler
genirq: Add untracked irq handler
irqchip/mips-gic: Populate irq_domain names
irqchip/gicv3-its: Implement two-level(indirect) device table support
...
|
||
|---|---|---|
| .. | ||
| arc | ||
| arm | ||
| ata | ||
| board | ||
| bus | ||
| c6x | ||
| clock | ||
| cpufreq | ||
| cris | ||
| crypto | ||
| devfreq | ||
| display | ||
| dma | ||
| edac | ||
| eeprom | ||
| extcon | ||
| fpga | ||
| fuse | ||
| goldfish | ||
| gpio | ||
| gpu | ||
| h8300 | ||
| hsi | ||
| hwlock | ||
| hwmon | ||
| i2c | ||
| iio | ||
| input | ||
| interrupt-controller | ||
| iommu | ||
| leds | ||
| lpddr2 | ||
| mailbox | ||
| media | ||
| memory-controllers | ||
| metag | ||
| mfd | ||
| mips | ||
| misc | ||
| mmc | ||
| mtd | ||
| net | ||
| nios2 | ||
| nvmem | ||
| opp | ||
| pci | ||
| phy | ||
| pinctrl | ||
| power | ||
| power_supply | ||
| powerpc | ||
| pps | ||
| pwm | ||
| regmap | ||
| regulator | ||
| remoteproc | ||
| reserved-memory | ||
| reset | ||
| rng | ||
| rtc | ||
| scsi | ||
| security/tpm | ||
| serial | ||
| serio | ||
| soc | ||
| sound | ||
| spi | ||
| spmi | ||
| sram | ||
| staging | ||
| thermal | ||
| timer | ||
| ufs | ||
| usb | ||
| video/bridge | ||
| virtio | ||
| w1 | ||
| watchdog | ||
| x86 | ||
| xillybus | ||
| ABI.txt | ||
| chosen.txt | ||
| common-properties.txt | ||
| graph.txt | ||
| ipmi.txt | ||
| marvell.txt | ||
| numa.txt | ||
| property-units.txt | ||
| resource-names.txt | ||
| sparc_sun_oracle_rng.txt | ||
| submitting-patches.txt | ||
| unittest.txt | ||
| vendor-prefixes.txt | ||
| xilinx.txt | ||