9
0
Fork 0
barebox/drivers/spi
Eric Bénard 3b3ec898cd mxs_spi: unbreak driver
since the switch to common clock, SPI driver reports :
MXS: Timeout resetting block via register 0x80014000
mxs_spi mxs_spi2: MXS SPI: Timeout waiting for start

The reason is that the clock is not enabled anywhere in
the driver.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-09-10 21:03:59 +02:00
..
Kconfig spi: add Marvell MVEBU SoC SPI driver 2013-07-08 09:42:49 +02:00
Makefile spi: add Marvell MVEBU SoC SPI driver 2013-07-08 09:42:49 +02:00
altera_spi.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
atmel_spi.c ARM: AT91: move iomux definitions to iomux.h 2013-08-16 15:58:33 +02:00
atmel_spi.h spi: add atmel-spi driver 2011-09-14 10:40:17 +02:00
imx_spi.c OF: gpio: convert DT based gpio handling to new OF API 2013-07-05 08:26:57 +02:00
mvebu_spi.c spi: add Marvell MVEBU SoC SPI driver 2013-07-08 09:42:49 +02:00
mxs_spi.c mxs_spi: unbreak driver 2013-09-10 21:03:59 +02:00
omap3_spi.c omap3_spi: Set the correct CS number for AM33xx 2013-06-21 08:05:54 +02:00
omap3_spi.h drivers/spi: add driver for the Multichannel SPI controller found in TI SoCs 2012-09-06 19:35:03 +02:00
spi.c spi: Reuse "driver_match" for SPI bus 2013-07-15 10:08:11 +02:00