devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Keerthy <j-keerthy-l0cyMroinI0@public.gmane.org>
To: broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: j-keerthy-l0cyMroinI0@public.gmane.org,
	t-kristo-l0cyMroinI0@public.gmane.org,
	tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	afd-l0cyMroinI0@public.gmane.org
Subject: [PATCH v2 0/3] mfd: lp87565: Add lp87565 PMIC support
Date: Tue, 23 May 2017 17:46:53 +0530	[thread overview]
Message-ID: <1495541816-14801-1-git-send-email-j-keerthy@ti.com> (raw)

The LP87565 chip is a power management IC for Portable Navigation Systems
    and Tablet Computing devices. It contains the following components:

     - Regulators.
     - Configurable General Purpose Output Signals(GPO).

PMIC interacts with the main processor through i2c. PMIC has
a bunch of regulatos (Step-Down DC-DC Converter Cores)
that can be programmed to be single phase or multi phase
regulators. PMIC also has a couple of GPOs(General Purpose Output
Signals).

The register sets and the individual bit fields of registers were
compared against lp87* PMICs. None were matching even close. Hence
came up with new drivers and is based on lp873x drivers. 

Keerthy (3):
  mfd: lp87565: Add lp87565 PMIC support
  regulator: lp87565: Add support for lp87565 PMIC      regulators
  regulator: tps65917: Add support for SMPS12

 Documentation/devicetree/bindings/mfd/lp87565.txt |  45 ++++
 drivers/mfd/Kconfig                               |  14 ++
 drivers/mfd/Makefile                              |   1 +
 drivers/mfd/lp87565.c                             | 101 ++++++++
 drivers/regulator/Kconfig                         |   8 +
 drivers/regulator/Makefile                        |   1 +
 drivers/regulator/lp87565-regulator.c             | 237 +++++++++++++++++++
 drivers/regulator/palmas-regulator.c              |  18 +-
 include/linux/mfd/lp87565.h                       | 271 ++++++++++++++++++++++
 include/linux/mfd/palmas.h                        |   2 +
 10 files changed, 695 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/lp87565.txt
 create mode 100644 drivers/mfd/lp87565.c
 create mode 100644 drivers/regulator/lp87565-regulator.c
 create mode 100644 include/linux/mfd/lp87565.h

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2017-05-23 12:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23 12:16 Keerthy [this message]
2017-05-23 12:16 ` [PATCH v2 1/3] mfd: lp87565: Add lp87565 PMIC support Keerthy
2017-05-30  9:23   ` Lee Jones
2017-05-30  9:54     ` Keerthy
     [not found]       ` <a7204c7c-0cc0-f3a7-56af-d1f0508ad4d1-l0cyMroinI0@public.gmane.org>
2017-05-30 10:12         ` Lee Jones
2017-05-30 10:17           ` Keerthy
2017-05-23 12:16 ` [PATCH v2 2/3] regulator: lp87565: Add support for lp87565 PMIC regulators Keerthy
     [not found]   ` <1495541816-14801-3-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2017-05-24 17:42     ` Applied "regulator: lp87565: Add support for lp87565 PMIC regulators" to the regulator tree Mark Brown
2017-05-23 12:16 ` [PATCH v2 3/3] regulator: tps65917: Add support for SMPS12 Keerthy
2017-05-24 17:20   ` Mark Brown
2017-05-25  3:35     ` Keerthy
     [not found]       ` <98063d56-b5e7-09dd-2524-0bd83306166e-l0cyMroinI0@public.gmane.org>
2017-05-25 16:24         ` 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=1495541816-14801-1-git-send-email-j-keerthy@ti.com \
    --to=j-keerthy-l0cymroini0@public.gmane.org \
    --cc=afd-l0cyMroinI0@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=t-kristo-l0cyMroinI0@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.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).