[PATCH v5 0/2] regulator: aw37503: add regulator driver for Awinic AW37503

like@awinic.com posted 2 patches 2 years, 3 months ago
.../bindings/regulator/awinic,aw37503.yaml    |  78 ++++++
drivers/regulator/Kconfig                     |   8 +
drivers/regulator/Makefile                    |   1 +
drivers/regulator/aw37503-regulator.c         | 240 ++++++++++++++++++
4 files changed, 327 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/awinic,aw37503.yaml
create mode 100644 drivers/regulator/aw37503-regulator.c
[PATCH v5 0/2] regulator: aw37503: add regulator driver for Awinic AW37503
Posted by like@awinic.com 2 years, 3 months ago
From: Alec Li <like@awinic.com>

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.

v4->v5: Delete the unnecessary '|' in the awinic,aw37503.yaml.
v3->v4: Correct yamllint warnings/errors.
v2->v3: Switch to use the dev_err_probe().
        Keep the Kconfig and Makefile sorted.
        Correct yamllint warnings/errors.
v1->v2: Remove unneeded fields and correct yamllint warnings/errors.

Alec Li (2):
  regulator: aw37503: add regulator driver for Awinic AW37503
  regulator: dt-bindings: Add Awinic AW37503

 .../bindings/regulator/awinic,aw37503.yaml    |  78 ++++++
 drivers/regulator/Kconfig                     |   8 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/aw37503-regulator.c         | 240 ++++++++++++++++++
 4 files changed, 327 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/awinic,aw37503.yaml
 create mode 100644 drivers/regulator/aw37503-regulator.c


base-commit: 706a741595047797872e669b3101429ab8d378ef
-- 
2.41.0
Re: [PATCH v5 0/2] regulator: aw37503: add regulator driver for Awinic AW37503
Posted by Mark Brown 2 years, 3 months ago
On Mon, 21 Aug 2023 03:53:53 +0000, like@awinic.com wrote:
> 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.
> 
> v4->v5: Delete the unnecessary '|' in the awinic,aw37503.yaml.
> v3->v4: Correct yamllint warnings/errors.
> v2->v3: Switch to use the dev_err_probe().
>         Keep the Kconfig and Makefile sorted.
>         Correct yamllint warnings/errors.
> v1->v2: Remove unneeded fields and correct yamllint warnings/errors.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/2] regulator: aw37503: add regulator driver for Awinic AW37503
      commit: 2796a01cdf2c639e605088c53a1ac36923ade93c
[2/2] regulator: dt-bindings: Add Awinic AW37503
      commit: 86a1b61a0c7316febecd03d47eaf893eb5a57659

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark