lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250617102025.3455544-1-joy.zou@nxp.com>
Date: Tue, 17 Jun 2025 18:20:23 +0800
From: Joy Zou <joy.zou@....com>
To: lgirdwood@...il.com,
	broonie@...nel.org,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org
Cc: linux-kernel@...r.kernel.org,
	devicetree@...r.kernel.org,
	imx@...ts.linux.dev,
	frank.li@....com,
	ye.li@....com,
	ping.bai@....com,
	aisheng.dong@....com
Subject: [PATCH v1 0/2] regulator: add new PMIC PF0900 support

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ