All of lore.kernel.org
 help / color / mirror / Atom feed
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.15
Date: Fri, 13 Jan 2006 16:44:03 -0800	[thread overview]
Message-ID: <20060114004403.GA21106@kroah.com> (raw)

Here are a few patches for 2.6.15 that add a SPI driver subsystem to the
kernel tree.  All of these patches have been in the -mm tree for a long
time, and David and Vitaly have finally agreed that this code base is
the proper one to work from for future SPI development.

These patches also add a few SPI drivers that use the subsystem, with
more promised to be coming soon.

Please pull from:
	rsync://rsync.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/butterfly         |   57 ++
 Documentation/spi/spi-summary       |  497 +++++++++++++++++++++-
 arch/arm/Kconfig                    |    2 
 drivers/Kconfig                     |    2 
 drivers/Makefile                    |    1 
 drivers/input/touchscreen/Kconfig   |   13 
 drivers/input/touchscreen/Makefile  |    1 
 drivers/input/touchscreen/ads7846.c |  717 ++++++++++++++++++++++++++++++--
 drivers/mtd/devices/Kconfig         |   16 
 drivers/mtd/devices/Makefile        |    2 
 drivers/mtd/devices/m25p80.c        |  634 +++++++++++++++++++++++++++--
 drivers/mtd/devices/mtd_dataflash.c |  653 +++++++++++++++++++++++++++++
 drivers/spi/Kconfig                 |  109 ++++
 drivers/spi/Makefile                |   25 +
 drivers/spi/spi.c                   |  756 ++++++++++++++++++++++++++++++++--
 drivers/spi/spi_bitbang.c           |  546 +++++++++++++++++++++++--
 drivers/spi/spi_butterfly.c         |  423 +++++++++++++++++++
 include/linux/spi/ads7846.h         |   20 
 include/linux/spi/flash.h           |   31 +
 include/linux/spi/spi.h             |  786 +++++++++++++++++++++++++++++++++---
 include/linux/spi/spi_bitbang.h     |  135 ++++++
 21 files changed, 5168 insertions(+), 258 deletions(-)


Andrew Morton:
      spi: remove fastcall crap

David Brownell:
      spi: mtd dataflash driver
      spi: simple SPI framework
      spi: add spi_driver to SPI framework
      spi: ads7846 driver
      SPI core tweaks, bugfix
      spi: ads7836 uses spi_driver
      spi: add spi_bitbang driver
      SPI: add spi_butterfly driver
      spi: misc fixes

Mike Lavender:
      spi: M25 series SPI flash

Vitaly Wool:
      spi: use linked lists rather than an array


             reply	other threads:[~2006-01-14  0:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-14  0:44 Greg KH [this message]
2006-01-14  0:46 ` [PATCH] spi: mtd dataflash driver Greg KH
2006-01-14  0:46   ` [PATCH] spi: simple SPI framework Greg KH
2006-01-14  0:46     ` [PATCH] spi: add spi_driver to " Greg KH
2006-01-14  0:46       ` [PATCH] spi: ads7846 driver Greg KH
2006-01-14  0:46         ` [PATCH] SPI core tweaks, bugfix Greg KH
2006-01-14  0:46           ` [PATCH] spi: ads7836 uses spi_driver Greg KH
2006-01-14  0:46             ` [PATCH] spi: M25 series SPI flash Greg KH
2006-01-14  0:46               ` [PATCH] spi: add spi_bitbang driver Greg KH
2006-01-14  0:46                 ` [PATCH] SPI: add spi_butterfly driver Greg KH
2006-01-14  0:46                   ` [PATCH] spi: remove fastcall crap Greg KH
2006-01-14  0:46                     ` [PATCH] spi: misc fixes Greg KH
2006-01-14  0:46                       ` [PATCH] spi: use linked lists rather than an array Greg KH
2006-01-14  4:48 ` [GIT PATCH] SPI patches for 2.6.15 Kalin KOZHUHAROV
2006-01-14 11:20   ` Kay Sievers
2006-01-14 23:56     ` Kalin KOZHUHAROV
     [not found]     ` <fa.fl6o99l.132m0gn@ifi.uio.no>
2006-01-15 14:27       ` Kai Henningsen
2006-01-16  2:30         ` Kalin KOZHUHAROV

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=20060114004403.GA21106@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.