linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
To: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
Subject: Re: [PATCH 0/6] Add device tree support for imx spi driver
Date: Sat, 9 Jul 2011 14:44:41 +0800	[thread overview]
Message-ID: <20110709064440.GD13962@S2100-06.ap.freescale.net> (raw)
In-Reply-To: <20110708190142.GD9070-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>

On Fri, Jul 08, 2011 at 01:01:42PM -0600, Grant Likely wrote:
> On Fri, Jul 08, 2011 at 04:27:28PM +0800, Shawn Guo wrote:
> > The patch set makes some cleanups on imx spi driver to get it ready
> > for adding device tree probe and then add the support.
> > 
> > Those two dt helper function related patches are carried here to
> > resolve the dependency.  They should be on the way to sit on Grant's
> > devicetree/next branch.
> > 
> > Rob Herring (1):
> >       dt: add helper function to read u32 arrays
> > 
> > Shawn Guo (5):
> >       ARM: mxc: remove unnecessary header file inclusion from gpio.h
> >       spi/imx: use soc name in spi device type naming scheme
> >       spi/imx: copy gpio number passed by platform data into driver private data
> >       dt: add empty of_property_read_u32[_array] for non-dt
> >       spi/imx: add device tree probe support
> 
> Okay, I tried to apply this series, but the first patch that removes
> the includes caused a build failure, so I've dropped it.  What tree
> are these patches based on top of?
> 
I based the series off linux-next.  Since it will go through your
spi/next tree, I will repost the series against it, with splitting
patch #2 into small pieces to address Sascha's comment.

-- 
Regards,
Shawn

      parent reply	other threads:[~2011-07-09  6:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-08  8:27 [PATCH 0/6] Add device tree support for imx spi driver Shawn Guo
     [not found] ` <1310113654-25887-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-08  8:27   ` [PATCH 1/6] ARM: mxc: remove unnecessary header file inclusion from gpio.h Shawn Guo
2011-07-08  8:27   ` [PATCH 2/6] spi/imx: use soc name in spi device type naming scheme Shawn Guo
     [not found]     ` <1310113654-25887-3-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-08 10:58       ` Sascha Hauer
     [not found]         ` <20110708105851.GF6069-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2011-07-09  7:00           ` Shawn Guo
     [not found]             ` <20110709070001.GE13962-+NayF8gZjK2ctlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org>
2011-07-11  6:32               ` Sascha Hauer
2011-07-08  8:27   ` [PATCH 3/6] spi/imx: copy gpio number passed by platform data into driver private data Shawn Guo
2011-07-08  8:27   ` [PATCH 4/6] dt: add helper function to read u32 arrays Shawn Guo
2011-07-08  8:27   ` [PATCH 5/6] dt: add empty of_property_read_u32[_array] for non-dt Shawn Guo
     [not found]     ` <1310113654-25887-6-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-07-08 12:33       ` Rob Herring
2011-07-08 18:49     ` Grant Likely
2011-07-08  8:27   ` [PATCH 6/6] spi/imx: add device tree probe support Shawn Guo
2011-07-08 19:01 ` [PATCH 0/6] Add device tree support for imx spi driver Grant Likely
     [not found]   ` <20110708190142.GD9070-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-07-09  6:44     ` 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=20110709064440.GD13962@S2100-06.ap.freescale.net \
    --to=shawn.guo-kzfg59tc24xl57midrcfdg@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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).