devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [V10 PATCH 0/2] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
@ 2014-11-03 22:16 suravee.suthikulpanit
       [not found] ` <1415052977-26036-1-git-send-email-suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org>
  2014-11-03 22:16 ` [V10 PATCH 2/2] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X) suravee.suthikulpanit
  0 siblings, 2 replies; 17+ messages in thread
From: suravee.suthikulpanit @ 2014-11-03 22:16 UTC (permalink / raw)
  To: marc.zyngier, mark.rutland, jason, tglx
  Cc: Catalin.Marinas, Will.Deacon, liviu.dudau, Harish.Kasiviswanathan,
	linux-arm-kernel, linux-pci, linux-kernel, linux-doc, devicetree,
	Suravee Suthikulpanit

From: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>

This patch set introduces support for MSI(-X) in GICv2m specification,
which is implemented in some variation of GIC400.

This patch adopt the new hierarchy irq domain, and is rebased from: 
    Git tree   : git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git
    Git branch : domain_hierarchy
    Last commit: 97d4ea1f0922fb47dd1b09cd2694b7fa5b519db9

Changes in V10 includes:
  * Remove the alloc_msi_irq and integrate into gicv2m_setup_msi_irq
  * Clean up the error_out logic in gicv2m_init_one
  * Add comments in gic_irq_domain_alloc()
  * Removed v2m_list since no longer needed with the irqdomain hierachy framework
  * Rename variable in gicv2m_taredown_msi_irq to be consistent with other functions

History:
    V9: https://lkml.org/lkml/2014/10/31/111
    V8: https://lkml.org/lkml/2014/9/20/111
    V7: https://lkml.org/lkml/2014/9/17/751


Suravee Suthikulpanit (2):
  genirq: Add irq_chip_set_type_parent function
  irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X)

 Documentation/devicetree/bindings/arm/gic.txt |  53 ++++
 arch/arm64/Kconfig                            |   1 +
 drivers/irqchip/Kconfig                       |   5 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/irq-gic-v2m.c                 | 340 ++++++++++++++++++++++++++
 drivers/irqchip/irq-gic-v2m.h                 |   6 +
 drivers/irqchip/irq-gic.c                     |  23 +-
 include/linux/irq.h                           |   1 +
 kernel/irq/chip.c                             |  10 +
 9 files changed, 436 insertions(+), 4 deletions(-)
 create mode 100644 drivers/irqchip/irq-gic-v2m.c
 create mode 100644 drivers/irqchip/irq-gic-v2m.h

-- 
1.9.3

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-11-07  1:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03 22:16 [V10 PATCH 0/2] irqchip: gic: Introduce ARM GICv2m MSI(-X) support suravee.suthikulpanit
     [not found] ` <1415052977-26036-1-git-send-email-suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org>
2014-11-03 22:16   ` [V10 PATCH 1/2] genirq: Add irq_chip_set_type_parent function suravee.suthikulpanit-5C7GfCeVMHo
2014-11-03 22:16 ` [V10 PATCH 2/2] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X) suravee.suthikulpanit
2014-11-03 22:51   ` Thomas Gleixner
2014-11-04  3:22     ` Suravee Suthikulanit
2014-11-04 10:06       ` Thomas Gleixner
2014-11-04 14:20         ` Suravee Suthikulpanit
2014-11-04 14:28           ` Thomas Gleixner
     [not found]           ` <5458E0BE.2090803-5C7GfCeVMHo@public.gmane.org>
2014-11-04 17:46             ` Marc Zyngier
2014-11-04 13:01   ` Jiang Liu
2014-11-04 17:00     ` Suravee Suthikulpanit
2014-11-06  0:05     ` Suravee Suthikulanit
2014-11-06  0:23       ` Suravee Suthikulanit
2014-11-06  0:49         ` Thomas Gleixner
2014-11-06 10:42           ` Thomas Gleixner
2014-11-06 16:34             ` Marc Zyngier
2014-11-07  1:00               ` Jiang Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).