[PATCH v2 0/2] Add MAX77857/59/MAX77831 Regulator Support

Okan Sahin posted 2 patches 2 years, 5 months ago
There is a newer version of this series
.../bindings/regulator/adi,max77857.yaml      |  85 ++++
drivers/regulator/Kconfig                     |  10 +
drivers/regulator/Makefile                    |   1 +
drivers/regulator/max77857-regulator.c        | 459 ++++++++++++++++++
4 files changed, 555 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77857.yaml
create mode 100644 drivers/regulator/max77857-regulator.c
[PATCH v2 0/2] Add MAX77857/59/MAX77831 Regulator Support
Posted by Okan Sahin 2 years, 5 months ago
High efficiency buck-boost regulator driver and bindings for
MAX77857/59/MAX77831. The patches are required to be applied
in sequence.

Changes in v2:
* Patch 1: "dt-bindings: regulator: max77857: Add ADI MAX77857/59/MAX77831
    Regulator"
  * Add max77859 support
* Patch 2: "regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support"
  * Add max77859 support
  * Drop interrupt support
  * Change regmap cache_type

Okan Sahin (2):
  dt-bindings: regulator: max77857: Add ADI MAX77857/59/MAX77831
    Regulator
  regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support

 .../bindings/regulator/adi,max77857.yaml      |  85 ++++
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77857-regulator.c        | 459 ++++++++++++++++++
 4 files changed, 555 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77857.yaml
 create mode 100644 drivers/regulator/max77857-regulator.c

-- 
2.30.2
Re: [PATCH v2 0/2] Add MAX77857/59/MAX77831 Regulator Support
Posted by Mark Brown 2 years, 5 months ago
On Tue, 11 Jul 2023 19:27:46 +0300, Okan Sahin wrote:
> High efficiency buck-boost regulator driver and bindings for
> MAX77857/59/MAX77831. The patches are required to be applied
> in sequence.
> 
> Changes in v2:
> * Patch 1: "dt-bindings: regulator: max77857: Add ADI MAX77857/59/MAX77831
>     Regulator"
>   * Add max77859 support
> * Patch 2: "regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support"
>   * Add max77859 support
>   * Drop interrupt support
>   * Change regmap cache_type
> 
> [...]

Applied to

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

Thanks!

[1/2] dt-bindings: regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator
      (no commit info)
[2/2] regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support
      commit: af71cccadecedad3484c2208e2c4fc8eff927d4a

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