From: Vignesh R <vigneshr@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 00/12] ARM: Keystone2: Convert davinci_spi to DM
Date: Mon, 25 Apr 2016 16:29:54 +0530 [thread overview]
Message-ID: <1461582006-2065-1-git-send-email-vigneshr@ti.com> (raw)
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
next reply other threads:[~2016-04-25 10:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 10:59 Vignesh R [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461582006-2065-1-git-send-email-vigneshr@ti.com \
--to=vigneshr@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox