
17 Jan
2016
17 Jan
'16
11:56 a.m.
Hi Simon,
This patchset tries to convert the TI omap3_spi driver to Driver Model. It has been tested on a TI BeagleBoard xM.
Best Regards Christophe
Christophe Ricard (4): spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN spi: omap3: Convert to DM spi: omap3: Convert fully to DM_SPI
drivers/spi/Kconfig | 6 + drivers/spi/omap3_spi.c | 411 +++++++++++++++++++++++++++-------------------- drivers/spi/omap3_spi.h | 109 ------------- drivers/spi/spi-uclass.c | 1 + 4 files changed, 240 insertions(+), 287 deletions(-) delete mode 100644 drivers/spi/omap3_spi.h
--
2.5.0