spi_lm70llp parport adapter driver
authorKaiwan N Billimoria <kaiwan@designergraphix.com>
Tue, 17 Jul 2007 11:04:05 +0000 (04:04 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:04 +0000 (10:23 -0700)
commit78961a5740374a8143f8fe120300f2ed160dd276
treefccfe279a3c01f139bc845f6c1e9575e8e0efd94
parent4917d927809918f0070bd1077b41e3daf78643b2
spi_lm70llp parport adapter driver

This adds a driver for the LM70-LLP parport adapter, which is an eval board
for the LM70 temperature sensor.  For those without that board, it may be a
simpler example of a parport-to-SPI adapter then spi_butterfly.

Signed-off-by: Kaiwan N Billimoria <kaiwan@designergraphix.com>

Doc, coding style, and interface updates; build fixes.  Minor rename.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/spi/spi-lm70llp [new file with mode: 0644]
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi_lm70llp.c [new file with mode: 0644]