From: Saravanan Sekar <sravanhome@gmail.com>
To: sravanhome@gmail.com, lgirdwood@gmail.com, broonie@kernel.org,
robh+dt@kernel.org, mark.rutland@arm.com, mripard@kernel.org,
shawnguo@kernel.org, heiko@sntech.de, sam@ravnborg.org,
icenowy@aosc.io, laurent.pinchart@ideasonboard.com,
gregkh@linuxfoundation.org, Jonathan.Cameron@huawei.com,
davem@davemloft.net, mchehab+samsung@kernel.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v5 0/4] Add regulator support for mpq7920
Date: Wed, 8 Jan 2020 14:12:30 +0100 [thread overview]
Message-ID: <20200108131234.24128-1-sravanhome@gmail.com> (raw)
Changes in V5:
- removed timeslot related changes, the timeslot register holds the value of
time duration between each regulator of power on/off sequence. Although
timeslot register is accessed over I2C the changes reflects on next powercycle
of pmic, so cannot handled part of this driver.
- device tree bindings property are defined per regulator node
Changes in V4:
- fixed 0-DAY warnings
Changes in V3:
- fixed review comments in Documentation and dt_bindings_check passed
Changes in V2:
- fixed all the review comments in the driver, avoid ternery operator, inline & constant
- fixed/modifed review comments in Documentation
This patch series add support for PMIC regulator driver for Monolithic
Power System's MPQ7920 chipset. MPQ7920 provides support for 4-BUCK converter,
one fixed voltage RTCLDO and 4-LDO regualtor, accessed over I2C.
Saravanan Sekar (4):
dt-bindings: Add an entry for Monolithic Power System, MPS
dt-bindings: regulator: add document bindings for mpq7920
regulator: mpq7920: add mpq7920 regulator driver
MAINTAINERS: Add entry for mpq7920 PMIC driver
Saravanan Sekar (4):
dt-bindings: Add an entry for Monolithic Power System, MPS
dt-bindings: regulator: add document bindings for mpq7920
regulator: mpq7920: add mpq7920 regulator driver
MAINTAINERS: Add entry for mpq7920 PMIC driver
.../bindings/regulator/mps,mpq7920.yaml | 202 +++++++++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 7 +
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/mpq7920.c | 342 ++++++++++++++++++
drivers/regulator/mpq7920.h | 72 ++++
7 files changed, 636 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/mps,mpq7920.yaml
create mode 100644 drivers/regulator/mpq7920.c
create mode 100644 drivers/regulator/mpq7920.h
--
2.17.1
next reply other threads:[~2020-01-08 13:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-08 13:12 Saravanan Sekar [this message]
2020-01-08 13:12 ` [PATCH v5 1/4] dt-bindings: Add an entry for Monolithic Power System, MPS Saravanan Sekar
2020-01-08 15:58 ` Mark Brown
2020-01-14 11:10 ` Geert Uytterhoeven
2020-01-08 15:58 ` Applied "dt-bindings: Add an entry for Monolithic Power System, MPS" to the regulator tree Mark Brown
2020-01-08 13:12 ` [PATCH v5 2/4] dt-bindings: regulator: add document bindings for mpq7920 Saravanan Sekar
2020-01-08 15:58 ` Applied "regulator: bindings: add document bindings for mpq7920" to the regulator tree Mark Brown
2020-01-08 13:12 ` [PATCH v5 3/4] regulator: mpq7920: add mpq7920 regulator driver Saravanan Sekar
2020-01-08 15:50 ` Mark Brown
2020-01-08 13:12 ` [PATCH v5 4/4] MAINTAINERS: Add entry for mpq7920 PMIC driver Saravanan Sekar
2020-01-08 15:58 ` Applied "MAINTAINERS: Add entry for mpq7920 PMIC driver" to the regulator tree 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=20200108131234.24128-1-sravanhome@gmail.com \
--to=sravanhome@gmail.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=broonie@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=heiko@sntech.de \
--cc=icenowy@aosc.io \
--cc=laurent.pinchart@ideasonboard.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mchehab+samsung@kernel.org \
--cc=mripard@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
--cc=shawnguo@kernel.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).