9
0
Fork 0
barebox/include/spi
Alexander Kurz 28a0baffb9 ARM i.MX31: add SPI support
The i.MX31 SPI interface was refered by freescale as spi_ver_0_4 in one
of their older vendor extended linux releases. spi_ver_0_4 differs only
in minor aspects to spi_ver_0_7 (i.MX35) which is already supported by
barebox.
Regarding barebox, the differences boil down to the location and length
of the CHIP SELECT and BIT COUNT/BURST LENGTH elements of CONREG. The
spi_ver_0_4 variant is limited to single word bursts with a maximum of
32 bits_per_word.

Add support for the i.MX31 SPI interface to the barebox spi_ver_0_7
implementation.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-08-03 07:30:41 +02:00
..
eeprom.h eeprom: add at25 eeprom driver 2011-06-21 13:56:49 +02:00
flash.h mtd: add dataflash support 2012-10-15 19:53:43 +02:00
imx-spi.h ARM i.MX31: add SPI support 2016-08-03 07:30:41 +02:00
spi.h Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
spi_gpio.h spi: Add SPI GPIO bitbang driver 2015-04-27 08:09:34 +02:00