linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM64: ACPI core updates
@ 2015-03-24 17:58 Lorenzo Pieralisi
  2015-03-24 17:58 ` [PATCH 1/5] ACPI: move arm64 GSI IRQ model to generic GSI IRQ layer Lorenzo Pieralisi
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Lorenzo Pieralisi @ 2015-03-24 17:58 UTC (permalink / raw)
  To: linux-kernel, linux-acpi, linux-arm-kernel
  Cc: Lorenzo Pieralisi, Ard Biesheuvel, Will Deacon, Catalin Marinas,
	Hanjun Guo, Sudeep Holla, Jiang Liu, Mark Rutland,
	Rafael J. Wysocki, Marc Zyngier, Grant Likely

This patch series implements some refactoring/clean-ups of arm64 ACPI
core code implemented in Hanjun Guo's series:

http://www.spinics.net/lists/kernel/msg1953211.html

available at:

git://git.linaro.org/leg/acpi/acpi.git acpi-5.1-v11

Patch [1] is a proposal to move the arm64 GSI IRQ mapping layer to generic
ACPI code, in that the arm64 GSI layer is based on IRQ domains that are
generic data structures in the kernel that are not tied to an arch specific
implementation.

Patches [2-5] implement some fixes/clean-up of arm64 ACPI core code.

Tested on Juno v8 chip.

Lorenzo Pieralisi (5):
  ACPI: move arm64 GSI IRQ model to generic GSI IRQ layer
  ARM64: kernel: psci: factor out probe function
  ARM64: kernel: psci: let ACPI probe PSCI version
  ARM64: kernel: acpi: refactor ACPI tables init and checks
  ARM64: kernel: acpi: honour acpi=force command line parameter

 arch/arm64/Kconfig            |   1 +
 arch/arm64/include/asm/acpi.h |   3 -
 arch/arm64/kernel/acpi.c      | 167 +++++++++++++++++-------------------------
 arch/arm64/kernel/psci.c      |  54 +++++++++-----
 arch/arm64/kernel/setup.c     |   2 +-
 drivers/acpi/Kconfig          |   3 +
 drivers/acpi/Makefile         |   1 +
 drivers/acpi/gsi.c            | 105 ++++++++++++++++++++++++++
 drivers/irqchip/irq-gic.c     |   2 +
 9 files changed, 214 insertions(+), 124 deletions(-)
 create mode 100644 drivers/acpi/gsi.c

-- 
2.2.1


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

end of thread, other threads:[~2015-03-26  1:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24 17:58 [PATCH 0/5] ARM64: ACPI core updates Lorenzo Pieralisi
2015-03-24 17:58 ` [PATCH 1/5] ACPI: move arm64 GSI IRQ model to generic GSI IRQ layer Lorenzo Pieralisi
2015-03-25 13:20   ` Marc Zyngier
2015-03-25 15:41     ` Lorenzo Pieralisi
2015-03-25 13:23   ` Hanjun Guo
2015-03-24 17:58 ` [PATCH 2/5] ARM64: kernel: psci: factor out probe function Lorenzo Pieralisi
2015-03-25 13:29   ` Hanjun Guo
2015-03-24 17:58 ` [PATCH 3/5] ARM64: kernel: psci: let ACPI probe PSCI version Lorenzo Pieralisi
2015-03-25 13:35   ` Hanjun Guo
2015-03-24 17:58 ` [PATCH 4/5] ARM64: kernel: acpi: refactor ACPI tables init and checks Lorenzo Pieralisi
2015-03-25 13:45   ` Hanjun Guo
2015-03-25 14:26   ` Will Deacon
2015-03-25 15:13     ` Lorenzo Pieralisi
2015-03-24 17:58 ` [PATCH 5/5] ARM64: kernel: acpi: honour acpi=force command line parameter Lorenzo Pieralisi
2015-03-25  6:20   ` Ard Biesheuvel
2015-03-25 13:56   ` Hanjun Guo
2015-03-25 15:22     ` Lorenzo Pieralisi
2015-03-25 16:25   ` Catalin Marinas

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).