linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Grant Likely" <grant.likely@secretlab.ca>
To: "Benjamin Herrenschmidt" <benh@kernel.crashing.org>,
	linuxppc-dev <linuxppc-dev@ozlabs.org>,
	"Paul Mackerras" <paulus@samba.org>
Subject: Re: Please pull mpc52xx-next
Date: Sun, 27 Jul 2008 22:24:33 -0600	[thread overview]
Message-ID: <fa686aa40807272124td830126r2fa7a08a1509245d@mail.gmail.com> (raw)
In-Reply-To: <fa686aa40807271448tb387f06xe380f7941fb7d331@mail.gmail.com>

On Sun, Jul 27, 2008 at 3:48 PM, Grant Likely <grant.likely@secretlab.ca> wrote:
> On Fri, Jul 25, 2008 at 10:00 PM, Grant Likely
> <grant.likely@secretlab.ca> wrote:
>> Hey Ben, here are a few more patches for .27.  I would have had this
>> stuff in earlier, but they depended on another patch that I didn't
>> feel like I should push that was in Andrew's queue.
>>
>> Grant Likely (4):
>>      of: adapt of_find_i2c_driver() to be usable by SPI also
>>      spi: split up spi_new_device() to allow two stage registration.
>>      spi: Add OF binding support for SPI busses
>>      powerpc/mpc5200: Add mpc5200-spi (non-PSC) device driver
>
> Oops, I shouldn't have merged this last one.  Please don't pull this
> tree yet.  I'll fix it up this evening.

Okay, I've got it sorted out now.  Here is the new pull request:

The following changes since commit 024e8ac04453b3525448c31ef39848cf675ba6db:
  Roland McGrath (1):
        x86_64: fix ia32 AMD syscall audit fast-path

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6-mpc52xx next

Grant Likely (3):
      of: adapt of_find_i2c_driver() to be usable by SPI also
      spi: split up spi_new_device() to allow two stage registration.
      spi: Add OF binding support for SPI busses

 drivers/of/Kconfig      |    6 ++
 drivers/of/Makefile     |    1 +
 drivers/of/base.c       |   88 ++++++++++++++++++++++++++++++
 drivers/of/of_i2c.c     |   64 +---------------------
 drivers/of/of_spi.c     |   93 +++++++++++++++++++++++++++++++
 drivers/spi/spi.c       |  139 ++++++++++++++++++++++++++++++++---------------
 include/linux/of.h      |    1 +
 include/linux/of_spi.h  |   18 ++++++
 include/linux/spi/spi.h |   12 ++++
 9 files changed, 317 insertions(+), 105 deletions(-)
 create mode 100644 drivers/of/of_spi.c
 create mode 100644 include/linux/of_spi.h

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

  reply	other threads:[~2008-07-28  4:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-26  4:00 Please pull mpc52xx-next Grant Likely
2008-07-27 21:48 ` Grant Likely
2008-07-28  4:24   ` Grant Likely [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-06 18:08 Grant Likely
2009-03-09 23:46 ` Michael Neuling
2009-03-10  0:14   ` Grant Likely
2009-03-10  0:16     ` Michael Neuling
2009-03-11 16:12 Grant Likely

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=fa686aa40807272124td830126r2fa7a08a1509245d@mail.gmail.com \
    --to=grant.likely@secretlab.ca \
    --cc=benh@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.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).