From: Grant Likely <grant.likely@secretlab.ca>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Andrew Morton <akpm@linux-foundation.org>,
linuxppc-dev <linuxppc-dev@ozlabs.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Subject: 2.6.33 -next tree
Date: Wed, 4 Nov 2009 23:10:21 -0700 [thread overview]
Message-ID: <fa686aa40911042210q5bbbca2fi82911b7245d17588@mail.gmail.com> (raw)
Hi Ben, Stephen.
I just prepared my next branch for 2.6.33:
git://git.secretlab.ca/git/linux-2.6 next
Steven, can you please add this tree to your linux-next pull list?
This is the branch where I put stuff that gets fed up to Ben. This is
separate from the branch that I'm using to collect OF related changes
and that you are already pulling in.
Ben, can you please pull this branch into your -next tree for 2.6.33?
Andrew & David, you'll notice that I've also got some SPI and MMC
changes in this branch (PPC and OF related stuff) since there is no
current MMC maintainer, and some of these SPI patches have been
hanging around for a while now. Let me know if you object to me
pushing these changes personally instead of going through another
maintainer.
Thanks,
g.
The following changes since commit b419148e567728f6af0c3b01965c1cc141e3e13a=
:
Linus Torvalds (1):
Linux 2.6.32-rc6
are available in the git repository at:
git://git.secretlab.ca/git/linux-2.6 next
Albrecht Dre=DF (1):
powerpc: tiny memcpy_(to|from)io optimisation
Grant Likely (4):
spi/mpc5200: Register SPI devices described in device tree
powerpc/5200: Add mpc5200-spi (non-PSC) device driver
powerpc/5200: add general purpose timer API for the MPC5200
mmc: fix missing module license declaration in of_mmc_spi.c
John Bonesio (1):
powerpc/5200: add LocalPlus bus FIFO device driver
John Linn (1):
Xilinx: SPI: Fix bits_per_word for transfers
Wolfram Sang (2):
spi/mpc52xx-psc-spi: check for valid PSC
spi/mpc52xx: replace printk with dev_err
arch/powerpc/include/asm/mpc52xx.h | 46 ++
arch/powerpc/kernel/io.c | 4 +-
arch/powerpc/platforms/52xx/Kconfig | 5 +
arch/powerpc/platforms/52xx/Makefile | 1 +
arch/powerpc/platforms/52xx/mpc52xx_gpt.c | 133 ++++++-
arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c | 560 +++++++++++++++++++++=
++++
drivers/mmc/host/of_mmc_spi.c | 2 +
drivers/spi/Kconfig | 8 +
drivers/spi/Makefile | 1 +
drivers/spi/mpc52xx_psc_spi.c | 25 +-
drivers/spi/mpc52xx_spi.c | 520 +++++++++++++++++++++=
++
drivers/spi/xilinx_spi.c | 3 +-
include/linux/spi/mpc52xx_spi.h | 10 +
13 files changed, 1297 insertions(+), 21 deletions(-)
create mode 100644 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c
create mode 100644 drivers/spi/mpc52xx_spi.c
create mode 100644 include/linux/spi/mpc52xx_spi.h
--=20
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
next reply other threads:[~2009-11-05 6:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-05 6:10 Grant Likely [this message]
2009-11-05 8:02 ` 2.6.33 -next tree Stephen Rothwell
2009-11-05 8:08 ` Grant Likely
2009-11-05 8:13 ` Stephen Rothwell
2009-12-08 21:33 ` Grant Likely
2009-12-08 21:54 ` Grant Likely
2009-12-08 22:29 ` Benjamin Herrenschmidt
2009-12-08 22:45 ` Andrew Morton
2009-12-08 22:50 ` Grant Likely
2009-12-09 4:25 ` Olof Johansson
2009-12-09 4:29 ` Benjamin Herrenschmidt
2009-12-09 9:26 ` Luotao Fu
2009-12-09 13:40 ` 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=fa686aa40911042210q5bbbca2fi82911b7245d17588@mail.gmail.com \
--to=grant.likely@secretlab.ca \
--cc=akpm@linux-foundation.org \
--cc=benh@kernel.crashing.org \
--cc=dbrownell@users.sourceforge.net \
--cc=linuxppc-dev@ozlabs.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).