| From: |
| Vincent Whitchurch <vincent.whitchurch-AT-axis.com> |
| To: |
| lgirdwood-AT-gmail.com, broonie-AT-kernel.org, support.opensource-AT-diasemi.com |
| Subject: |
| [PATCH 0/2] DA9121 regulator support |
| Date: |
| Thu, 29 Oct 2020 16:15:36 +0100 |
| Message-ID: |
| <20201029151538.23463-1-vincent.whitchurch@axis.com> |
| Cc: |
| kernel-AT-axis.com, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, robh+dt-AT-kernel.org, Vincent Whitchurch <vincent.whitchurch-AT-axis.com> |
| Archive-link: |
| Article |
This series adds support for the DA9121, a "High-Performance, 10 A, Dual-Phase
DC-DC Converter". The datasheet is currently available here:
https://www.dialog-semiconductor.com/sites/default/files/...
Vincent Whitchurch (2):
dt-bindings: regulator: Add DA9121
regulator: Add support for DA9121 regulator
.../bindings/regulator/dlg,da9121.yaml | 42 +++++++
drivers/regulator/Kconfig | 12 ++
drivers/regulator/Makefile | 1 +
drivers/regulator/da9121-regulator.c | 111 ++++++++++++++++++
4 files changed, 166 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/dlg,da9121.yaml
create mode 100644 drivers/regulator/da9121-regulator.c
--
2.28.0