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]
Date:   Mon, 16 Mar 2020 22:28:08 +0800
From:   Jisheng Zhang <jszhang3@...l.ustc.edu.cn>
To:     Liam Girdwood <lgirdwood@...il.com>,
        Mark Brown <broonie@...nel.org>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        linux-kernel@...r.kernel.org, devicetree@...r.kernel.org
Subject: [PATCH v2 0/4] regulator: add MP8867/MP8869 support

From: Jisheng Zhang <Jisheng.Zhang@...aptics.com>

The MP8867/MP8869 from Monolithic Power Systems is a single output
DC/DC converter. The voltage can be controlled via I2C.

since v1:
  - rebase on regulator for-next branch

Jisheng Zhang (4):
  regulator: bindings: add MPS mp8869 voltage regulator
  regulator: add support for MP8869 regulator
  dt-bindings: mp886x: Document MP8867 support
  regulator: mp886x: add MP8867 support

 .../devicetree/bindings/regulator/mp886x.txt  |  27 ++
 drivers/regulator/Kconfig                     |   7 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mp886x.c                    | 290 ++++++++++++++++++
 4 files changed, 325 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/mp886x.txt
 create mode 100644 drivers/regulator/mp886x.c

-- 
2.24.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ