[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v7 0/6] xen/arm: Interrupt management reworking
Hello, This is the seventh verion of this serie to rework interrupt management for ARM. Changes in v7: - Renaming function in patch #1 Every patches are acked except patch #1 This series is a dependency for the ARM SMMU drivers [1]. This new version of this serie doesn't affect the IOMMU series sent a couple of days ago. A working tree can be found here: git://xenbits.xen.org/people/julieng/xen-unstable.git branch interrupt-mgmt-v7 Sincerely yours, [1] http://lists.xen.org/archives/html/xen-devel/2014-05/msg01983.html Julien Grall (6): xen/arm: IRQ: Store IRQ type in arch_irq_desc xen/arm: IRQ: Replace {request,setup}_dt_irq by {request,setup}_irq xen/arm: Replace route_guest_dt_irq by route_guest_irq xen: IRQ: Add dev_id parameter to release_irq xen/arm: IRQ: extend {request,setup}_irq to take an irqflags in parameter xen/arm: IRQ: Handle multiple action per IRQ xen/arch/arm/domain_build.c | 16 +- xen/arch/arm/gic.c | 38 +++-- xen/arch/arm/irq.c | 237 ++++++++++++++++++++++++------ xen/arch/arm/platforms/xgene-storm.c | 15 +- xen/arch/arm/setup.c | 3 +- xen/arch/arm/time.c | 30 ++-- xen/arch/x86/hpet.c | 2 +- xen/arch/x86/i8259.c | 2 +- xen/arch/x86/irq.c | 11 +- xen/arch/x86/time.c | 2 +- xen/drivers/char/exynos4210-uart.c | 15 +- xen/drivers/char/ns16550.c | 20 +-- xen/drivers/char/omap-uart.c | 15 +- xen/drivers/char/pl011.c | 18 ++- xen/drivers/passthrough/amd/iommu_init.c | 2 +- xen/drivers/passthrough/vtd/iommu.c | 2 +- xen/include/asm-arm/config.h | 2 + xen/include/asm-arm/gic.h | 5 +- xen/include/asm-arm/irq.h | 13 +- xen/include/xen/device_tree.h | 3 + xen/include/xen/irq.h | 11 +- 21 files changed, 319 insertions(+), 143 deletions(-) -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |