Re: [PATCH V3 0/4] Add frequency / voltage scaling support for IPQ6018 SoC

2020-07-23 Thread Bjorn Andersson
On Sun 19 Jul 23:12 PDT 2020, Kathiravan T wrote:

> IPQ6018 SoC uses the PMIC MP5496. SMPA2 and LDOA2 regulator of MP5496
> controls the APSS and SDCC voltage scaling respectively. Add support
> for the same.
> 

Picked up patch 1-3 for v5.10

Thanks,
Bjorn

> changes since V2:
>   - Rebased on top of linux-next 20200717 tag
>   - Addressed Rob's comment to drop the 'syscon' node in qcom,smd-rpm.yaml
>   - Picked up the Reviewed-by tag for qcom,smd-rpm-regulator.yaml
>   - Regulator patches part of V2 was picked up by Mark and it's available 
> in linux-next tree
> 
> changes since V1:
>   - Moved YAML conversion to the last as per Mark's comments
> 
> Kathiravan T (4):
>   dt-bindings: soc: qcom: Add IPQ6018 compatible
>   soc: qcom: smd-rpm: Add IPQ6018 compatible
>   dt-bindings: soc: qcom: convert the SMD-RPM document to YAML schema
>   dt-bindings: regulator: convert QCOM SMD-RPM regulator document to
> YAML schema
> 
>  .../bindings/regulator/qcom,smd-rpm-regulator.txt  | 321 
> -
>  .../bindings/regulator/qcom,smd-rpm-regulator.yaml | 106 +++
>  .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  |  64 
>  .../devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml |  87 ++
>  drivers/soc/qcom/smd-rpm.c |   1 +
>  5 files changed, 194 insertions(+), 385 deletions(-)
>  delete mode 100644 
> Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt
>  create mode 100644 
> Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml
>  delete mode 100644 
> Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
>  create mode 100644 
> Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
> 
> -- 
> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of 
> Code Aurora Forum, hosted by The Linux Foundation
> 


Re: [PATCH V3 0/4] Add frequency / voltage scaling support for IPQ6018 SoC

2020-07-21 Thread Mark Brown
On Mon, 20 Jul 2020 11:42:19 +0530, Kathiravan T wrote:
> IPQ6018 SoC uses the PMIC MP5496. SMPA2 and LDOA2 regulator of MP5496
> controls the APSS and SDCC voltage scaling respectively. Add support
> for the same.
> 
> changes since V2:
>   - Rebased on top of linux-next 20200717 tag
>   - Addressed Rob's comment to drop the 'syscon' node in qcom,smd-rpm.yaml
>   - Picked up the Reviewed-by tag for qcom,smd-rpm-regulator.yaml
>   - Regulator patches part of V2 was picked up by Mark and it's available 
> in linux-next tree
> 
> [...]

Applied to

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

Thanks!

[1/1] regulator: convert QCOM SMD-RPM regulator document to YAML schema
  commit: 175a1d84154d4077da437b873319bd094b266ab8

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