Message ID | 20231106-pm8937-v1-0-ec51d9eeec53@riseup.net (mailing list archive) |
---|---|
Headers | show |
Series | Add PM8937 PMIC support | expand |
On Mon, 6 Nov 2023 at 14:11, Dang Huynh <danct12@riseup.net> wrote: > > PM8937 is a power management IC. It is used in various boards with > MSM8917, MSM8937, MSM8940 and APQ variants. > > Signed-off-by: Dang Huynh <danct12@riseup.net> > --- > Dang Huynh (8): > mfd: qcom-spmi-pmic: Add support for PM8937 > dt-bindings: mfd: qcom-spmi-pmic: Document PM8937 PMIC > regulator: qcom_spmi: Add PM8937 SPMI regulator > dt-bindings: regulator: qcom,spmi-regulator: Document PM8937 PMIC > regulator: qcom_smd: Add PM8937 regulators > dt-bindings: regulator: qcom,smd-rpm-regulator: Document PM8937 IC > arm64: dts: qcom: Add PM8937 PMIC > soc: qcom: socinfo: Add PM8937 Power IC It seems that some of the patches didn't get it to linux-arm-msm@. Could you please check, what was wrong and resend your patchset? > > .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 1 + > .../bindings/regulator/qcom,smd-rpm-regulator.yaml | 4 + > .../bindings/regulator/qcom,spmi-regulator.yaml | 19 ++ > arch/arm64/boot/dts/qcom/pm8937.dtsi | 202 +++++++++++++++++++++ > drivers/mfd/qcom-spmi-pmic.c | 1 + > drivers/regulator/qcom_smd-regulator.c | 34 ++++ > drivers/regulator/qcom_spmi-regulator.c | 34 ++++ > drivers/soc/qcom/socinfo.c | 2 +- > include/soc/qcom/qcom-spmi-pmic.h | 1 + > 9 files changed, 297 insertions(+), 1 deletion(-) > --- > base-commit: 12c9e8890929813dc852d9739f8d900ff51d9814 > change-id: 20231106-pm8937-000e423a75fb > > Best regards, > -- > Dang Huynh <danct12@riseup.net> >
On Mon, 06 Nov 2023 19:08:28 +0700, Dang Huynh wrote: > PM8937 is a power management IC. It is used in various boards with > MSM8917, MSM8937, MSM8940 and APQ variants. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [3/8] regulator: qcom_spmi: Add PM8937 SPMI regulator commit: c0d6b2acf78e3195a6b100a236210f2e6e42b0c0 [4/8] dt-bindings: regulator: qcom,spmi-regulator: Document PM8937 PMIC commit: f2b003c8235e0afed60ed426e891e41dab131821 [5/8] regulator: qcom_smd: Add PM8937 regulators commit: 18cc1cd011131d878be2619b56eff7bc2a278bdf [6/8] dt-bindings: regulator: qcom,smd-rpm-regulator: Document PM8937 IC commit: 40e13ae67c6fc2897b49398d6f804b5d1ec63fff 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
PM8937 is a power management IC. It is used in various boards with MSM8917, MSM8937, MSM8940 and APQ variants. Signed-off-by: Dang Huynh <danct12@riseup.net> --- Dang Huynh (8): mfd: qcom-spmi-pmic: Add support for PM8937 dt-bindings: mfd: qcom-spmi-pmic: Document PM8937 PMIC regulator: qcom_spmi: Add PM8937 SPMI regulator dt-bindings: regulator: qcom,spmi-regulator: Document PM8937 PMIC regulator: qcom_smd: Add PM8937 regulators dt-bindings: regulator: qcom,smd-rpm-regulator: Document PM8937 IC arm64: dts: qcom: Add PM8937 PMIC soc: qcom: socinfo: Add PM8937 Power IC .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 1 + .../bindings/regulator/qcom,smd-rpm-regulator.yaml | 4 + .../bindings/regulator/qcom,spmi-regulator.yaml | 19 ++ arch/arm64/boot/dts/qcom/pm8937.dtsi | 202 +++++++++++++++++++++ drivers/mfd/qcom-spmi-pmic.c | 1 + drivers/regulator/qcom_smd-regulator.c | 34 ++++ drivers/regulator/qcom_spmi-regulator.c | 34 ++++ drivers/soc/qcom/socinfo.c | 2 +- include/soc/qcom/qcom-spmi-pmic.h | 1 + 9 files changed, 297 insertions(+), 1 deletion(-) --- base-commit: 12c9e8890929813dc852d9739f8d900ff51d9814 change-id: 20231106-pm8937-000e423a75fb Best regards,