devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] drivers: mfd: Add MAX77659 MFD and related device drivers
@ 2022-12-20 13:22 Zeynep Arslanbenzer
  2022-12-20 13:22 ` [PATCH 1/6] drivers: mfd: add MAX77659 PMIC support Zeynep Arslanbenzer
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Zeynep Arslanbenzer @ 2022-12-20 13:22 UTC (permalink / raw)
  To: lee, robh+dt, krzysztof.kozlowski+dt, sre, lgirdwood, broonie
  Cc: Zeynep.Arslanbenzer, Nurettin.Bolucu, linux-kernel, devicetree,
	linux-pm

This patchset adds mfd, regulator and charger driver and related bindings.The patches 
are required to be applied in sequence.

Zeynep Arslanbenzer (6):
  drivers: mfd: add MAX77659 PMIC support
  dt-bindings: mfd: add MAX77659 binding
  drivers: power: supply: add MAX77659 charger support
  dt-bindings: power: supply: add MAX77659 charger binding
  drivers: regulator: add MAX77659 regulator support
  dt-bindings: regulator: add MAX77659 regulator binding

 .../devicetree/bindings/mfd/adi,max77659.yaml |  70 +++
 .../power/supply/adi,max77659-charger.yaml    |  42 ++
 .../regulator/adi,max77659-regulator.yaml     |  31 +
 MAINTAINERS                                   |  13 +
 drivers/mfd/Kconfig                           |  14 +
 drivers/mfd/Makefile                          |   1 +
 drivers/mfd/max77659.c                        | 188 ++++++
 drivers/power/supply/Kconfig                  |   7 +
 drivers/power/supply/Makefile                 |   1 +
 drivers/power/supply/max77659-charger.c       | 547 ++++++++++++++++++
 drivers/regulator/Kconfig                     |   8 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77659-regulator.c        |  98 ++++
 include/linux/mfd/max77659.h                  |  60 ++
 14 files changed, 1081 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/adi,max77659.yaml
 create mode 100644 Documentation/devicetree/bindings/power/supply/adi,max77659-charger.yaml
 create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77659-regulator.yaml
 create mode 100644 drivers/mfd/max77659.c
 create mode 100644 drivers/power/supply/max77659-charger.c
 create mode 100644 drivers/regulator/max77659-regulator.c
 create mode 100644 include/linux/mfd/max77659.h

-- 
2.25.1


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

end of thread, other threads:[~2023-04-18 12:30 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 13:22 [PATCH 0/6] drivers: mfd: Add MAX77659 MFD and related device drivers Zeynep Arslanbenzer
2022-12-20 13:22 ` [PATCH 1/6] drivers: mfd: add MAX77659 PMIC support Zeynep Arslanbenzer
2022-12-20 14:47   ` Krzysztof Kozlowski
2022-12-20 13:22 ` [PATCH 2/6] dt-bindings: mfd: add MAX77659 binding Zeynep Arslanbenzer
2022-12-20 14:43   ` Krzysztof Kozlowski
2022-12-20 16:40   ` Rob Herring
2022-12-20 13:22 ` [PATCH 3/6] drivers: power: supply: add MAX77659 charger support Zeynep Arslanbenzer
2022-12-20 14:51   ` Krzysztof Kozlowski
2023-01-02 20:44   ` Sebastian Reichel
2022-12-20 13:22 ` [PATCH 4/6] dt-bindings: power: supply: add MAX77659 charger binding Zeynep Arslanbenzer
2022-12-20 14:54   ` Krzysztof Kozlowski
2023-04-17 21:43     ` Arslanbenzer, Zeynep
2023-04-18  7:09       ` Krzysztof Kozlowski
2023-04-18  9:41         ` Arslanbenzer, Zeynep
2023-04-18 12:30           ` Krzysztof Kozlowski
2022-12-20 13:22 ` [PATCH 5/6] drivers: regulator: add MAX77659 regulator support Zeynep Arslanbenzer
2022-12-20 13:22 ` [PATCH 6/6] dt-bindings: regulator: add MAX77659 regulator binding Zeynep Arslanbenzer
2022-12-20 14:55   ` Krzysztof Kozlowski

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