public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 00/12] ARM: Keystone2: Convert davinci_spi to DM
@ 2016-04-25 10:59 Vignesh R
  2016-04-25 10:59 ` [U-Boot] [PATCH v2 01/12] dm: core: implement dev_map_phsymem() Vignesh R
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Vignesh R @ 2016-04-25 10:59 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.


v1: http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/258285

Vignesh R (12):
  dm: core: implement dev_map_phsymem()
  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/core/device.c                |   5 +
 drivers/spi/davinci_spi.c            | 327 +++++++++++++++++++++++++----------
 include/configs/ti_armv7_keystone2.h |   4 +
 include/dm/device.h                  |  10 ++
 14 files changed, 344 insertions(+), 93 deletions(-)

-- 
2.8.1

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 10:59 [U-Boot] [PATCH v2 00/12] ARM: Keystone2: Convert davinci_spi to DM Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 01/12] dm: core: implement dev_map_phsymem() Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 02/12] spi: davinci_spi: Convert to driver to adapt to DM Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 03/12] keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL build Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 04/12] ARM: dts: keystone2: add SPI aliases for davinci SPI nodes Vignesh R
2016-04-25 10:59 ` [U-Boot] [PATCH v2 05/12] ARM: dts: k2hk: Enable Davinci SPI controller Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 06/12] defconfig: k2hk_evm_defconfig: enable SPI driver model Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 07/12] ARM: dts: k2e: Enable Davinci SPI controller Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 08/12] defconfig: k2e_evm_defconfig: enable SPI driver model Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 09/12] ARM: dts: k2l: Enable Davinci SPI controller Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 10/12] defconfig: k2l_evm_defconfig: enable SPI driver model Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 11/12] ARM: dts: k2g: add support for Davinci SPI controller Vignesh R
2016-04-25 11:00 ` [U-Boot] [PATCH v2 12/12] defconfig: k2g_evm_defconfig: enable SPI driver model Vignesh R
2016-05-04 11:22 ` [U-Boot] [PATCH v2 00/12] ARM: Keystone2: Convert davinci_spi to DM Vignesh R

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