Message ID | 1592889472-6843-1-git-send-email-kathirav@codeaurora.org (mailing list archive) |
---|---|
Headers | show |
Series | Add frequency / voltage scaling support for IPQ6018 SoC | expand |
On Tue, 23 Jun 2020 10:47:46 +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 V1: > - Moved YAML conversion to the last as per Mark's comments > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/2] regulator: add MP5496 regulator compatible commit: 93e39d096d7312e38cf502be4e516cff7acf34fa [2/2] regulator: qcom_smd: Add MP5496 regulators commit: 47894c859479a9e3472657c7acf2c7ba35778059 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
Hi Bjorn, Can you help to review the below patches in this series? dt-bindings: soc: qcom: Add IPQ6018 compatible soc: qcom: smd-rpm: Add IPQ6018 compatible Hi Rob, Can you help to review the YAML schema in this series? Thanks, Kathiravan T. On 6/23/2020 10:47 AM, 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 V1: > - Moved YAML conversion to the last as per Mark's comments > > Kathiravan T (6): > dt-bindings: soc: qcom: Add IPQ6018 compatible > soc: qcom: smd-rpm: Add IPQ6018 compatible > dt-bindings: regulator: add MP5496 regulator compatible > regulator: qcom_smd: Add MP5496 regulators > 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 | 320 --------------------- > .../bindings/regulator/qcom,smd-rpm-regulator.yaml | 106 +++++++ > .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt | 62 ---- > .../devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 92 ++++++ > drivers/regulator/qcom_smd-regulator.c | 34 +++ > drivers/soc/qcom/smd-rpm.c | 1 + > 6 files changed, 233 insertions(+), 382 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 >