From: Laxman Dewangan <ldewangan@nvidia.com>
To: grant.likely@secretlab.ca, rob.herring@calxeda.com,
linux@arm.linux.org.uk, lrg@ti.com,
broonie@opensource.wolfsonmicro.com, swarren@nvidia.com,
olof@lixom.net
Cc: devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org,
Laxman Dewangan <ldewangan@nvidia.com>
Subject: [PATCH V2 0/4] regulator: tps62360: support dts and enable for tegra-cardhu
Date: Fri, 11 May 2012 02:19:35 +0530 [thread overview]
Message-ID: <1336682979-11810-1-git-send-email-ldewangan@nvidia.com> (raw)
Add support for dt on regulator device tps62360. Also enable this regulator for Nvidia's
Tegra platform - cardhu.
This series:
- Make the regulator_init_data as pointer type from platform data.
- enable config variable in tegra defconfig
- add entry for tps62360 in dts file of tegra-cardhu.
Changes from V1:
Patch 2 did not compile when not defining CONFIG_OF. Fixed it.
Laxman Dewangan (4):
regulator: tps62360: make init_data of platform data to pointer.
Make the regulator init data as pointer type in platform.
regulator: tps62360: add dt support
Ad dt support.
ARM: tegra: config: enable REGULATOR_TPS62360
ARM: dt: tegra: cardhu: register core regulator tps62360
.../bindings/regulator/tps62360-regulator.txt | 45 ++++++++++++
arch/arm/boot/dts/tegra-cardhu.dts | 14 ++++
arch/arm/configs/tegra_defconfig | 1 +
drivers/regulator/tps62360-regulator.c | 74 +++++++++++++++++++-
include/linux/regulator/tps62360.h | 4 +-
5 files changed, 133 insertions(+), 5 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/tps62360-regulator.txt
next reply other threads:[~2012-05-10 20:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-10 20:49 Laxman Dewangan [this message]
2012-05-10 20:49 ` [PATCH V2 1/4] regulator: tps62360: make init_data of platform data to pointer Laxman Dewangan
2012-05-10 20:49 ` [PATCH V2 2/4] regulator: tps62360: add dt support Laxman Dewangan
2012-05-10 22:32 ` Grant Likely
2012-05-10 20:49 ` [PATCH V2 3/4] ARM: tegra: config: enable REGULATOR_TPS62360 Laxman Dewangan
2012-05-10 20:49 ` [PATCH V2 4/4] ARM: dt: tegra: cardhu: register core regulator tps62360 Laxman Dewangan
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=1336682979-11810-1-git-send-email-ldewangan@nvidia.com \
--to=ldewangan@nvidia.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=lrg@ti.com \
--cc=olof@lixom.net \
--cc=rob.herring@calxeda.com \
--cc=swarren@nvidia.com \
/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).