linux/drivers/spi
Stephen Street 5daa3ba0c6 [PATCH] pxa2xx-spi update
Fix some outstanding issues with the pxa2xx_spi driver when running on a
PXA270:

- Wrong timeout calculation in the setup function due to different
  peripheral clock rates in the PXAxxx family.

- Bad handling of SSSR_TFS interrupts in interrupt_transfer function.

- Added locking to interface between the pump_messages workqueue and the
  pump_transfers tasklet.

Much thanks to Juergen Beisert for the extensive testing on the PXA270.

Signed-off-by: Stephen Street <stephen@streetfiresound.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-05-21 12:59:20 -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] minor SPI doc fix 2006-05-21 12:59:19 -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: hardware SPI driver 2006-05-21 12:59:19 -07:00
spi_s3c24xx_gpio.c [PATCH] S3C24XX: GPIO based SPI driver 2006-05-21 12:59:19 -07:00