regulator: aw37503: add regulator driver for Awinic AW37503
authorAlec Li <like@awinic.com>
Mon, 21 Aug 2023 03:53:54 +0000 (03:53 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 21 Aug 2023 12:10:21 +0000 (13:10 +0100)
commit2796a01cdf2c639e605088c53a1ac36923ade93c
treedbd6086248bee199ebec0a6c83e89c2a247463c4
parent1c6350f2d3b07b0d7281317f1d0c24c892597e5b
regulator: aw37503: add regulator driver for Awinic AW37503

Add regulator driver for the device Awinic AW37503 which is single
inductor - dual output power supply device. AW37503 device is
designed to support general positive/negative driven applications
like TFT display panels.

AW37503 regulator driver supports to enable/disable and set voltage
on its output.

Signed-off-by: Alec Li <like@awinic.com>
Link: https://lore.kernel.org/r/20230821035355.1269976-2-like@awinic.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/aw37503-regulator.c [new file with mode: 0644]