From: michael.williamson@criticallink.com (Michael Williamson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/4] davinci: add spi devices support for da8xx based platforms
Date: Wed, 23 Feb 2011 13:44:07 -0500 [thread overview]
Message-ID: <1298486651-18882-1-git-send-email-michael.williamson@criticallink.com> (raw)
This patch series adds SPI bus support and devices for the MityDSP-L138,
MityARM-1808, da850 evm, and da830 evm platforms. This patch series is
against the staging tree at [1] as per Sekhar's instructions.
This series has been tested on the MityDSP-L138 platform.
[1] http://arago-project.org/git/projects/?p=linux-davinci.git;a=shortlog;h=refs/heads/next-for-kevin
---
changes since v3:
-- first 5 patches of series are incorporated in [1] and not included
in this submission
-- refactored common spi registration code into da8xx_register_spi
routine, reducing effective lines of code for multiple platform
support.
Michael Williamson (2):
davinci: da8xx: add spi resources and registration routine
davinci: add spi devices support for MityDSP-L138/MityARM-1808
platform
Sekhar Nori (2):
davinci: add spi devices support for da850/omap-l138/am18x evm
davinci: add spi devices support for da830/omap-l137/am17x evm
arch/arm/mach-davinci/board-da830-evm.c | 67 ++++++++++++++++++
arch/arm/mach-davinci/board-da850-evm.c | 73 +++++++++++++++++++
arch/arm/mach-davinci/board-mityomapl138.c | 84 ++++++++++++++++++++++
arch/arm/mach-davinci/devices-da8xx.c | 104 ++++++++++++++++++++++++++++
arch/arm/mach-davinci/include/mach/da8xx.h | 4 +
5 files changed, 332 insertions(+), 0 deletions(-)
next reply other threads:[~2011-02-23 18:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-23 18:44 Michael Williamson [this message]
2011-02-23 18:44 ` [PATCH v4 1/4] davinci: da8xx: add spi resources and registration routine Michael Williamson
2011-04-04 18:35 ` Sergei Shtylyov
2011-02-23 18:44 ` [PATCH v4 2/4] davinci: add spi devices support for MityDSP-L138/MityARM-1808 platform Michael Williamson
2011-02-23 18:44 ` [PATCH v4 3/4] davinci: add spi devices support for da850/omap-l138/am18x evm Michael Williamson
2011-02-23 18:44 ` [PATCH v4 4/4] davinci: add spi devices support for da830/omap-l137/am17x evm Michael Williamson
2011-02-24 16:53 ` [PATCH v4 0/4] davinci: add spi devices support for da8xx based platforms Nori, Sekhar
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=1298486651-18882-1-git-send-email-michael.williamson@criticallink.com \
--to=michael.williamson@criticallink.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).