linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add pca9450 driver
@ 2020-07-03 16:19 Robin Gong
  2020-07-03 16:19 ` [PATCH v2 1/4] regulator: pca9450: add pca9450 pmic driver Robin Gong
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Robin Gong @ 2020-07-03 16:19 UTC (permalink / raw)
  To: lgirdwood, broonie, robh+dt, frieder.schrempf, catalin.marinas,
	will, shawnguo, anson.huang, festevam, s.hauer, john.lee
  Cc: linux-arm-kernel, devicetree, linux-kernel, kernel, linux-imx

Add pca9450 driver for i.mx8mn-evk board. PCA9450A/B/C supported now.
Please refer to below link for PCA9450 datasheet:
https://www.nxp.com/docs/en/data-sheet/PCA9450DS.pdf

v2:
  1. rebase with the latest code to use linear_ranges helper instead.
  2. address Frieder's comments, such as dulipcated buck4 description,
     debug info added etc.

Robin Gong (4):
  regulator: pca9450: add pca9450 pmic driver
  dt-bindings: regulator: add pca9450 regulator yaml
  arm64: dts: imx8mn-evk: add pca9450 for i.mx8mn-evk board
  arm64: configs: add pca9450 pmic driver

 .../bindings/regulator/nxp,pca9450-regulator.yaml  | 190 +++++
 arch/arm64/boot/dts/freescale/imx8mn-evk.dts       |  96 +++
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi      |   6 +
 arch/arm64/configs/defconfig                       |   1 +
 drivers/regulator/Kconfig                          |   8 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/pca9450-regulator.c              | 859 +++++++++++++++++++++
 include/linux/regulator/pca9450.h                  | 219 ++++++
 8 files changed, 1380 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
 create mode 100644 drivers/regulator/pca9450-regulator.c
 create mode 100644 include/linux/regulator/pca9450.h

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-13  4:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03 16:19 [PATCH v2 0/4] Add pca9450 driver Robin Gong
2020-07-03 16:19 ` [PATCH v2 1/4] regulator: pca9450: add pca9450 pmic driver Robin Gong
2020-07-06  8:02   ` Frieder Schrempf
2020-07-03 16:19 ` [PATCH v2 2/4] dt-bindings: regulator: add pca9450 regulator yaml Robin Gong
2020-07-03 16:19 ` [PATCH v2 3/4] arm64: dts: imx8mn-evk: add pca9450 for i.mx8mn-evk board Robin Gong
2020-07-13  4:09   ` Shawn Guo
2020-07-03 16:19 ` [PATCH v2 4/4] arm64: configs: add pca9450 pmic driver Robin Gong
2020-07-13  4:11   ` Shawn Guo
2020-07-06 14:43 ` [PATCH v2 0/4] Add pca9450 driver Mark Brown

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).