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