Message ID | 20221109110846.45789-1-konrad.dybcio@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] dt-bindings: regulator: qcom,smd: Document PMR735a | expand |
On 09/11/2022 12:08, Konrad Dybcio wrote: > PMR735a also appears to be bundled with some SMD RPM SoCs. > Document it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, 9 Nov 2022 12:08:45 +0100, Konrad Dybcio wrote: > PMR735a also appears to be bundled with some SMD RPM SoCs. > Document it. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/2] dt-bindings: regulator: qcom,smd: Document PMR735a commit: 9263c69696c8c75ef97ebf57cb4f308c4c2420ea [2/2] regulator: qcom_smd: Add PMR735a regulators commit: 0cda8c43aa2477b7a9f9bed0adff2f34d3afc143 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
On 10/11/2022 12:03, Mark Brown wrote: > On Wed, 9 Nov 2022 12:08:45 +0100, Konrad Dybcio wrote: >> PMR735a also appears to be bundled with some SMD RPM SoCs. >> Document it. >> >> > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next > > Thanks! Please apply v2 instead: https://lore.kernel.org/linux-arm-msm/20221110091736.3344-2-konrad.dybcio@linaro.org/T/#u Konrad > > [1/2] dt-bindings: regulator: qcom,smd: Document PMR735a > commit: 9263c69696c8c75ef97ebf57cb4f308c4c2420ea > [2/2] regulator: qcom_smd: Add PMR735a regulators > commit: 0cda8c43aa2477b7a9f9bed0adff2f34d3afc143 > > 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
On Thu, Nov 10, 2022 at 12:09:10PM +0100, Konrad Dybcio wrote: > On 10/11/2022 12:03, Mark Brown wrote: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next > Please apply v2 instead: > https://lore.kernel.org/linux-arm-msm/20221110091736.3344-2-konrad.dybcio@linaro.org/T/#u As the mail you are replying to says: > > 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.
diff --git a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml index 961eed51912c..8c45f53212b1 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml @@ -71,6 +71,8 @@ description: For pmi8998, bob + For pmr735a, s1, s2, s3, l1, l2, l3, l4, l5, l6, l7 + For pms405, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13 @@ -98,6 +100,7 @@ properties: - qcom,rpm-pma8084-regulators - qcom,rpm-pmi8994-regulators - qcom,rpm-pmi8998-regulators + - qcom,rpm-pmr735a-regulators - qcom,rpm-pms405-regulators patternProperties:
PMR735a also appears to be bundled with some SMD RPM SoCs. Document it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- .../devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml | 3 +++ 1 file changed, 3 insertions(+)