All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/7] ARM: shmobile: Use interrupt macros in DT files
Date: Tue, 19 Nov 2013 01:35:19 +0000	[thread overview]
Message-ID: <20131119013518.GD17628@verge.net.au> (raw)
In-Reply-To: <1950158.tI28CZ2mbU@avalon>

On Mon, Nov 18, 2013 at 12:18:43PM +0100, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Monday 18 November 2013 17:42:04 Simon Horman wrote:
> > On Sat, Nov 09, 2013 at 01:23:52PM +0100, Laurent Pinchart wrote:
> > > 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.
> > 
> > Hi Laurent,
> > 
> > could you let me know what the status of these patches is.
> 
> Given the lack of review comments I assume the patches are perfect :-)

Excellent!

> I'd 
> like to get them applied. Would you like me to split 2/7 and/or 3/7 ? The 
> changes are pretty small, I don't think not splitting them would make 
> backporting much more difficult.

Thanks, I'll take them as is.

> 
> > > 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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] ARM: shmobile: Use interrupt macros in DT files
Date: Tue, 19 Nov 2013 10:35:19 +0900	[thread overview]
Message-ID: <20131119013518.GD17628@verge.net.au> (raw)
In-Reply-To: <1950158.tI28CZ2mbU@avalon>

On Mon, Nov 18, 2013 at 12:18:43PM +0100, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Monday 18 November 2013 17:42:04 Simon Horman wrote:
> > On Sat, Nov 09, 2013 at 01:23:52PM +0100, Laurent Pinchart wrote:
> > > 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.
> > 
> > Hi Laurent,
> > 
> > could you let me know what the status of these patches is.
> 
> Given the lack of review comments I assume the patches are perfect :-)

Excellent!

> I'd 
> like to get them applied. Would you like me to split 2/7 and/or 3/7 ? The 
> changes are pretty small, I don't think not splitting them would make 
> backporting much more difficult.

Thanks, I'll take them as is.

> 
> > > 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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Subject: Re: [PATCH 0/7] ARM: shmobile: Use interrupt macros in DT files
Date: Tue, 19 Nov 2013 10:35:19 +0900	[thread overview]
Message-ID: <20131119013518.GD17628@verge.net.au> (raw)
In-Reply-To: <1950158.tI28CZ2mbU@avalon>

On Mon, Nov 18, 2013 at 12:18:43PM +0100, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Monday 18 November 2013 17:42:04 Simon Horman wrote:
> > On Sat, Nov 09, 2013 at 01:23:52PM +0100, Laurent Pinchart wrote:
> > > 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.
> > 
> > Hi Laurent,
> > 
> > could you let me know what the status of these patches is.
> 
> Given the lack of review comments I assume the patches are perfect :-)

Excellent!

> I'd 
> like to get them applied. Would you like me to split 2/7 and/or 3/7 ? The 
> changes are pretty small, I don't think not splitting them would make 
> backporting much more difficult.

Thanks, I'll take them as is.

> 
> > > 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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2013-11-19  1:35 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-09 12:23 [PATCH 0/7] ARM: shmobile: Use interrupt macros in DT files Laurent Pinchart
2013-11-09 12:23 ` Laurent Pinchart
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
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23 ` [PATCH 2/7] ARM: shmobile: Use interrupt macros in SoC DT files Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-19  1:38   ` Simon Horman
2013-11-19  1:38     ` Simon Horman
2013-11-19  1:38     ` Simon Horman
2013-11-19  1:50     ` Laurent Pinchart
2013-11-19  1:50       ` Laurent Pinchart
2013-11-19  1:50       ` Laurent Pinchart
2013-11-19  2:36       ` Simon Horman
2013-11-19  2:36         ` Simon Horman
2013-11-19  2:36         ` Simon Horman
2013-11-19  2:18   ` [PATCH v2 " Laurent Pinchart
2013-11-19  2:18     ` Laurent Pinchart
2013-11-19  2:18     ` Laurent Pinchart
2013-11-19  2:40     ` Simon Horman
2013-11-19  2:40       ` Simon Horman
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   ` Laurent Pinchart
2013-11-09 12:23   ` 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   ` Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23 ` [PATCH 5/7] ARM: shmobile: bockw-reference: " Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23 ` [PATCH 6/7] ARM: shmobile: kzm9g-reference: " Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23 ` [PATCH 7/7] ARM: shmobile: armadillo-reference: Use low level IRQ for ST1231 Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-09 12:23   ` Laurent Pinchart
2013-11-19  1:42   ` Simon Horman
2013-11-19  1:42     ` Simon Horman
2013-11-19  1:42     ` Simon Horman
2013-11-19  2:56   ` Simon Horman
2013-11-19  2:56     ` Simon Horman
2013-11-19  2:56     ` Simon Horman
2013-11-19 12:52     ` Laurent Pinchart
2013-11-19 12:52       ` Laurent Pinchart
2013-11-19 12:52       ` Laurent Pinchart
2013-11-19 12:59   ` [PATCH v2 " Laurent Pinchart
2013-11-19 12:59     ` Laurent Pinchart
2013-11-19 12:59     ` Laurent Pinchart
2013-11-21  5:02     ` Simon Horman
2013-11-21  5:02       ` Simon Horman
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  8:42   ` Simon Horman
2013-11-18  8:42   ` Simon Horman
2013-11-18 11:18   ` Laurent Pinchart
2013-11-18 11:18     ` Laurent Pinchart
2013-11-18 11:18     ` Laurent Pinchart
2013-11-19  1:35     ` Simon Horman [this message]
2013-11-19  1:35       ` Simon Horman
2013-11-19  1:35       ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131119013518.GD17628@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.