[git pull] spi tree

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Grant Likely
Date: Saturday, August 14, 2010 - 12:04 am

Hi Linus,

I haven't heard anything either way on my spi branch, so I'm assuming
it just got lost in the shuffle.  Here is a resend of the spi tree
pull request.

Thanks,
g.


---------- Forwarded message ----------
From: Grant Likely <grant.likely@secretlab.ca>
Date: Tue, Aug 3, 2010 at 1:01 AM

Hi Linus,

Here are the spi driver changes queued up for 2.6.36.

Cheers,
g.

The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:
 Linus Torvalds (1):
       Linux 2.6.35

are available in the git repository at:

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

Anatolij Gustschin (1):
     spi/mpc5121: change annotations for probe and remove functions

Brian Niebuhr (1):
     spi/bitbang: reinitialize transfer parameters for every message

Cory Maccarrone (1):
     SPI100k: Fix 8-bit and RX-only transfers

Ernst Schwab (2):
     spi/mmc_spi: SPI bus locking API, using mutex
     spi/mmc_spi: mmc_spi adaptations for SPI bus locking API

Grant Likely (1):
     Merge commit 'v2.6.35-rc6' into spi/test

Kevin Wells (1):
     spi/amba_pl022: Fix probe and remove hook section annotations.

Marek Szyprowski (2):
     spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modes
     spi/spi-gpio: add support for controllers without MISO or MOSI pin

 drivers/mmc/host/mmc_spi.c     |   59 ++---------
 drivers/spi/amba-pl022.c       |    6 +-
 drivers/spi/mpc512x_psc_spi.c  |   16 ++--
 drivers/spi/omap_spi_100k.c    |   23 ++--
 drivers/spi/spi.c              |  225 ++++++++++++++++++++++++++++++++++------
 drivers/spi/spi_bitbang.c      |    9 +-
 drivers/spi/spi_bitbang_txrx.h |   16 ++-
 drivers/spi/spi_butterfly.c    |    2 +-
 drivers/spi/spi_gpio.c         |  109 +++++++++++++++----
 drivers/spi/spi_lm70llp.c      |    2 +-
 drivers/spi/spi_s3c24xx_gpio.c |    8 +-
 drivers/spi/spi_sh_sci.c       |    8 +-
 include/linux/spi/spi.h        |   12 ++
 include/linux/spi/spi_gpio.h   |    5 +
 14 files changed, 353 insertions(+), 147 deletions(-)


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



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] spi tree, Grant Likely, (Tue Aug 3, 12:01 am)
[git pull] spi tree, Grant Likely, (Sat Aug 14, 12:04 am)