linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] irqchip/gicv3: use readl_poll_timeout_relaxed()
@ 2018-04-06 16:26 Mark Rutland
  2018-04-06 16:26 ` [PATCH 1/2] irqchip/gic-v3-its: " Mark Rutland
  2018-04-06 16:26 ` [PATCH 2/2] irqchip/gic-v3: " Mark Rutland
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Rutland @ 2018-04-06 16:26 UTC (permalink / raw)
  To: linux-arm-kernel

The GICv3 code open-codes some IO polling loops, which a delay constructed as a
series of udelay(1) calls. We can make this simpler and more consistent by
using the readl_relaxed_poll_timeout() helper, so lets do so.

Thanks,
Mark.

Mark Rutland (2):
  irqchip/gic-v3-its: use readl_poll_timeout_relaxed()
  irqchip/gic-v3: use readl_poll_timeout_relaxed()

 drivers/irqchip/irq-gic-v3-its.c | 59 +++++++++++++++++-----------------------
 drivers/irqchip/irq-gic-v3.c     | 31 ++++++++-------------
 2 files changed, 37 insertions(+), 53 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-04-06 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-06 16:26 [PATCH 0/2] irqchip/gicv3: use readl_poll_timeout_relaxed() Mark Rutland
2018-04-06 16:26 ` [PATCH 1/2] irqchip/gic-v3-its: " Mark Rutland
2018-04-06 16:26 ` [PATCH 2/2] irqchip/gic-v3: " Mark Rutland

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