Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/spi
Mike Frysinger e479c60456 spi/bfin_spi: fix handling of default bits per word setting
The default bits per word setting should be 8 bits, but since most of our
devices have been explicitly setting this up, we didn't notice when the
default stopped working.

At the moment, any default transfers without an explicit bit size setting
error out with:
bfin-spi bfin-spi.0: transfer: unsupported bits_per_word

So in the transfer logic, have a bits_per_word setting of 0 fall into the
8 bit transfer logic.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2011-06-17 08:27:27 -06:00
..
amba-pl022.c spi-pl022: Add missing return value update 2011-06-13 09:18:45 -06:00
ath79_spi.c
atmel_spi.c Haavard Skinnemoen has left Atmel 2011-05-18 23:24:50 +02:00
atmel_spi.h
au1550_spi.c Fix common misspellings 2011-03-31 11:26:23 -03:00
coldfire_qspi.c coldfire_qspi compile fix 2011-05-24 15:17:22 +10:00
davinci_spi.c Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 2011-03-18 10:56:02 -07:00
dw_spi.c Merge commit 'v2.6.39' into spi/next 2011-05-20 00:43:00 -06:00
dw_spi.h Merge commit 'v2.6.39' into spi/next 2011-05-20 00:43:00 -06:00
dw_spi_mid.c spi/dw_spi: move dw_spi.h into drivers/spi 2011-03-18 10:26:52 -06:00
dw_spi_mmio.c spi/dw_spi: move dw_spi.h into drivers/spi 2011-03-18 10:26:52 -06:00
dw_spi_pci.c spi/dw_spi: move dw_spi.h into drivers/spi 2011-03-18 10:26:52 -06:00
ep93xx_spi.c Fix common misspellings 2011-03-31 11:26:23 -03:00
Kconfig spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral 2011-05-27 01:23:54 -06:00
Makefile spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral 2011-05-27 01:23:54 -06:00
mpc52xx_psc_spi.c
mpc52xx_spi.c
mpc512x_psc_spi.c
omap2_mcspi.c spi/omap2: fix uninitialized variable 2011-06-03 14:57:07 -06:00
omap_spi_100k.c
omap_uwire.c
orion_spi.c
pxa2xx_spi.c Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 2011-04-11 15:44:38 -07:00
pxa2xx_spi_pci.c
spi.c spi: Use void pointers for data in simple SPI I/O operations 2011-05-20 00:43:07 -06:00
spi_altera.c
spi_bfin5xx.c spi/bfin_spi: fix handling of default bits per word setting 2011-06-17 08:27:27 -06:00
spi_bfin_sport.c spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral 2011-05-27 01:23:54 -06:00
spi_bitbang.c
spi_bitbang_txrx.h
spi_butterfly.c
spi_fsl_espi.c Fix common misspellings 2011-03-31 11:26:23 -03:00
spi_fsl_lib.c
spi_fsl_lib.h
spi_fsl_spi.c
spi_gpio.c
spi_imx.c
spi_lm70llp.c
spi_nuc900.c spi/spi_nuc900: Use spi_bitbang_stop instead of spi_unregister_master in nuc900_spi_remove 2011-05-20 00:43:07 -06:00
spi_oc_tiny.c
spi_ppc4xx.c
spi_s3c24xx.c spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c24xx_spi_remove 2011-05-20 00:43:07 -06:00
spi_s3c24xx_fiq.h
spi_s3c24xx_fiq.S
spi_s3c24xx_gpio.c
spi_s3c64xx.c
spi_sh.c spi/spi_sh: use spi_unregister_master instead of spi_master_put in remove path 2011-05-20 00:43:07 -06:00
spi_sh_msiof.c
spi_sh_sci.c
spi_stmp.c
spi_tegra.c spi/spi_tegra: use spi_unregister_master() instead of spi_master_put() 2011-05-20 00:43:07 -06:00
spi_topcliff_pch.c
spi_txx9.c
spidev.c
ti-ssp-spi.c
tle62x0.c spi/tle620x: add missing device_remove_file() 2011-05-26 21:30:25 -06:00
xilinx_spi.c mfd: Use mfd cell platform_data for timberdale cells platform bits 2011-05-26 19:45:05 +02:00