[PATCH v2] MAINTAINERS: Add Qualcomm SPMI controller entry
Abel Vesa <[email protected]>
| Newsgroups | gmane.linux.kernel |
|---|---|
| Message-ID | <20260817-b4-maintainers-add-spmi-pmic-arb-entry-v2-1-14659fcc58a3@oss.qualcomm.com> |
Add an entry for the Qualcomm SPMI controller (PMIC Arbiter) driver and its device tree bindings. List Abel Vesa and David Collins as maintainers. Signed-off-by: Abel Vesa <[email protected]> --- Changes in v2: - Dropped the first bindings and made the regex fit all schemas. - Link to v1: https://patch.msgid.link/20260817-b4-maintainers-add-spmi-pmic-arb-entry-v1-1-f54ff761dcb8@oss.qualcomm.com Cc: [email protected] --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7367555fd135..f7fa478ed503 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22599,6 +22599,14 @@ F: Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst F: drivers/net/ethernet/qualcomm/rmnet/ F: include/linux/if_rmnet.h +QUALCOMM SPMI CONTROLLER (PMIC ARBITER) DRIVER +M: Abel Vesa <[email protected]> +M: David Collins <[email protected]> +L: [email protected] +S: Maintained +F: Documentation/devicetree/bindings/spmi/qcom,*spmi-pmic-arb*.yaml +F: drivers/spmi/spmi-pmic-arb.c + QUALCOMM TEE (QCOMTEE) DRIVER M: Amirreza Zarrabi <[email protected]> L: [email protected] --- base-commit: 4477a78374a57c3809b172ad30cceabda48c47c6 change-id: 20260817-b4-maintainers-add-spmi-pmic-arb-entry-483b82f55649 Best regards, -- Abel Vesa <[email protected]>