linux/drivers/spi
David Brownell 980a01c9bf [PATCH] SPI: infrastructure to initialize spi_device.mode early
This patch adds earlier initialization of spi_device.mode, as needed
on boards using nondefault chipselect polarity.  An example would be
ones using the RS5C348 RTC without an external signal inverter between
the RTC chipselect and the SPI controller.

Without this mechanism, the first setup() call for that chip would
wrongly enable chips, corrupting transfers to/from other chips sharing
that SPI bus.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-28 15:51:01 -07:00
..
Kconfig [PATCH] S3C24XX: hardware SPI driver 2006-05-21 12:59:19 -07:00
Makefile [PATCH] S3C24XX: hardware SPI driver 2006-05-21 12:59:19 -07:00
pxa2xx_spi.c [PATCH] pxa2xx-spi update 2006-05-21 12:59:20 -07:00
spi.c [PATCH] SPI: infrastructure to initialize spi_device.mode early 2006-06-28 15:51:01 -07:00
spi_bitbang.c [PATCH] SPI: spi_bitbang: clocking fixes 2006-05-16 14:33:58 -07:00
spi_butterfly.c [PATCH] S3C24XX: GPIO based SPI driver 2006-05-21 12:59:19 -07:00
spi_mpc83xx.c [PATCH] spi: add spi master driver for Freescale MPC83xx SPI controller 2006-05-21 12:59:19 -07:00
spi_s3c24xx.c [PATCH] s3c24xx: fix spi driver with CONFIG_PM 2006-05-26 11:55:46 -07:00
spi_s3c24xx_gpio.c [PATCH] S3C24XX: GPIO based SPI driver 2006-05-21 12:59:19 -07:00