From: Laxman Dewangan <ldewangan@nvidia.com>
To: lee.jones@linaro.org, sameo@linux.intel.com,
mturquette@linaro.org, dwmw2@infradead.org, anton@enomsg.org
Cc: mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
rob.herring@calxeda.com, devicetree@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Laxman Dewangan <ldewangan@nvidia.com>
Subject: [PATCH V2 0/5] clk/power: add clock and power off driver for AS3722
Date: Wed, 6 Nov 2013 17:48:18 +0530 [thread overview]
Message-ID: <1383740303-10956-1-git-send-email-ldewangan@nvidia.com> (raw)
Add power off and clock driver for the ams AS3722.
The mfd patches are depends on mfd subtree which can be applied independtly.
The pacthes are created such that clock driver can go in clock tree and power
off driver in power sub tree.
Changes from V1:
- Split the DT doc and driver change in two changes.
- Keeping all other code same as V1.
Laxman Dewangan (5):
mfd: as3722: add clock driver as mfd-sub device
mfd: as3722: add DT details for clock support of ams AS3722
clk: as3722: add clock driver for ams AS3722
mfd: AS3722: add dt node properties for system power controller
power: reset: as3722: add power-off driver
Documentation/devicetree/bindings/mfd/as3722.txt | 18 +++
drivers/clk/Kconfig | 8 +
drivers/clk/Makefile | 1 +
drivers/clk/clk-as3722.c | 166 ++++++++++++++++++++++
drivers/mfd/as3722.c | 3 +
drivers/power/reset/Kconfig | 6 +
drivers/power/reset/Makefile | 1 +
drivers/power/reset/as3722-poweroff.c | 101 +++++++++++++
8 files changed, 304 insertions(+), 0 deletions(-)
create mode 100644 drivers/clk/clk-as3722.c
create mode 100644 drivers/power/reset/as3722-poweroff.c
next reply other threads:[~2013-11-06 12:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 12:18 Laxman Dewangan [this message]
2013-11-06 12:18 ` [PATCH V2 1/5] mfd: as3722: add clock driver as mfd-sub device Laxman Dewangan
2013-11-06 12:43 ` Lee Jones
2013-11-06 12:18 ` [PATCH V2 2/5] mfd: as3722: add DT details for clock support of ams AS3722 Laxman Dewangan
2013-11-06 12:18 ` [PATCH V2 3/5] clk: as3722: add clock driver for " Laxman Dewangan
2013-11-06 12:18 ` [PATCH V2 4/5] mfd: AS3722: add dt node properties for system power controller Laxman Dewangan
2013-11-06 12:18 ` [PATCH V2 5/5] power: reset: as3722: add power-off driver 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=1383740303-10956-1-git-send-email-ldewangan@nvidia.com \
--to=ldewangan@nvidia.com \
--cc=anton@enomsg.org \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@linaro.org \
--cc=rob.herring@calxeda.com \
--cc=sameo@linux.intel.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).