All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add support for MT6315 regulator
@ 2020-12-23 12:13 ` Hsin-Hsiung Wang
  0 siblings, 0 replies; 24+ messages in thread
From: Hsin-Hsiung Wang @ 2020-12-23 12:13 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Matthias Brugger, drinkcat
  Cc: Hsin-Hsiung Wang, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, srv_heupstream,
	Project_Global_Chrome_Upstream_Group

This patch series adds support for MediaTek PMIC MT6315 regulator driver,
which adds MT6315 related buck voltage data to the driver.
This series is based on below patch[1].

[1] https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?h=char-misc-next&id=d40c2d4ed62df64ce603c208bceff25245380157

changes since v2:
- fix the error of binding document.
- refine the mt6315 regulator for better code quality.
- add mt6315 regulator node into mt8192-evb.dts.

Hsin-Hsiung Wang (3):
  dt-bindings: regulator: document binding for MT6315 regulator
  regulator: mt6315: Add support for MT6315 regulator
  arm64: dts: mt8192: add mt6315 regulator nodes

 .../bindings/regulator/mt6315-regulator.yaml  |  71 +++++
 arch/arm64/boot/dts/mediatek/mt8192-evb.dts   |  46 +++
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mt6315-regulator.c          | 298 ++++++++++++++++++
 include/linux/regulator/mt6315-regulator.h    |  45 +++
 6 files changed, 471 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml
 create mode 100644 drivers/regulator/mt6315-regulator.c
 create mode 100644 include/linux/regulator/mt6315-regulator.h

-- 
2.18.0


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

end of thread, other threads:[~2020-12-31 15:45 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 12:13 [PATCH v3 0/3] Add support for MT6315 regulator Hsin-Hsiung Wang
2020-12-23 12:13 ` Hsin-Hsiung Wang
2020-12-23 12:13 ` Hsin-Hsiung Wang
2020-12-23 12:13 ` [PATCH v3 1/3] dt-bindings: regulator: document binding " Hsin-Hsiung Wang
2020-12-23 12:13   ` Hsin-Hsiung Wang
2020-12-23 12:13   ` Hsin-Hsiung Wang
2020-12-23 17:47   ` Rob Herring
2020-12-23 17:47     ` Rob Herring
2020-12-23 17:47     ` Rob Herring
2020-12-31 15:44   ` Rob Herring
2020-12-31 15:44     ` Rob Herring
2020-12-31 15:44     ` Rob Herring
2020-12-23 12:13 ` [PATCH v3 2/3] regulator: mt6315: Add support " Hsin-Hsiung Wang
2020-12-23 12:13   ` Hsin-Hsiung Wang
2020-12-23 12:13   ` Hsin-Hsiung Wang
2020-12-24  0:38   ` Nicolas Boichat
2020-12-24  0:38     ` Nicolas Boichat
2020-12-24  0:38     ` Nicolas Boichat
2020-12-23 12:13 ` [PATCH v3 3/3] arm64: dts: mt8192: add mt6315 regulator nodes Hsin-Hsiung Wang
2020-12-23 12:13   ` Hsin-Hsiung Wang
2020-12-23 12:13   ` Hsin-Hsiung Wang
2020-12-27  8:44   ` kernel test robot
2020-12-27  8:44     ` kernel test robot
2020-12-27  8:44     ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.