Message ID | e0d3661ea69a5706ea0fec3b4a38c5cd43a2e790.1641288286.git.quic_schowdhu@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Add Embedded USB Debugger (EUD) driver | expand |
On Tue 2022-01-04 17:28:20, Souradeep Chowdhury wrote: > Add the entry for maintainer for EUD driver > and other associated files. > > Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0227e15..54f616a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7018,6 +7018,14 @@ F: include/trace/events/mdio.h > F: include/uapi/linux/mdio.h > F: include/uapi/linux/mii.h > > +EUD-QCOM This should really explain the "EUD" and "QCOM". Something like EMBEDDED USB DEBUGGER (EUD) ? Is it Qualcomm specific? Best regards, Pavel
diff --git a/MAINTAINERS b/MAINTAINERS index 0227e15..54f616a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7018,6 +7018,14 @@ F: include/trace/events/mdio.h F: include/uapi/linux/mdio.h F: include/uapi/linux/mii.h +EUD-QCOM +M: Souradeep Chowdhury <schowdhu@codeaurora.org> +L: linux-arm-msm@vger.kernel.org +S: Maintained +F: Documentation/ABI/testing/sysfs-driver-eud +F: Documentation/devicetree/bindings/arm/msm/qcom,eud.yaml +F: drivers/usb/common/qcom_eud.c + EXFAT FILE SYSTEM M: Namjae Jeon <linkinjeon@kernel.org> M: Sungjong Seo <sj1557.seo@samsung.com>
Add the entry for maintainer for EUD driver and other associated files. Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)