From: Keerthy <j-keerthy@ti.com>
To: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Cc: <sameo@linux.intel.com>, <lee.jones@linaro.org>,
<grant.likely@linaro.org>, <robh+dt@kernel.org>,
<lgirdwood@gmail.com>, <broonie@kernel.org>,
Keerthy <j-keerthy@ti.com>
Subject: [PATCH 0/2] TPS65917: Drivers for TPS65917 PMIC
Date: Mon, 28 Apr 2014 10:58:24 +0530 [thread overview]
Message-ID: <1398662906-4398-1-git-send-email-j-keerthy@ti.com> (raw)
The TPS65917 chip is a power management IC for Portable Navigation Systems
and Tablet Computing devices. It contains the following components:
- Regulators.
- GPADC.
- Over Temperature warning and Shut down.
This patch series adds support for TPS65917 mfd device. At this time only
the regulator functionality is made available.
The closest drivers are PALMAS series drivers.
The register set is changed. Bit-field defenitions are changed.
Hence based on the PALMAS drivers and created a new set of drivers
with code changes as required.
The patches are boot tested on DRA7-EVM.
Keerthy (2):
MFD: TPS65917: Add driver for the TPS65917 PMIC
Regulators: TPS65917: Add Regulator driver for TPS65917 PMIC
drivers/mfd/Kconfig | 10 +
drivers/mfd/Makefile | 1 +
drivers/mfd/tps65917.c | 542 ++++++++++++
drivers/regulator/Kconfig | 12 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps65917-regulator.c | 903 +++++++++++++++++++
include/linux/mfd/tps65917.h | 1508 ++++++++++++++++++++++++++++++++
7 files changed, 2977 insertions(+)
create mode 100644 drivers/mfd/tps65917.c
create mode 100644 drivers/regulator/tps65917-regulator.c
create mode 100644 include/linux/mfd/tps65917.h
--
1.7.9.5
next reply other threads:[~2014-04-28 5:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-28 5:28 Keerthy [this message]
2014-04-28 5:28 ` [PATCH 1/2] MFD: TPS65917: Add driver for the " Keerthy
2014-04-28 5:28 ` [PATCH 2/2] Regulators: TPS65917: Add Regulator driver for " Keerthy
2014-04-28 9:03 ` Mark Brown
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=1398662906-4398-1-git-send-email-j-keerthy@ti.com \
--to=j-keerthy@ti.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=grant.likely@linaro.org \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--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
all inboxes | Powered by JetHome®