[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191221234029.7796-1-sravanhome@gmail.com>
Date: Sun, 22 Dec 2019 00:40:25 +0100
From: Saravanan Sekar <sravanhome@...il.com>
To: sravanhome@...il.com, lgirdwood@...il.com, broonie@...nel.org,
robh+dt@...nel.org, mark.rutland@....com, mripard@...nel.org,
shawnguo@...nel.org, heiko@...ech.de, sam@...nborg.org,
icenowy@...c.io, laurent.pinchart@...asonboard.com,
gregkh@...uxfoundation.org, Jonathan.Cameron@...wei.com,
davem@...emloft.net, mchehab+samsung@...nel.org
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/4] Add regulator support for mpq7920
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
.../bindings/regulator/mpq7920.yaml | 135 ++++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 7 +
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/mpq7920.c | 396 ++++++++++++++++++
drivers/regulator/mpq7920.h | 72 ++++
7 files changed, 623 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/mpq7920.yaml
create mode 100644 drivers/regulator/mpq7920.c
create mode 100644 drivers/regulator/mpq7920.h
--
2.17.1
Powered by blists - more mailing lists