linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anuj Aggarwal <anuj.aggarwal@ti.com>
To: broonie@sirena.org.uk, lrg@slimlogic.co.uk,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	felipe.balbi@nokia.com, tony@atomide.com,
	linux-i2c@vger.kernel.org
Cc: Anuj Aggarwal <anuj.aggarwal@ti.com>
Subject: [PATCHv2 0/3] Adding TI TPS PMICs support in the regulator framework
Date: Thu, 20 Aug 2009 19:20:11 +0530	[thread overview]
Message-ID: <1250776211-27797-1-git-send-email-anuj.aggarwal@ti.com> (raw)

This patch set adds support for TI TPS65023 and TPS6507x PMICs in the voltage
regulator framework. The patches also take care of the comments received
earlier.

Anuj Aggarwal (3):
  Regulator: Add TPS65023 regulator driver
  Regulator: Add TPS6507x regulator driver
  Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile

 drivers/regulator/Kconfig              |   16 +
 drivers/regulator/Makefile             |    3 +
 drivers/regulator/tps65023-regulator.c |  631 ++++++++++++++++++++++++++++
 drivers/regulator/tps6507x-regulator.c |  713 ++++++++++++++++++++++++++++++++
 4 files changed, 1363 insertions(+), 0 deletions(-)
 create mode 100644 drivers/regulator/tps65023-regulator.c
 create mode 100644 drivers/regulator/tps6507x-regulator.c


                 reply	other threads:[~2009-08-20 13:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1250776211-27797-1-git-send-email-anuj.aggarwal@ti.com \
    --to=anuj.aggarwal@ti.com \
    --cc=broonie@sirena.org.uk \
    --cc=felipe.balbi@nokia.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=tony@atomide.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).