devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ARM: shmobile: Use interrupt macros in DT files
@ 2013-11-09 12:23 Laurent Pinchart
  2013-11-09 12:23 ` [PATCH 1/7] ARM: shmobile: Use #include in device tree sources Laurent Pinchart
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Laurent Pinchart @ 2013-11-09 12:23 UTC (permalink / raw)
  To: linux-sh; +Cc: linux-arm-kernel, devicetree, Kuninori Morimoto

Hello,

This patch series replaces all numerical IRQ types by the corresponding
IRQ_TYPE_* macros in device tree sources. It starts by switching from
/include/ to #include (1/7), replacing numerical types by macros in SoC DT
files (2/7) and board DT files (3/7), and fixing several boards that use a
defined IRQ type instead of IRQ_TYPE_NONE.

The changes have been tested on the armadillo and marzen boards.

Laurent Pinchart (7):
  ARM: shmobile: Use #include in device tree sources
  ARM: shmobile: Use interrupt macros in SoC DT files
  ARM: shmobile: Use interrupt macros in board DT files
  ARM: shmobile: marzen-reference: Use falling edge IRQ for LAN9221
  ARM: shmobile: bockw-reference: Use falling edge IRQ for LAN9221
  ARM: shmobile: kzm9g-reference: Use falling edge IRQ for LAN9221
  ARM: shmobile: armadillo-reference: Use low level IRQ for ST1231

 arch/arm/boot/dts/r7s72100-genmai.dts              |   2 +-
 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts    |   2 +-
 arch/arm/boot/dts/r8a73a4-ape6evm.dts              |   5 +-
 arch/arm/boot/dts/r8a73a4.dtsi                     | 108 ++++++++++++-----
 .../boot/dts/r8a7740-armadillo800eva-reference.dts |   5 +-
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts      |   2 +-
 arch/arm/boot/dts/r8a7740.dtsi                     | 106 ++++++++---------
 arch/arm/boot/dts/r8a7778-bockw-reference.dts      |   5 +-
 arch/arm/boot/dts/r8a7778-bockw.dts                |   2 +-
 arch/arm/boot/dts/r8a7778.dtsi                     |  44 +++----
 arch/arm/boot/dts/r8a7779-marzen-reference.dts     |   5 +-
 arch/arm/boot/dts/r8a7779-marzen.dts               |   2 +-
 arch/arm/boot/dts/r8a7779.dtsi                     |  42 +++----
 arch/arm/boot/dts/r8a7790-lager-reference.dts      |   2 +-
 arch/arm/boot/dts/r8a7790-lager.dts                |   2 +-
 arch/arm/boot/dts/r8a7790.dtsi                     |  58 +++++-----
 arch/arm/boot/dts/r8a7791-koelsch-reference.dts    |   2 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts              |   2 +-
 arch/arm/boot/dts/r8a7791.dtsi                     |  49 ++++----
 arch/arm/boot/dts/sh7372-mackerel.dts              |   2 +-
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts       |   5 +-
 arch/arm/boot/dts/sh73a0-kzm9g.dts                 |   2 +-
 arch/arm/boot/dts/sh73a0.dtsi                      | 128 +++++++++++----------
 23 files changed, 325 insertions(+), 257 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2013-11-21  5:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09 12:23 [PATCH 0/7] ARM: shmobile: Use interrupt macros in DT files Laurent Pinchart
2013-11-09 12:23 ` [PATCH 1/7] ARM: shmobile: Use #include in device tree sources Laurent Pinchart
2013-11-09 12:23 ` [PATCH 2/7] ARM: shmobile: Use interrupt macros in SoC DT files Laurent Pinchart
2013-11-19  1:38   ` Simon Horman
2013-11-19  1:50     ` Laurent Pinchart
2013-11-19  2:36       ` Simon Horman
2013-11-19  2:18   ` [PATCH v2 " Laurent Pinchart
2013-11-19  2:40     ` Simon Horman
2013-11-09 12:23 ` [PATCH 3/7] ARM: shmobile: Use interrupt macros in board " Laurent Pinchart
2013-11-09 12:23 ` [PATCH 4/7] ARM: shmobile: marzen-reference: Use falling edge IRQ for LAN9221 Laurent Pinchart
2013-11-09 12:23 ` [PATCH 5/7] ARM: shmobile: bockw-reference: " Laurent Pinchart
2013-11-09 12:23 ` [PATCH 6/7] ARM: shmobile: kzm9g-reference: " Laurent Pinchart
2013-11-09 12:23 ` [PATCH 7/7] ARM: shmobile: armadillo-reference: Use low level IRQ for ST1231 Laurent Pinchart
2013-11-19  1:42   ` Simon Horman
2013-11-19  2:56   ` Simon Horman
2013-11-19 12:52     ` Laurent Pinchart
2013-11-19 12:59   ` [PATCH v2 " Laurent Pinchart
2013-11-21  5:02     ` Simon Horman
2013-11-18  8:42 ` [PATCH 0/7] ARM: shmobile: Use interrupt macros in DT files Simon Horman
2013-11-18 11:18   ` Laurent Pinchart
2013-11-19  1:35     ` Simon Horman

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