public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Convert omap3-spi driver to Driver Model
@ 2016-01-17 10:56 Christophe Ricard
  2016-01-17 10:56 ` [U-Boot] [PATCH 1/4] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx Christophe Ricard
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Christophe Ricard @ 2016-01-17 10:56 UTC (permalink / raw)
  To: u-boot


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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2016-02-11 16:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 10:56 [U-Boot] [PATCH 0/4] Convert omap3-spi driver to Driver Model Christophe Ricard
2016-01-17 10:56 ` [U-Boot] [PATCH 1/4] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx Christophe Ricard
2016-01-21  2:46   ` Simon Glass
2016-02-10 19:19     ` Jagan Teki
2016-01-17 10:56 ` [U-Boot] [PATCH 2/4] spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN Christophe Ricard
2016-01-21  2:46   ` Simon Glass
2016-02-10 19:19     ` Jagan Teki
2016-01-17 10:56 ` [U-Boot] [PATCH 3/4] spi: omap3: Convert to DM Christophe Ricard
2016-01-21  2:46   ` Simon Glass
2016-01-21 12:24     ` Tom Rini
2016-01-26  1:11       ` Simon Glass
2016-01-26  1:55         ` Peng Fan
2016-01-26  2:18           ` Simon Glass
2016-01-26  2:45           ` Tom Rini
2016-01-26  2:58             ` Peng Fan
2016-01-26 15:12               ` Tom Rini
2016-01-27  2:46                 ` Peng Fan
2016-02-06 22:27           ` Christophe Ricard
2016-02-08 17:40             ` Tom Rini
2016-02-08 17:56               ` Jagan Teki
2016-02-10 19:16                 ` Jagan Teki
2016-02-10 21:00                   ` Christophe Ricard
2016-02-10 23:44                     ` Tom Rini
2016-02-11 15:01                     ` Jagan Teki
2016-02-11 16:44                       ` Jagan Teki
2016-01-17 10:56 ` [U-Boot] [PATCH 4/4] spi: omap3: Convert fully to DM_SPI Christophe Ricard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox