From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>,
david-b@pacbell.net
Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net
Subject: [GIT PATCH] SPI patches for 2.6.17-rc4
Date: Tue, 16 May 2006 14:37:16 -0700 [thread overview]
Message-ID: <20060516213716.GA7972@kroah.com> (raw)
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
next reply other threads:[~2006-05-16 21:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-16 21:37 Greg KH [this message]
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
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=20060516213716.GA7972@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@osdl.org \
--cc=david-b@pacbell.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=torvalds@osdl.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