All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add Richtek RT5190A PMIC support
@ 2022-03-09  8:01 cy_huang
  2022-03-09  8:01 ` [PATCH v2 1/2] dt-bindings: regulator: Add bindings for Richtek RT5190A PMIC cy_huang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: cy_huang @ 2022-03-09  8:01 UTC (permalink / raw)
  To: broonie, robh+dt
  Cc: krzysztof.kozlowski, lgirdwood, cy_huang, linux-kernel,
	devicetree

From: ChiYuan Huang <cy_huang@richtek.com>

This patch series add Richtek RT5190A PMIC support.

v2:
1. use standard bindings regulator-min/max-microvolt to replace
   fixed-microvolt property
2. change dt-bindings sample node name from rt5190a@64 to pmic@64.
3. add dt-binding header to defin e the opmode mapping number.
4. refine 'richtek,mute-enable' description in dt-binding.
4. due to fixed-microvolt property removal, use of_regulator_match to get
   the regulator init data.
5. fix checkpatch warning and error.

ChiYuan Huang (2):
  dt-bindings: regulator: Add bindings for Richtek RT5190A PMIC
  regulator: rt5190a: Add support for Richtek RT5190A PMIC

 .../regulator/richtek,rt5190a-regulator.yaml       | 141 ++++++
 drivers/regulator/Kconfig                          |  10 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/rt5190a-regulator.c              | 513 +++++++++++++++++++++
 .../regulator/richtek,rt5190a-regulator.h          |  15 +
 5 files changed, 680 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt5190a-regulator.yaml
 create mode 100644 drivers/regulator/rt5190a-regulator.c
 create mode 100644 include/dt-bindings/regulator/richtek,rt5190a-regulator.h

-- 
2.7.4


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

end of thread, other threads:[~2022-03-10 11:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-09  8:01 [PATCH v2 0/2] Add Richtek RT5190A PMIC support cy_huang
2022-03-09  8:01 ` [PATCH v2 1/2] dt-bindings: regulator: Add bindings for Richtek RT5190A PMIC cy_huang
2022-03-09  9:08   ` Krzysztof Kozlowski
2022-03-09  8:01 ` [PATCH v2 2/2] regulator: rt5190a: Add support " cy_huang
2022-03-10 11:35 ` [PATCH v2 0/2] Add Richtek RT5190A PMIC support Mark Brown

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.