All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
	linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	marex@denx.de, rob.herring@calxeda.com,
	Grant Likely <grant.likely@secretlab.ca>,
	Alan Cox <alan@linux.intel.com>,
	linux-serial@vger.kernel.org
Subject: Re: [PATCH v4 2/2] serial: mxs-auart: Allow device tree probing
Date: Mon, 18 Jun 2012 08:25:43 -0700	[thread overview]
Message-ID: <20120618152543.GA15267@kroah.com> (raw)
In-Reply-To: <20120618133338.GD19249@S2101-09.ap.freescale.net>

On Mon, Jun 18, 2012 at 09:33:40PM +0800, Shawn Guo wrote:
> On Mon, Jun 18, 2012 at 10:06:09AM -0300, Fabio Estevam wrote:
> > Allow device tree probing.
> > 
> > Cc: Grant Likely <grant.likely@secretlab.ca>
> > Cc: Rob Herring <rob.herring@calxeda.com>
> > Cc: Alan Cox <alan@linux.intel.com>
> > Cc: <linux-serial@vger.kernel.org>
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > ---
> > Changes since v3:
> > - Remove unneeded mxs_auart_devtype
> > Changes since v2:
> > - Change compatible string
> > - Add aliases information in bindings doc
> > - Remove unneeded mxs_auart_probe_pdev function
> > - Remove "ifdef CONFIG_OF"
> > - Remove of_match_ptr wrapper
> > Changes since v1:
> > - Merged patches 3 and 5 from v1 into this one
> 
> Hi Greg,
> 
> May I have your ack to have the patch go through arm-soc tree, so that
> we can possibly start converting those non-DT board files over to DT?

Fine with me:

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 2/2] serial: mxs-auart: Allow device tree probing
Date: Mon, 18 Jun 2012 08:25:43 -0700	[thread overview]
Message-ID: <20120618152543.GA15267@kroah.com> (raw)
In-Reply-To: <20120618133338.GD19249@S2101-09.ap.freescale.net>

On Mon, Jun 18, 2012 at 09:33:40PM +0800, Shawn Guo wrote:
> On Mon, Jun 18, 2012 at 10:06:09AM -0300, Fabio Estevam wrote:
> > Allow device tree probing.
> > 
> > Cc: Grant Likely <grant.likely@secretlab.ca>
> > Cc: Rob Herring <rob.herring@calxeda.com>
> > Cc: Alan Cox <alan@linux.intel.com>
> > Cc: <linux-serial@vger.kernel.org>
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > ---
> > Changes since v3:
> > - Remove unneeded mxs_auart_devtype
> > Changes since v2:
> > - Change compatible string
> > - Add aliases information in bindings doc
> > - Remove unneeded mxs_auart_probe_pdev function
> > - Remove "ifdef CONFIG_OF"
> > - Remove of_match_ptr wrapper
> > Changes since v1:
> > - Merged patches 3 and 5 from v1 into this one
> 
> Hi Greg,
> 
> May I have your ack to have the patch go through arm-soc tree, so that
> we can possibly start converting those non-DT board files over to DT?

Fine with me:

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

  parent reply	other threads:[~2012-06-18 15:25 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-15 15:35 [PATCH v3 1/2] ARM: dts: mx28evk: Add auart0 and auart3 support Fabio Estevam
2012-06-15 15:35 ` [PATCH v3 2/2] serial: mxs-auart: Allow device tree probing Fabio Estevam
2012-06-15 15:35   ` Fabio Estevam
2012-06-15 15:48   ` Marek Vasut
2012-06-15 15:48     ` Marek Vasut
2012-06-15 16:06   ` Shawn Guo
2012-06-15 16:06     ` Shawn Guo
2012-06-15 16:11     ` Fabio Estevam
2012-06-15 16:11       ` Fabio Estevam
2012-06-15 16:16       ` Marek Vasut
2012-06-15 16:16         ` Marek Vasut
2012-06-15 16:18         ` Fabio Estevam
2012-06-15 16:18           ` Fabio Estevam
2012-06-15 17:00           ` Marek Vasut
2012-06-15 17:00             ` Marek Vasut
2012-06-16  2:01             ` Shawn Guo
2012-06-16  2:01               ` Shawn Guo
2012-06-16  1:59       ` Shawn Guo
2012-06-16  1:59         ` Shawn Guo
2012-06-15 15:48 ` [PATCH v3 1/2] ARM: dts: mx28evk: Add auart0 and auart3 support Marek Vasut
2012-06-15 16:03 ` Shawn Guo
2012-06-18 13:06 ` [PATCH v4 2/2] serial: mxs-auart: Allow device tree probing Fabio Estevam
2012-06-18 13:06   ` Fabio Estevam
2012-06-18 13:33   ` Shawn Guo
2012-06-18 13:33     ` Shawn Guo
2012-06-18 13:36     ` Marek Vasut
2012-06-18 13:36       ` Marek Vasut
2012-06-18 15:25     ` Greg Kroah-Hartman [this message]
2012-06-18 15:25       ` Greg Kroah-Hartman
2012-06-18 20:42   ` Subodh Nijsure
2012-06-18 20:42     ` Subodh Nijsure
2012-06-18 20:50     ` Fabio Estevam
2012-06-18 20:50       ` Fabio Estevam
2012-07-13 10:33     ` Marc Kleine-Budde
2012-07-13 10:33       ` Marc Kleine-Budde
2012-07-13 10:35       ` Marc Kleine-Budde
2012-07-13 10:35         ` Marc Kleine-Budde

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=20120618152543.GA15267@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=alan@linux.intel.com \
    --cc=fabio.estevam@freescale.com \
    --cc=grant.likely@secretlab.ca \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=rob.herring@calxeda.com \
    --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 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.