[PATCH v1 0/2] regulator: add new PMIC PF0900 support

Joy Zou posted 2 patches 3 months, 3 weeks ago
There is a newer version of this series
.../regulator/nxp,pf0900-regulator.yaml       |  179 +++
drivers/regulator/Kconfig                     |    8 +
drivers/regulator/Makefile                    |    1 +
drivers/regulator/pf0900-regulator.c          | 1033 +++++++++++++++++
include/linux/regulator/pf0900.h              |  264 +++++
5 files changed, 1485 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml
create mode 100644 drivers/regulator/pf0900-regulator.c
create mode 100644 include/linux/regulator/pf0900.h
[PATCH v1 0/2] regulator: add new PMIC PF0900 support
Posted by Joy Zou 3 months, 3 weeks ago
Add binding document and driver.

Joy Zou (2):
  dt-bindings: regulator: add PF0900 regulator yaml
  regulator: pf0900: Add PMIC PF0900 support

 .../regulator/nxp,pf0900-regulator.yaml       |  179 +++
 drivers/regulator/Kconfig                     |    8 +
 drivers/regulator/Makefile                    |    1 +
 drivers/regulator/pf0900-regulator.c          | 1033 +++++++++++++++++
 include/linux/regulator/pf0900.h              |  264 +++++
 5 files changed, 1485 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/nxp,pf0900-regulator.yaml
 create mode 100644 drivers/regulator/pf0900-regulator.c
 create mode 100644 include/linux/regulator/pf0900.h

-- 
2.37.1