public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] SPI patches for 2.6.17-rc4
@ 2006-05-16 21:37 Greg KH
  2006-05-16 21:38 ` [PATCH 01/10] SPI: per-transfer overrides for wordsize and clocking Greg KH
  0 siblings, 1 reply; 13+ messages in thread
From: Greg KH @ 2006-05-16 21:37 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, david-b; +Cc: linux-kernel, linux-usb-devel

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-05-17  1:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 21:37 [GIT PATCH] SPI patches for 2.6.17-rc4 Greg KH
2006-05-16 21:38 ` [PATCH 01/10] SPI: per-transfer overrides for wordsize and clocking Greg KH
2006-05-16 21:38   ` [PATCH 02/10] SPI: add PXA2xx SSP SPI Driver Greg KH
2006-05-16 21:38     ` [PATCH 03/10] SPI: spi whitespace fixes Greg KH
2006-05-16 21:38       ` [PATCH 04/10] SPI: spi bounce buffer has a minimum length Greg KH
2006-05-16 21:38         ` [PATCH 05/10] SPI: Add David as the SPI subsystem maintainer Greg KH
2006-05-16 21:38           ` [PATCH 06/10] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and export it Greg KH
2006-05-16 21:38             ` [PATCH 07/10] SPI: devices can require LSB-first encodings Greg KH
2006-05-16 21:38               ` [PATCH 08/10] SPI: busnum == 0 needs to work Greg KH
2006-05-16 21:38                 ` [PATCH 09/10] spi: Update to PXA2xx SPI Driver Greg KH
2005-01-01  0:10                   ` Roland Dreier
2006-05-17  1:40                     ` Greg KH
2006-05-16 21:38                   ` [PATCH 10/10] SPI: spi_bitbang: clocking fixes Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox