[GIT PATCH] SPI patches for 2.6.17-rc4

From: Greg KH
Date: Tue May 16 2006 - 17:38:40 EST


Here are some patches for 2.6.17-rc4 for the SPI subsystem that have
been sitting langushing way too long in my tree and in the -mm tree.
They are all self-contained and fix some SPI issues and add a new SPI
driver.

They also name David Brownell as the SPI maintainer, and he'll handle
getting patches to you from now on (either through Andrew or directly,
they will work that out.)

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spi-2.6.git/
or if master.kernel.org hasn't synced up yet:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6.git/

The full patches will be sent to the linux-kernel mailing list, if
anyone wants to see them.

thanks,

greg k-h


Documentation/spi/pxa2xx | 234 +++++
Documentation/spi/spi-summary | 34
MAINTAINERS | 6
drivers/spi/Kconfig | 8
drivers/spi/Makefile | 1
drivers/spi/pxa2xx_spi.c | 1467 ++++++++++++++++++++++++++++++++++
drivers/spi/spi.c | 7
drivers/spi/spi_bitbang.c | 104 +-
include/asm-arm/arch-pxa/pxa2xx_spi.h | 68 +
include/linux/spi/spi.h | 45 -
include/linux/spi/spi_bitbang.h | 8
11 files changed, 1941 insertions(+), 41 deletions(-)

---------------

David Brownell:
SPI: spi whitespace fixes
SPI: spi bounce buffer has a minimum length
SPI: devices can require LSB-first encodings
SPI: busnum == 0 needs to work
SPI: spi_bitbang: clocking fixes

Imre Deak:
SPI: per-transfer overrides for wordsize and clocking

Kumar Gala:
SPI: Add David as the SPI subsystem maintainer
SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and export it

Stephen Street:
SPI: add PXA2xx SSP SPI Driver
spi: Update to PXA2xx SPI Driver

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/