[PATCH v2 0/2] regulator: Add driver for Maxim MAX20086-MAX20089

Laurent Pinchart posted 2 patches 4 years, 5 months ago
.../bindings/regulator/maxim,max20086.yaml    | 106 ++++++
MAINTAINERS                                   |   7 +
drivers/regulator/Kconfig                     |  10 +-
drivers/regulator/Makefile                    |   1 +
drivers/regulator/max20086-regulator.c        | 332 ++++++++++++++++++
5 files changed, 455 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max20086.yaml
create mode 100644 drivers/regulator/max20086-regulator.c
[PATCH v2 0/2] regulator: Add driver for Maxim MAX20086-MAX20089
Posted by Laurent Pinchart 4 years, 5 months ago
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Hello,

This small series adds a new driver (along with DT bindings) for the
Maxim MAX20086-MAX20089 camera power protectors.

Compared to v1, this version takes all review comments into account
(assuming I've understood them correctly :-)).

The code originates from initial work done by Avnet, which I have
reworked extensively. Watson, I've kept your authorship on patch 2/2.
Would you like to be listed as a maintainer for the driver and the DT
bindings ?

Laurent Pinchart (1):
  dt-bindings: regulators: Add bindings for Maxim MAX20086-MAX20089

Watson Chow (1):
  regulator: Add MAX20086-MAX20089 driver

 .../bindings/regulator/maxim,max20086.yaml    | 106 ++++++
 MAINTAINERS                                   |   7 +
 drivers/regulator/Kconfig                     |  10 +-
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max20086-regulator.c        | 332 ++++++++++++++++++
 5 files changed, 455 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max20086.yaml
 create mode 100644 drivers/regulator/max20086-regulator.c

-- 
Regards,

Laurent Pinchart

Re: [PATCH v2 0/2] regulator: Add driver for Maxim MAX20086-MAX20089
Posted by Mark Brown 4 years, 5 months ago
On Fri, 7 Jan 2022 00:43:48 +0200, Laurent Pinchart wrote:
> From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> Hello,
> 
> This small series adds a new driver (along with DT bindings) for the
> Maxim MAX20086-MAX20089 camera power protectors.
> 
> [...]

Applied to

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

Thanks!

[1/2] dt-bindings: regulators: Add bindings for Maxim MAX20086-MAX20089
      commit: 764aaa4e031a9acd26babc622cabe652f57bbb04
[2/2] regulator: Add MAX20086-MAX20089 driver
      commit: bfff546aae50ae68ed395bf0e0848188d27b0ba3

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