All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 00/10] Introduce ACPI world to GICv3 & ITS irqchip
@ 2015-12-17 11:52 ` Tomasz Nowicki
  0 siblings, 0 replies; 62+ messages in thread
From: Tomasz Nowicki @ 2015-12-17 11:52 UTC (permalink / raw)
  To: marc.zyngier, tglx, jason, rjw, lorenzo.pieralisi,
	robert.richter, shijie.huang, guohanjun, Suravee.Suthikulpanit
  Cc: mw, graeme.gregory, Catalin.Marinas, will.deacon, linux-kernel,
	linux-acpi, hanjun.guo, linux-arm-kernel, ddaney.cavm,
	Tomasz Nowicki

These patches have been part of:
[PATCH v4 00/10] ACPI GIC Self-probing, GICv2m and GICv3 support
https://lkml.org/lkml/2015/7/29/234

Patches base on Suravee's ACPI GICv2m support:
https://lkml.org/lkml/2015/12/10/475

The following git branch contains submitted patches along with
the useful for test patches (mainly ACPI ARM64 PCI support).
https://github.com/semihalf-nowicki-tomasz/linux.git (gicv3-its-acpi-v2)

Series has been tested on Cavium ThunderX 1 socket server.

v1 -> v2
- rebased on top of 4.4-rc4
- use pci_msi_domain_get_msi_rid for requester ID to device ID translation

Hanjun Guo (1):
  irqchip / GICv3: remove gic root node in ITS

Tomasz Nowicki (9):
  irqchip / GICv3: Refactor gic_of_init() for GICv3 driver
  irqchip / GICv3: Add ACPI support for GICv3+ initialization
  irqchip,GICv3,ACPI: Add redistributor support via GICC structures.
  irqchip, gicv3, its: Mark its_init() and its children as __init
  irqchip/GICv3/ITS: Refator ITS dt init code to prepare for ACPI.
  ARM64, ACPI, PCI: I/O Remapping Table (IORT) initial support.
  irqchip, gicv3, its: Probe ITS in the ACPI way.
  acpi, gicv3, msi: Factor out code that might be reused for ACPI
    equivalent.
  acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain
    initialization.

 drivers/acpi/Kconfig                     |   3 +
 drivers/acpi/Makefile                    |   1 +
 drivers/acpi/iort.c                      | 326 +++++++++++++++++++++++++++++
 drivers/irqchip/Kconfig                  |   1 +
 drivers/irqchip/irq-gic-v3-its-pci-msi.c |  85 ++++++--
 drivers/irqchip/irq-gic-v3-its.c         | 142 +++++++++----
 drivers/irqchip/irq-gic-v3.c             | 341 ++++++++++++++++++++++++++-----
 drivers/pci/msi.c                        |   3 +
 include/linux/iort.h                     |  38 ++++
 include/linux/irqchip/arm-gic-v3.h       |   2 +-
 10 files changed, 841 insertions(+), 101 deletions(-)
 create mode 100644 drivers/acpi/iort.c
 create mode 100644 include/linux/iort.h

-- 
1.9.1

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

end of thread, other threads:[~2016-01-13  9:16 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-17 11:52 [PATCH V2 00/10] Introduce ACPI world to GICv3 & ITS irqchip Tomasz Nowicki
2015-12-17 11:52 ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 01/10] irqchip / GICv3: Refactor gic_of_init() for GICv3 driver Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 02/10] irqchip / GICv3: Add ACPI support for GICv3+ initialization Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 13:44   ` kbuild test robot
2015-12-17 13:44     ` kbuild test robot
2015-12-17 13:44     ` kbuild test robot
2015-12-17 15:12     ` Tomasz Nowicki
2015-12-17 15:12       ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 03/10] irqchip,GICv3,ACPI: Add redistributor support via GICC structures Tomasz Nowicki
2015-12-17 11:52   ` [PATCH V2 03/10] irqchip, GICv3, ACPI: " Tomasz Nowicki
2016-01-12 12:03   ` [PATCH V2 03/10] irqchip,GICv3,ACPI: " Marc Zyngier
2016-01-12 12:03     ` Marc Zyngier
2016-01-12 15:05     ` Hanjun Guo
2016-01-12 15:05       ` Hanjun Guo
2016-01-12 16:16       ` Marc Zyngier
2016-01-12 16:16         ` Marc Zyngier
2016-01-12 17:14         ` Tomasz Nowicki
2016-01-12 17:14           ` Tomasz Nowicki
2016-01-12 16:45     ` Tomasz Nowicki
2016-01-12 16:45       ` Tomasz Nowicki
2016-01-12 16:45       ` Tomasz Nowicki
2016-01-13  1:52       ` Hanjun Guo
2016-01-13  1:52         ` Hanjun Guo
2016-01-13  8:35         ` Marc Zyngier
2016-01-13  8:35           ` Marc Zyngier
2016-01-13  9:15           ` Hanjun Guo
2016-01-13  9:15             ` Hanjun Guo
2015-12-17 11:52 ` [PATCH V2 04/10] irqchip / GICv3: remove gic root node in ITS Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 05/10] irqchip, gicv3, its: Mark its_init() and its children as __init Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 06/10] irqchip/GICv3/ITS: Refator ITS dt init code to prepare for ACPI Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-18 10:57   ` Hanjun Guo
2015-12-18 10:57     ` Hanjun Guo
2015-12-18 10:57     ` Hanjun Guo
2015-12-18 11:14     ` Tomasz Nowicki
2015-12-18 11:14       ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 07/10] ARM64, ACPI, PCI: I/O Remapping Table (IORT) initial support Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 13:24   ` Tomasz Nowicki
2015-12-17 13:24     ` Tomasz Nowicki
2015-12-18 12:11     ` Hanjun Guo
2015-12-18 12:11       ` Hanjun Guo
2015-12-18 12:11       ` Hanjun Guo
2015-12-18 11:18   ` Hanjun Guo
2015-12-18 11:18     ` Hanjun Guo
2015-12-18 11:18     ` Hanjun Guo
2015-12-17 11:52 ` [PATCH V2 08/10] irqchip, gicv3, its: Probe ITS in the ACPI way Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 09/10] acpi, gicv3, msi: Factor out code that might be reused for ACPI equivalent Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 11:52 ` [PATCH V2 10/10] acpi, gicv3, its: Use MADT ITS subtable to do PCI/MSI domain initialization Tomasz Nowicki
2015-12-17 11:52   ` Tomasz Nowicki
2015-12-17 12:46   ` kbuild test robot
2015-12-17 12:46     ` kbuild test robot
2015-12-17 12:46     ` kbuild test robot

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.