u-boot-brain/drivers/spi
Stefano Babic 9f481e95ba MXC: Correct SPI_CPOL setting in SPI driver
The handling of the SPI_CPOL bit inside the SPI
driver was wrong. As reported by the manual,
the meaning of the SSPOL inside the
configuration register is the same as reported
by SPI specification (0 if low in idle, 1 is high
on idle). The driver inverts this logic.

Because this patch sets the logic as specified, it is required
to clear the CPOL bit in the configuration file to adapt
to the correct logic.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: David Jander <david.jander@protonic.nl>
2010-09-30 14:42:13 +02:00
..
altera_spi.c spi: add altera spi controller support 2010-05-28 10:56:03 -04:00
atmel_dataflash_spi.c convert common files to new SoC access 2010-02-12 12:31:55 -06:00
atmel_spi.c AT91/AVR32: atmel_spi.c: flush RDR before next SPI transaction 2010-09-03 11:22:25 +02:00
atmel_spi.h atmel_spi: Driver for the Atmel SPI controller 2008-06-03 20:30:05 +02:00
bfin_spi.c Blackfin: bfin_spi: use same gpio cs define as Linux 2010-09-21 18:22:14 -04:00
cf_spi.c Coldfire: Consolidate DSPI driver 2009-07-14 09:46:09 -05:00
davinci_spi.c Davinci: SPI: add the missing v2 patch changes 2010-07-05 20:00:40 -04:00
davinci_spi.h TI DaVinci: Driver for the davinci SPI controller 2010-02-12 12:31:53 -06:00
kirkwood_spi.c spi: Add Marvell Kirkwood SPI driver 2009-06-26 00:59:09 +02:00
Makefile spi: add altera spi controller support 2010-05-28 10:56:03 -04:00
mpc8xxx_spi.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
mpc52xx_spi.c mpc52xx: Add SPI driver. 2009-06-14 23:01:38 +02:00
mxc_spi.c MXC: Correct SPI_CPOL setting in SPI driver 2010-09-30 14:42:13 +02:00
soft_spi.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00