All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm:irchip: IRQCHIP_DECLARE macro is now accessible
@ 2015-10-13 12:56 ` Joel Porquet
  0 siblings, 0 replies; 14+ messages in thread
From: Joel Porquet @ 2015-10-13 12:56 UTC (permalink / raw)
  To: linux-kernel, linux, kgene, k.kozlowski, shawnguo, kernel, tony
  Cc: linux-omap, linux-samsung-soc, Joel Porquet, linux-arm-kernel

The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h', making it
globally accessible.

See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d ("irqchip: Move
IRQCHIP_DECLARE macro to include/linux/irqchip.h").

This series of patches add inclusions of 'include/linux/irqchip.h' and
replaces uses of macro OF_DECLARE_2 with IRQCHIP_DECLARE for platforms
exynos, imx and omap2.

I had submitted a single patch a few months ago
(https://lkml.org/lkml/2015/7/7/1069), but it never got merged although it
had been acked by all the subsystem maintainers. Hopefully, splitting the
patch into these independent patches that can be applied separately should
help.

Joël

Joel Porquet (3):
  arm:exynos: IRQCHIP_DECLARE macro is now accessible
  arm:imx: IRQCHIP_DECLARE macro is now accessible
  arm:omap2: IRQCHIP_DECLARE macro is now accessible

 arch/arm/mach-exynos/suspend.c       | 3 ++-
 arch/arm/mach-imx/gpc.c              | 7 ++-----
 arch/arm/mach-omap2/omap-wakeupgen.c | 7 ++-----
 3 files changed, 6 insertions(+), 11 deletions(-)

-- 
2.6.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2015-10-13 13:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 12:56 [PATCH v2 0/3] arm:irchip: IRQCHIP_DECLARE macro is now accessible Joel Porquet
2015-10-13 12:56 ` Joel Porquet
2015-10-13 12:56 ` Joel Porquet
2015-10-13 12:56 ` [PATCH v2 1/3] arm:exynos: " Joel Porquet
2015-10-13 12:56   ` Joel Porquet
2015-10-13 12:56   ` Joel Porquet
2015-10-13 12:56 ` [PATCH v2 2/3] arm:imx: " Joel Porquet
2015-10-13 12:56   ` Joel Porquet
2015-10-13 12:56   ` Joel Porquet
2015-10-13 12:56 ` [PATCH v2 3/3] arm:omap2: " Joel Porquet
2015-10-13 12:56   ` Joel Porquet
2015-10-13 12:56   ` Joel Porquet
2015-10-13 13:48 ` [PATCH v2 0/3] arm:irchip: " Shawn Guo
2015-10-13 13:48   ` Shawn Guo

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.