public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] irqchip/gic-v3-its: LPI tables fixes
@ 2017-03-16 17:05 Andre Przywara
  2017-03-16 17:05 ` [PATCH 1/2] irqchip/gic-v3-its: bail out on already enabled LPIs Andre Przywara
  2017-03-16 17:05 ` [PATCH 2/2] irqchip/gic-v3-its: always check for cacheability attributes Andre Przywara
  0 siblings, 2 replies; 7+ messages in thread
From: Andre Przywara @ 2017-03-16 17:05 UTC (permalink / raw)
  To: linux-arm-kernel

By staring at the code (while writing the ITS driver for Xen) I
stumbled upon two minor things that deserve fixing:
Patch 1 checks whether LPIs are really disabled before setting up the
tables, as the architecture actually disallows clearing the LPI enable
bit. We try this anyway, but bail out if this fails.
Patch 2 makes sure we don't miss when the redistributors denies our
cacheable mapping request.

Please have a look and apply if that makes sense.

Cheers,
Andre.

Andre Przywara (2):
  irqchip/gic-v3-its: bail out on already enabled LPIs
  irqchip/gic-v3-its: always check for cacheability attributes

 drivers/irqchip/irq-gic-v3-its.c | 41 ++++++++++++++++++++++++++++++++--------
 1 file changed, 33 insertions(+), 8 deletions(-)

-- 
2.9.0

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

end of thread, other threads:[~2017-03-17 11:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16 17:05 [PATCH 0/2] irqchip/gic-v3-its: LPI tables fixes Andre Przywara
2017-03-16 17:05 ` [PATCH 1/2] irqchip/gic-v3-its: bail out on already enabled LPIs Andre Przywara
2017-03-16 17:25   ` Shanker Donthineni
2017-03-17  9:46     ` Marc Zyngier
2017-03-17 10:43       ` Shanker Donthineni
2017-03-17 11:01         ` Marc Zyngier
2017-03-16 17:05 ` [PATCH 2/2] irqchip/gic-v3-its: always check for cacheability attributes Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox