All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] DT irq deferred probe support
@ 2014-04-23 22:57 ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2014-04-23 22:57 UTC (permalink / raw)
  To: Russell King, Tony Lindgren, Grant Likely, Greg Kroah-Hartman
  Cc: devicetree, linux-kernel, linux-arm-kernel, Jean-Jacques Hiblot,
	thierry.reding, Rob Herring

From: Rob Herring <robh@kernel.org>

This is atleast the 4th attempt to fix a long standing issue with DT 
irq resolution needing to support deferred probe when irq parent is not 
yet initialized. This version implements Russell King's suggestion to do 
irq resolution when platform_get_irq is called. 

Tony, I squashed your warning fix (dropping the other part) and stole 
much of your commit message. Let me know if you have any issues with 
that.

Rob

Rob Herring (2):
  of: selftest: add deferred probe interrupt test
  of/irq: do irq resolution in platform_get_irq

 drivers/base/platform.c                        |  7 +++++-
 drivers/of/irq.c                               | 26 +++++++++++++++++++++
 drivers/of/platform.c                          |  4 +++-
 drivers/of/selftest.c                          | 32 ++++++++++++++++++++++++++
 drivers/of/testcase-data/tests-interrupts.dtsi | 12 ++++++++++
 include/linux/of_irq.h                         |  7 +++++-
 6 files changed, 85 insertions(+), 3 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-04-24 20:47 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-23 22:57 [PATCH 0/2] DT irq deferred probe support Rob Herring
2014-04-23 22:57 ` Rob Herring
2014-04-23 22:57 ` Rob Herring
2014-04-23 22:57 ` [PATCH 1/2] of: selftest: add deferred probe interrupt test Rob Herring
2014-04-23 22:57   ` Rob Herring
2014-04-23 22:57 ` [PATCH 2/2] of/irq: do irq resolution in platform_get_irq Rob Herring
2014-04-23 22:57   ` Rob Herring
2014-04-23 22:57   ` Rob Herring
2014-04-23 23:42   ` Tony Lindgren
2014-04-23 23:42     ` Tony Lindgren
2014-04-24 16:10     ` Grant Likely
2014-04-24 16:10       ` Grant Likely
2014-04-24 17:19       ` Tony Lindgren
2014-04-24 17:19         ` Tony Lindgren
2014-04-24 17:19         ` Tony Lindgren
2014-04-24 18:42   ` Thierry Reding
2014-04-24 18:42     ` Thierry Reding
2014-04-24 18:42     ` Thierry Reding
2014-04-24 20:47     ` Grant Likely
2014-04-24 20:47       ` Grant Likely
2014-04-24 20:47       ` Grant Likely
2014-04-23 23:43 ` [PATCH 0/2] DT irq deferred probe support Tony Lindgren
2014-04-23 23:43   ` Tony Lindgren
2014-04-23 23:43   ` Tony Lindgren

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.