mbox series

[0/3] spmi: pmic-arb: Add support for PMIC v7 and yamlify binding

Message ID 20220131172450.2528065-1-vkoul@kernel.org (mailing list archive)
Headers show
Series spmi: pmic-arb: Add support for PMIC v7 and yamlify binding | expand

Message

Vinod Koul Jan. 31, 2022, 5:24 p.m. UTC
Hello,

The is version 2 of support for PMIC v7. I have converted the binding to
yaml format and added a new property qcom,bus-id for supporting v7 and then
add driver changes for v7

Changes since v1:
 - Add yaml conversion patch and new binding
 - fix driver bug report by Jonathan

David Dai (1):
  spmi: pmic-arb: Add support for PMIC v7

Vinod Koul (2):
  dt-bindings: spmi: convert Qualcomm SPMI PMIC ARB to dtschema
  dt-bindings: spmi: Add qcom,bus-id

 .../bindings/spmi/qcom,spmi-pmic-arb.txt      |  65 -----
 .../bindings/spmi/qcom,spmi-pmic-arb.yaml     | 123 +++++++++
 drivers/spmi/spmi-pmic-arb.c                  | 233 ++++++++++++++++--
 3 files changed, 337 insertions(+), 84 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.txt
 create mode 100644 Documentation/devicetree/bindings/spmi/qcom,spmi-pmic-arb.yaml