From: bones@secretlab.ca (John Bonesio)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 0/3] ARM: Tegra: Device Tree: i2c & wm8903
Date: Wed, 11 May 2011 16:26:29 -0700 [thread overview]
Message-ID: <20110511231905.10362.12844.stgit@riker> (raw)
This is revision 2 of my previous patch series:
Tegra: Harmony: Device Tree first steps
The following patch series is a step in the direction of getting board specific
devices initialized from a device tree.
This patch set adds intiailization of i2c and the wm8903. The i2c controller is
in the SoC and is initialized statically, but the board specific information is
pulled in from the device tree. The wm8903 is initialized using only the device
tree when using the board-dt.c general Tegra board initialization file.
---
John Bonesio (3):
ARM: Tegra: Device Tree Support: Update how sdhci devices are initialized
ARM: Tegra: Device Tree Support: Add i2c devices
ARM:Tegra: Device Tree Support: Initialize from wm8903 the device tree
arch/arm/boot/dts/tegra-harmony.dts | 37 ++++++++++++++
arch/arm/boot/dts/tegra250.dtsi | 37 ++++++++++++++
arch/arm/mach-tegra/Makefile | 1
arch/arm/mach-tegra/board-dt.c | 94 ++++-------------------------------
drivers/i2c/busses/i2c-tegra.c | 16 ++++++
sound/soc/codecs/wm8903.c | 93 +++++++++++++++++++++++++++++++++--
sound/soc/tegra/Kconfig | 2 -
sound/soc/tegra/harmony.c | 8 +++
8 files changed, 200 insertions(+), 88 deletions(-)
--
- John
next reply other threads:[~2011-05-11 23:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-11 23:26 John Bonesio [this message]
[not found] ` <20110511232637.10362.84551.stgit@riker>
2011-05-12 4:13 ` [RFC 1/3] ARM: Tegra: Device Tree Support: Update how sdhci devices are initialized Stephen Warren
[not found] ` <20110511232659.10362.45811.stgit@riker>
2011-05-12 4:34 ` [RFC 2/3] ARM: Tegra: Device Tree Support: Add i2c devices Stephen Warren
2011-05-12 4:47 ` Grant Likely
2011-05-12 5:10 ` Stephen Warren
[not found] ` <20110511232711.10362.53256.stgit@riker>
2011-05-12 5:01 ` [RFC 3/3] ARM:Tegra: Device Tree Support: Initialize from wm8903 the device tree Stephen Warren
2011-05-12 7:49 ` Mark Brown
2011-06-02 16:46 ` Grant Likely
2011-06-03 9:06 ` Mark Brown
2011-06-03 16:20 ` Grant Likely
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=20110511231905.10362.12844.stgit@riker \
--to=bones@secretlab.ca \
--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).