[U-Boot] [PATCH 0/4] Convert omap3-spi driver to Driver Model

Christophe Ricard christophe.ricard at gmail.com
Sun Jan 17 11:56:46 CET 2016


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



More information about the U-Boot mailing list