public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/13] device model bringup of ti-qspi on dra72, dra74 and am437x-sk evm
@ 2015-10-27 11:12 Mugunthan V N
  2015-10-27 11:12 ` [U-Boot] [PATCH 01/13] drivers: spi: ti_qspi: prepare driver for DM conversion Mugunthan V N
                   ` (12 more replies)
  0 siblings, 13 replies; 33+ messages in thread
From: Mugunthan V N @ 2015-10-27 11:12 UTC (permalink / raw)
  To: u-boot

This patch series enables ti_qspi to adopt driver model. This has been tested on dra72, dra74 and am437x-sk evms (logs [1]).
Also pushed a branch for testing [2]

[1]: http://pastebin.ubuntu.com/12978685/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git dm-qspi

Mugunthan V N (13):
  drivers: spi: ti_qspi: prepare driver for DM conversion
  dm: core: Add a new api to get indexed device address
  spi: Add support for dual and quad mode
  drivers: spi: spi-uclass: fix spi slave device register
  dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
  dts: dra7: add spi alias for qspi
  drivers: spi: ti_qspi: convert driver to adopt device driver model
  arm: dts: dra7: add qspi register maps for memory map and control
    module
  defconfig: dra72_evm: enable spi driver model
  defconfig: dra74_evm: enable spi driver model
  am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
  arm: dts: am4372: add qspi register maps for memory map
  defconfig: am437x_sk_evm: enable spi driver model

 arch/arm/dts/am4372.dtsi        |   4 +-
 arch/arm/dts/dra7.dtsi          |   6 +-
 configs/am437x_sk_evm_defconfig |   3 +
 configs/dra72_evm_defconfig     |   2 +
 configs/dra74_evm_defconfig     |   2 +
 drivers/core/device.c           |  20 ++
 drivers/spi/spi-uclass.c        |  71 +++++-
 drivers/spi/ti_qspi.c           | 467 +++++++++++++++++++++++++++-------------
 include/configs/am43xx_evm.h    |   2 +
 include/configs/dra7xx_evm.h    |   5 +
 include/dm/device.h             |   9 +
 include/spi.h                   |   4 +
 12 files changed, 433 insertions(+), 162 deletions(-)

-- 
2.6.2.280.g74301d6

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

end of thread, other threads:[~2015-11-06  3:16 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 11:12 [U-Boot] [PATCH 00/13] device model bringup of ti-qspi on dra72, dra74 and am437x-sk evm Mugunthan V N
2015-10-27 11:12 ` [U-Boot] [PATCH 01/13] drivers: spi: ti_qspi: prepare driver for DM conversion Mugunthan V N
2015-10-29 17:17   ` Simon Glass
2015-10-27 11:12 ` [U-Boot] [PATCH 02/13] dm: core: Add a new api to get indexed device address Mugunthan V N
2015-10-29 17:17   ` Simon Glass
2015-10-31  6:21     ` Mugunthan V N
2015-10-27 11:12 ` [U-Boot] [PATCH 03/13] spi: Add support for dual and quad mode Mugunthan V N
2015-10-29 17:17   ` Simon Glass
2015-10-27 11:12 ` [U-Boot] [PATCH 04/13] drivers: spi: spi-uclass: fix spi slave device register Mugunthan V N
2015-10-29 17:17   ` Simon Glass
2015-10-31 11:28     ` Mugunthan V N
2015-10-27 11:13 ` [U-Boot] [PATCH 05/13] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl Mugunthan V N
2015-10-29 17:17   ` Simon Glass
2015-10-31 11:39     ` Mugunthan V N
2015-11-06  3:16       ` Simon Glass
2015-10-27 11:13 ` [U-Boot] [PATCH 06/13] dts: dra7: add spi alias for qspi Mugunthan V N
2015-10-29 17:18   ` Simon Glass
2015-10-31 11:40     ` Mugunthan V N
2015-10-27 11:13 ` [U-Boot] [PATCH 07/13] drivers: spi: ti_qspi: convert driver to adopt device driver model Mugunthan V N
2015-10-29 17:18   ` Simon Glass
2015-10-31 11:46     ` Mugunthan V N
2015-10-27 11:13 ` [U-Boot] [PATCH 08/13] arm: dts: dra7: add qspi register maps for memory map and control module Mugunthan V N
2015-10-29 17:18   ` Simon Glass
2015-10-27 11:13 ` [U-Boot] [PATCH 09/13] defconfig: dra72_evm: enable spi driver model Mugunthan V N
2015-10-29 17:18   ` Simon Glass
2015-10-27 11:13 ` [U-Boot] [PATCH 10/13] defconfig: dra74_evm: " Mugunthan V N
2015-10-29 17:18   ` Simon Glass
2015-10-27 11:13 ` [U-Boot] [PATCH 11/13] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl Mugunthan V N
2015-10-29 17:18   ` Simon Glass
2015-10-27 11:13 ` [U-Boot] [PATCH 12/13] arm: dts: am4372: add qspi register maps for memory map Mugunthan V N
2015-10-29 17:18   ` Simon Glass
2015-10-27 11:13 ` [U-Boot] [PATCH 13/13] defconfig: am437x_sk_evm: enable spi driver model Mugunthan V N
2015-10-29 17:18   ` Simon Glass

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