Message ID | 1655200111-18357-1-git-send-email-quic_c_skakit@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Qualcomm Technologies, Inc. PM8008 regulator driver | expand |
Hi Satya, On Tue Jun 14, 2022 at 11:48 AM CEST, Satya Priya wrote: > Satya Priya (9): > dt-bindings: mfd: pm8008: Add reset-gpios > dt-bindings: mfd: pm8008: Change the address cells > dt-bindings: mfd: pm8008: Add regulators for pm8008 > mfd: pm8008: Add reset-gpios > mfd: pm8008: Remove the regmap member from pm8008_data struct > mfd: pm8008: Use i2c_new_dummy_device() API > regulator: Add a regulator driver for the PM8008 PMIC > arm64: dts: qcom: pm8008: Add base dts file > arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp Is there any activity on this patch series? It's been a few months since this revision. Would be interested in this for the pm8008 found on sm7225-fairphone-fp4. Regards Luca > > .../devicetree/bindings/mfd/qcom,pm8008.yaml | 69 +++++- > arch/arm64/boot/dts/qcom/pm8008.dtsi | 54 +++++ > arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 66 ++++++ > drivers/mfd/qcom-pm8008.c | 60 ++++- > drivers/regulator/Kconfig | 9 + > drivers/regulator/Makefile | 1 + > drivers/regulator/qcom-pm8008-regulator.c | 242 +++++++++++++++++++++ > include/linux/mfd/qcom_pm8008.h | 9 + > 8 files changed, 492 insertions(+), 18 deletions(-) > create mode 100644 arch/arm64/boot/dts/qcom/pm8008.dtsi > create mode 100644 drivers/regulator/qcom-pm8008-regulator.c > create mode 100644 include/linux/mfd/qcom_pm8008.h > > -- > 2.7.4
On Fri Mar 17, 2023 at 9:06 AM CET, Luca Weiss wrote: > Hi Satya, > > On Tue Jun 14, 2022 at 11:48 AM CEST, Satya Priya wrote: > > Satya Priya (9): > > dt-bindings: mfd: pm8008: Add reset-gpios > > dt-bindings: mfd: pm8008: Change the address cells > > dt-bindings: mfd: pm8008: Add regulators for pm8008 > > mfd: pm8008: Add reset-gpios > > mfd: pm8008: Remove the regmap member from pm8008_data struct > > mfd: pm8008: Use i2c_new_dummy_device() API > > regulator: Add a regulator driver for the PM8008 PMIC > > arm64: dts: qcom: pm8008: Add base dts file > > arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp > > Is there any activity on this patch series? It's been a few months since > this revision. Would be interested in this for the pm8008 found on > sm7225-fairphone-fp4. Hi all, Quick ping again, I'd really like to see this PM8008 series land. Regards Luca > > Regards > Luca > > > > > .../devicetree/bindings/mfd/qcom,pm8008.yaml | 69 +++++- > > arch/arm64/boot/dts/qcom/pm8008.dtsi | 54 +++++ > > arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 66 ++++++ > > drivers/mfd/qcom-pm8008.c | 60 ++++- > > drivers/regulator/Kconfig | 9 + > > drivers/regulator/Makefile | 1 + > > drivers/regulator/qcom-pm8008-regulator.c | 242 +++++++++++++++++++++ > > include/linux/mfd/qcom_pm8008.h | 9 + > > 8 files changed, 492 insertions(+), 18 deletions(-) > > create mode 100644 arch/arm64/boot/dts/qcom/pm8008.dtsi > > create mode 100644 drivers/regulator/qcom-pm8008-regulator.c > > create mode 100644 include/linux/mfd/qcom_pm8008.h > > > > -- > > 2.7.4