[v3,0/2] Add MAX77857/59/MAX77831 Regulator Support

Message ID 20230717050736.10075-1-okan.sahin@analog.com
Headers
Series Add MAX77857/59/MAX77831 Regulator Support |

Message

Sahin, Okan July 17, 2023, 5:07 a.m. UTC
  High efficiency buck-boost regulator driver and bindings for
MAX77857/59/MAX77831. The patches are required to be applied
in sequence.

Changes in v3:
* Patch 1: "dt-bindings: regulator: max77857: Add ADI MAX77857/59/MAX77831
    Regulator"
  * Add second maintainer
* Patch 2: "regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support"
  * Change regmap cache_type

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      |  86 ++++
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77857-regulator.c        | 459 ++++++++++++++++++
 4 files changed, 556 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77857.yaml
 create mode 100644 drivers/regulator/max77857-regulator.c
  

Comments

Mark Brown July 17, 2023, 1:46 p.m. UTC | #1
On Mon, 17 Jul 2023 08:07:33 +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 v3:
> * Patch 1: "dt-bindings: regulator: max77857: Add ADI MAX77857/59/MAX77831
>     Regulator"
>   * Add second maintainer
> * Patch 2: "regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator 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
      commit: 6d5373e98b37721987c16fd1c0f9500ecbb69f20
[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