All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce ARM GICv2m MSI(-X) support
@ 2014-06-24  0:32 ` suravee.suthikulpanit at amd.com
  0 siblings, 0 replies; 32+ messages in thread
From: suravee.suthikulpanit @ 2014-06-24  0:32 UTC (permalink / raw)
  To: marc.zyngier, Catalin.Marinas, Will.Deacon
  Cc: linux-arm-kernel, linux-pci, linux-kernel, 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 depends on and has been tested with the V7 of "Add support for PCI in AArch64"
(https://lkml.org/lkml/2014/3/14/320).

Suravee Suthikulpanit (2):
  arm/gic: Add binding probe for GIC400
  arm/gic: Add supports for GICv2m MSI(-X)

 Documentation/devicetree/bindings/arm/gic.txt |  18 +-
 drivers/irqchip/Kconfig                       |   6 +
 drivers/irqchip/Makefile                      |   1 +
 drivers/irqchip/gic-msi-v2m.c                 | 249 ++++++++++++++++++++++++++
 drivers/irqchip/gic-msi-v2m.h                 |  20 +++
 drivers/irqchip/irq-gic.c                     |  23 ++-
 6 files changed, 313 insertions(+), 4 deletions(-)
 create mode 100644 drivers/irqchip/gic-msi-v2m.c
 create mode 100644 drivers/irqchip/gic-msi-v2m.h

-- 
1.9.0


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

end of thread, other threads:[~2014-06-30 18:27 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24  0:32 [PATCH 0/2] Introduce ARM GICv2m MSI(-X) support suravee.suthikulpanit
2014-06-24  0:32 ` suravee.suthikulpanit at amd.com
2014-06-24  0:32 ` [PATCH 1/2] arm/gic: Add binding probe for GIC400 suravee.suthikulpanit
2014-06-24  0:32   ` suravee.suthikulpanit at amd.com
2014-06-24 12:22   ` Jason Cooper
2014-06-24 12:22     ` Jason Cooper
2014-06-24  0:33 ` [PATCH 2/2] arm/gic: Add supports for GICv2m MSI(-X) suravee.suthikulpanit
2014-06-24  0:33   ` suravee.suthikulpanit at amd.com
2014-06-24  9:52   ` Marc Zyngier
2014-06-24  9:52     ` Marc Zyngier
2014-06-25  3:04     ` Suravee Suthikulanit
2014-06-25  3:04       ` Suravee Suthikulanit
2014-06-27 15:43     ` Suravee Suthikulpanit
2014-06-27 15:43       ` Suravee Suthikulpanit
2014-06-27 17:35       ` Marc Zyngier
2014-06-27 17:35         ` Marc Zyngier
2014-06-24 10:11   ` Mark Rutland
2014-06-24 10:11     ` Mark Rutland
2014-06-25  2:55     ` Suravee Suthikulanit
2014-06-25  2:55       ` Suravee Suthikulanit
2014-06-25  8:57       ` Mark Rutland
2014-06-25  8:57         ` Mark Rutland
2014-06-24 12:19 ` [PATCH 0/2] Introduce ARM GICv2m MSI(-X) support Jason Cooper
2014-06-24 12:19   ` Jason Cooper
2014-06-24 12:26 ` Jason Cooper
2014-06-24 12:26   ` Jason Cooper
2014-06-25  0:19   ` Suravee Suthikulanit
2014-06-25  0:19     ` Suravee Suthikulanit
2014-06-30 18:27     ` Jason Cooper
2014-06-30 18:27       ` Jason Cooper
2014-06-24 14:09 ` Joel Schopp
2014-06-24 14:09   ` Joel Schopp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.