From: Grant Likely on 3 Aug 2010 03:10 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: ACPI: skip checking BM_STS if the BIOS doesn't ask for it Next: how about KBUILD_MODNAME |