mbox series

[v2,0/3] qcom: support SPMI buttons on SM8550 and SM8650

Message ID 20240410-topic-sm8x50-spmi-clients-v2-0-783e20d66c25@linaro.org
Headers show
Series qcom: support SPMI buttons on SM8550 and SM8650 | expand

Message

Neil Armstrong April 10, 2024, 3:59 p.m. UTC
First add PMIC gpio variant on pm8550-gpio, then rework the
qcom-pmic button driver to support data structs for each PMIC
variant and finally add the data for the pmk8350 button configs.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v2:
- added missing qcom,pmk8350-pon compatible
- Link to v1: https://lore.kernel.org/r/20240405-topic-sm8x50-spmi-clients-v1-0-c28603ebcf18@linaro.org

---
Neil Armstrong (3):
      gpio: qcom_pmic_gpio: add support for pm8550-gpio
      button: qcom-pmic: move node name checks to btn_data struct
      button: qcom-pmic: add support for pmk8350 button configs

 drivers/button/button-qcom-pmic.c | 99 ++++++++++++++++++++++++++++-----------
 drivers/gpio/qcom_pmic_gpio.c     | 18 ++++++-
 2 files changed, 87 insertions(+), 30 deletions(-)
---
base-commit: f0e6aba1218bca578605697eed8aa94582bf57bb
change-id: 20240404-topic-sm8x50-spmi-clients-d9a085aae979

Best regards,

Comments

Caleb Connolly April 11, 2024, 12:43 p.m. UTC | #1
On Wed, 10 Apr 2024 17:59:42 +0200, Neil Armstrong wrote:
> First add PMIC gpio variant on pm8550-gpio, then rework the
> qcom-pmic button driver to support data structs for each PMIC
> variant and finally add the data for the pmk8350 button configs.
> 
> 

Applied, thanks!

[1/3] gpio: qcom_pmic_gpio: add support for pm8550-gpio
      commit: 21e19a823aba68fe585ab48ff89c1414554ac929
[2/3] button: qcom-pmic: move node name checks to btn_data struct
      commit: 28b264674fdd0b50a396a22115e097dae47945fa
[3/3] button: qcom-pmic: add support for pmk8350 button configs
      commit: 43923bfb5040c245645aa91bc000b92117c587dd

Best regards,