linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: linux-kernel@vger.kernel.org,
	devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org, patches@linaro.org
Subject: Re: [PATCH v3 0/3] Add device tree probe for imx/mxc gpio
Date: Thu, 7 Jul 2011 13:27:05 -0600	[thread overview]
Message-ID: <20110707192705.GL2824@ponder.secretlab.ca> (raw)
In-Reply-To: <1309970263-13239-1-git-send-email-shawn.guo@linaro.org>

On Thu, Jul 07, 2011 at 12:37:40AM +0800, Shawn Guo wrote:
> The first patch removes the uses of cpu_is_mx(), the second one
> changes mxc gpio number macro, and the third one adds actual device
> tree probe support.
> 
> Changes since v2:
>  * Keep platform case gpio range code path unchanged, and get range
>    from gpio core only for dt case.
> 
> Changes since v1:
>  * Address review comments given by Grant and Sascha
>  * Add patch #1 to get gpio range/base from gpio core
> 
> Shawn Guo (3):
>       gpio/mxc: get rid of the uses of cpu_is_mx()
>       ARM: mxc: use ARCH_NR_GPIOS to define gpio number
>       gpio/mxc: add device tree probe support

Sascha; so are we good?  Should I merge this series?

g.

> 
>  .../devicetree/bindings/gpio/fsl-imx-gpio.txt      |   22 +++
>  arch/arm/mach-imx/mm-imx1.c                        |    8 +-
>  arch/arm/mach-imx/mm-imx21.c                       |   12 +-
>  arch/arm/mach-imx/mm-imx25.c                       |    9 +-
>  arch/arm/mach-imx/mm-imx27.c                       |   13 +-
>  arch/arm/mach-imx/mm-imx31.c                       |    6 +-
>  arch/arm/mach-imx/mm-imx35.c                       |    7 +-
>  arch/arm/mach-mx5/mm-mx50.c                        |   13 +-
>  arch/arm/mach-mx5/mm.c                             |   24 ++--
>  arch/arm/plat-mxc/devices/platform-gpio-mxc.c      |    4 +-
>  arch/arm/plat-mxc/include/mach/common.h            |    2 +-
>  arch/arm/plat-mxc/include/mach/irqs.h              |   21 +---
>  drivers/gpio/gpio-mxc.c                            |  157 +++++++++++++++++---
>  13 files changed, 211 insertions(+), 87 deletions(-)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

  parent reply	other threads:[~2011-07-07 19:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-06 16:37 [PATCH v3 0/3] Add device tree probe for imx/mxc gpio Shawn Guo
2011-07-06 16:37 ` [PATCH v3 1/3] gpio/mxc: get rid of the uses of cpu_is_mx() Shawn Guo
2011-07-06 16:37 ` [PATCH v3 2/3] ARM: mxc: use ARCH_NR_GPIOS to define gpio number Shawn Guo
2011-07-07  7:47   ` Sascha Hauer
2011-07-07 15:13     ` Shawn Guo
2011-07-07 19:26       ` Grant Likely
2011-07-07 19:24     ` Grant Likely
2011-07-06 16:37 ` [PATCH v3 3/3] gpio/mxc: add device tree probe support Shawn Guo
2011-07-07 19:27 ` Grant Likely [this message]
2011-07-08 10:36   ` [PATCH v3 0/3] Add device tree probe for imx/mxc gpio Sascha Hauer
2011-07-08 18:38     ` Grant Likely
2011-07-09  6:30       ` Shawn Guo

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=20110707192705.GL2824@ponder.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=shawn.guo@linaro.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 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).