devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo@freescale.com>
To: linux-serial@vger.kernel.org
Cc: Alan Cox <alan@linux.intel.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org, patches@linaro.org
Subject: Re: [PATCH RESEND v3 0/2] Add device tree probe support for tty/serial/imx
Date: Fri, 22 Jul 2011 09:53:36 +0800	[thread overview]
Message-ID: <20110722015335.GD26837@S2100-06.ap.freescale.net> (raw)
In-Reply-To: <1309972820-18547-1-git-send-email-shawn.guo@linaro.org>

On Thu, Jul 07, 2011 at 01:20:18AM +0800, Shawn Guo wrote:
> The first patch removes the use of cpu_is_mx1().  The second patch
> adds device tree probe with a dependency on the following patch.
> 
>   http://article.gmane.org/gmane.linux.drivers.devicetree/6128
> 
> Changes with resend:
>  * Fix typo
>  * Change a few macros to inline functions
> 
> Changes since v2:
>  * Not use generic naming imx-uart, instead use specific soc name
>    to show uart type compatibility (Sascha's suggestion)
> 
> Changes since v1:
>  * Address review comments given by Grant and Uwe
> 
> Shawn Guo (2):
>       serial/imx: get rid of the uses of cpu_is_mx1()
>       serial/imx: add device tree probe support
> 
>  .../bindings/tty/serial/fsl-imx-uart.txt           |   19 +++
>  arch/arm/mach-imx/clock-imx1.c                     |    6 +-
>  arch/arm/mach-imx/clock-imx21.c                    |    8 +-
>  arch/arm/mach-imx/clock-imx25.c                    |   11 +-
>  arch/arm/mach-imx/clock-imx27.c                    |   13 +-
>  arch/arm/mach-imx/clock-imx31.c                    |   11 +-
>  arch/arm/mach-imx/clock-imx35.c                    |    7 +-
>  arch/arm/mach-mx5/clock-mx51-mx53.c                |   18 ++-
>  arch/arm/plat-mxc/devices/platform-imx-uart.c      |    7 +-
>  drivers/tty/serial/imx.c                           |  167 +++++++++++++++++---
>  10 files changed, 205 insertions(+), 62 deletions(-)
> 
To avoid conflict, will repost the series when Grant's devicetree/next
and i.mx tree get merged on mainline in the coming merge window.

Alan, hopefully, you can give your ack then, so that Sascha can pick
it up.

-- 
Regards,
Shawn


      parent reply	other threads:[~2011-07-22  1:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-06 17:20 [PATCH RESEND v3 0/2] Add device tree probe support for tty/serial/imx Shawn Guo
2011-07-06 17:20 ` [PATCH v3 1/2] serial/imx: get rid of the uses of cpu_is_mx1() Shawn Guo
2011-07-06 17:20 ` [PATCH v3 2/2] serial/imx: add device tree probe support Shawn Guo
2011-07-22  1:53 ` Shawn Guo [this message]

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=20110722015335.GD26837@S2100-06.ap.freescale.net \
    --to=shawn.guo@freescale.com \
    --cc=alan@linux.intel.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=s.hauer@pengutronix.de \
    /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).