9
0
Fork 0
barebox/drivers/spi
Eric Bénard 524d2c81a0 mxs_spi: fix compile error
this fix :
drivers/spi/mxs_spi.c:29:22: fatal error: mach/mxs.h: No such file or directory
and
drivers/spi/mxs_spi.c: In function 'mxs_spi_setup':
drivers/spi/mxs_spi.c:102:2: error: too few arguments to function 'stmp_reset_block'
include/stmp-device.h:21:12: note: declared here

only compile tested ATM

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-09-10 08:19:35 +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: fix compile error 2013-09-10 08:19:35 +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