linux/drivers/spi
Imre Deak 4cff33f94f [PATCH] SPI: per-transfer overrides for wordsize and clocking
Some protocols (like one for some bitmap displays) require different clock
speed or word size settings for each transfer in an SPI message. This adds
those parameters to struct spi_transfer.  They are to be used when they are
nonzero; otherwise the defaults from spi_device are to be used.

The patch also adds a setup_transfer callback to spi_bitbang, uses it for
messages that use those overrides, and implements it so that the pure
bitbanging code can help resolve any questions about how it should work.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-05-16 14:33:56 -07:00
..
Kconfig [PATCH] SPI: spi_butterfly, restore lost deltas 2006-02-06 12:17:17 -08:00
Makefile [PATCH] spi: misc fixes 2006-01-13 16:29:56 -08:00
spi.c [PATCH] spi: Fix modular master driver remove and device suspend/remove 2006-02-20 20:00:09 -08:00
spi_bitbang.c [PATCH] SPI: per-transfer overrides for wordsize and clocking 2006-05-16 14:33:56 -07:00
spi_butterfly.c [PATCH] SPI: spi_butterfly, restore lost deltas 2006-02-06 12:17:17 -08:00