public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/11] ARM: Keystone2: Convert davinci_spi to DM
@ 2016-04-12 11:33 Vignesh R
  2016-04-12 11:33 ` [U-Boot] [PATCH 01/11] spi: davinci_spi: Convert to driver to adapt " Vignesh R
                   ` (10 more replies)
  0 siblings, 11 replies; 28+ messages in thread
From: Vignesh R @ 2016-04-12 11:33 UTC (permalink / raw)
  To: u-boot

This series converts davinci_spi driver to adapt to driver model
framework. And enables the driver on k2l, k2e, k2hk evms. Also,
added support for davinci_spi on k2g evm.

Tested on k2l, k2e, k2hk and k2g evms.

Vignesh R (11):
  spi: davinci_spi: Convert to driver to adapt to DM
  keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL build
  ARM: dts: keystone2: add SPI aliases for davinci SPI nodes
  ARM: dts: k2hk: Enable Davinci SPI controller
  defconfig: k2hk_evm_defconfig: enable SPI driver model
  ARM: dts: k2e: Enable Davinci SPI controller
  defconfig: k2e_evm_defconfig: enable SPI driver model
  ARM: dts: k2l: Enable Davinci SPI controller
  defconfig: k2l_evm_defconfig: enable SPI driver model
  ARM: dts: k2g: add support for Davinci SPI controller
  defconfig: k2g_evm_defconfig: enable SPI driver model

 arch/arm/dts/k2e-evm.dts             |   3 +-
 arch/arm/dts/k2g-evm.dts             |  24 +++
 arch/arm/dts/k2g.dtsi                |  47 +++++
 arch/arm/dts/k2hk-evm.dts            |   3 +-
 arch/arm/dts/k2l-evm.dts             |   3 +-
 arch/arm/dts/keystone.dtsi           |   3 +
 configs/k2e_evm_defconfig            |   2 +
 configs/k2g_evm_defconfig            |   2 +
 configs/k2hk_evm_defconfig           |   2 +
 configs/k2l_evm_defconfig            |   2 +
 drivers/spi/davinci_spi.c            | 326 +++++++++++++++++++++++++----------
 include/configs/ti_armv7_keystone2.h |   4 +
 12 files changed, 329 insertions(+), 92 deletions(-)

-- 
2.8.1

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

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

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12 11:33 [U-Boot] [PATCH 00/11] ARM: Keystone2: Convert davinci_spi to DM Vignesh R
2016-04-12 11:33 ` [U-Boot] [PATCH 01/11] spi: davinci_spi: Convert to driver to adapt " Vignesh R
2016-04-12 17:23   ` Tom Rini
2016-04-20 14:40   ` Simon Glass
2016-04-21  8:42     ` Vignesh R
2016-05-01 18:55       ` Simon Glass
2016-05-02  4:11         ` Vignesh R
2016-04-12 11:33 ` [U-Boot] [PATCH 02/11] keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL build Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 03/11] ARM: dts: keystone2: add SPI aliases for davinci SPI nodes Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-13 11:00     ` Vignesh R
2016-04-12 11:33 ` [U-Boot] [PATCH 04/11] ARM: dts: k2hk: Enable Davinci SPI controller Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 05/11] defconfig: k2hk_evm_defconfig: enable SPI driver model Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 06/11] ARM: dts: k2e: Enable Davinci SPI controller Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 07/11] defconfig: k2e_evm_defconfig: enable SPI driver model Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 08/11] ARM: dts: k2l: Enable Davinci SPI controller Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 09/11] defconfig: k2l_evm_defconfig: enable SPI driver model Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 10/11] ARM: dts: k2g: add support for Davinci SPI controller Vignesh R
2016-04-12 17:24   ` Tom Rini
2016-04-12 11:33 ` [U-Boot] [PATCH 11/11] defconfig: k2g_evm_defconfig: enable SPI driver model Vignesh R
2016-04-12 17:24   ` Tom Rini

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