diff mbox series

[V7] MAINTAINERS: Add maintainer entry for EUD

Message ID b7a9d113f610e2edf67c6a813fc173b1857b9919.1644580972.git.quic_schowdhu@quicinc.com (mailing list archive)
State Accepted
Headers show
Series [V7] MAINTAINERS: Add maintainer entry for EUD | expand

Commit Message

Souradeep Chowdhury Feb. 11, 2022, 12:23 p.m. UTC
Add the entry for maintainer for EUD driver
and other associated files.

Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---

Changes in V7

* Added the Maintainer entry in the sorted order.

Changes in V6

* Added the review tags from V5 and moved qcom_eud.c to drivers/usb/misc.

Changes in V5

* Added the review tags and implemented comments on V4 of the patch.

Changes in V4

* Aligned the device tree node structure of EUD as per discussion.

* Changes to usb-connector.yaml is no longer required and is not
  included in the patch series.

* Implemented the rest of the comments on Version 3 of the patch.

Changes in V3

* Removed the patch for registration of EUD connector as it is no longer
  required.

* Added the description to include EUD in usb-connector.yaml

* Implemented comments on V2 of the patch.

Changes in V2

* Fixed the yaml issue and also implemented comments on yaml in V1.

Changes in V1

* EUD has now been mapped as a separate DT node as it is an independent QCOM IP.

* EUD is attached to the connector child of dwc3 via port end point since EUD
  driver needs the connector for role-switching.

* EUD driver has been moved now to drivers/soc/qcom/qcom_eud.c.

* All the comments from version 0 of the patch has been implemented.

---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

--
2.7.4
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 68f21d4..fe43371 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13981,6 +13981,14 @@  L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:	Supported
 F:	sound/soc/qcom/

+QCOM EMBEDDED USB DEBUGGER(EUD)
+M:	Souradeep Chowdhury <quic_schowdhu@quicinc.com>
+L:	linux-arm-msm@vger.kernel.org
+S:	Maintained
+F:	Documentation/ABI/testing/sysfs-driver-eud
+F:	Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
+F:	drivers/usb/misc/qcom_eud.c
+
 QCOM IPA DRIVER
 M:	Alex Elder <elder@kernel.org>
 L:	netdev@vger.kernel.org