All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] enhance configuring an ITS
@ 2015-01-30  7:46 ` Yun Wu
  0 siblings, 0 replies; 26+ messages in thread
From: Yun Wu @ 2015-01-30  7:46 UTC (permalink / raw)
  To: marc.zyngier, tglx, jason; +Cc: linux-kernel, linux-arm-kernel, Yun Wu

This patch series makes some enhancement to ITS configuration in the
following three aspects:

o allocation of the ITS tables
o replacing magic numbers with sensible macros
o supporting ITS power down

This patch series is based on linux 3.19-rc6, and tested on Hisilion
ARM64 board with GICv3 ITS hardware.

Yun Wu (5):
  irqchip: gicv3-its: allocate proper size for DT
  irqchip: gicv3-its: zero itt before handling to hardware
  irqchip: gicv3-its: use 64KB page as default granule
  irqchip: gicv3-its: define macros for GITS_CTLR fields
  irqchip: gicv3-its: add support for power down

 drivers/irqchip/irq-gic-v3-its.c   | 90 ++++++++++++++++++++++++++++++++++----
 include/linux/irqchip/arm-gic-v3.h |  3 ++
 2 files changed, 85 insertions(+), 8 deletions(-)

--
1.8.0



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

end of thread, other threads:[~2015-01-31  1:57 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30  7:46 [PATCH 0/5] enhance configuring an ITS Yun Wu
2015-01-30  7:46 ` Yun Wu
2015-01-30  7:46 ` [PATCH 1/5] irqchip: gicv3-its: allocate proper size for DT Yun Wu
2015-01-30  7:46   ` Yun Wu
2015-01-30 19:10   ` Marc Zyngier
2015-01-30 19:10     ` Marc Zyngier
2015-01-31  1:57     ` Yun Wu (Abel)
2015-01-31  1:57       ` Yun Wu (Abel)
2015-01-30  7:46 ` [PATCH 2/5] irqchip: gicv3-its: zero itt before handling to hardware Yun Wu
2015-01-30  7:46   ` Yun Wu
2015-01-30 19:24   ` Marc Zyngier
2015-01-30 19:24     ` Marc Zyngier
2015-01-30  7:46 ` [PATCH 3/5] irqchip: gicv3-its: use 64KB page as default granule Yun Wu
2015-01-30  7:46   ` Yun Wu
2015-01-30 19:18   ` Marc Zyngier
2015-01-30 19:18     ` Marc Zyngier
2015-01-31  1:33     ` Yun Wu (Abel)
2015-01-31  1:33       ` Yun Wu (Abel)
2015-01-30  7:46 ` [PATCH 4/5] irqchip: gicv3-its: define macros for GITS_CTLR fields Yun Wu
2015-01-30  7:46   ` Yun Wu
2015-01-30  7:46 ` [PATCH 5/5] irqchip: gicv3-its: add support for power down Yun Wu
2015-01-30  7:46   ` Yun Wu
2015-01-30 19:23   ` Marc Zyngier
2015-01-30 19:23     ` Marc Zyngier
2015-01-31  1:43     ` Yun Wu (Abel)
2015-01-31  1:43       ` Yun Wu (Abel)

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.