Add a new MAINTAINERS entry for the Qualcomm DSP Accelerator (QDA) driver. The entry lists the primary maintainer, the linux-arm-msm and dri-devel mailing lists, and covers all source files under drivers/accel/qda, Documentation/accel/qda and the UAPI header include/uapi/drm/qda_accel.h.
This ensures that patches to the QDA driver and its public API are tracked and routed to the appropriate reviewers as the driver is integrated into the DRM accel subsystem.
Signed-off-by: Ekansh Gupta ekansh.gupta@oss.qualcomm.com --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 71f76fddebbf..78b8b82a6370 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21691,6 +21691,15 @@ S: Maintained F: Documentation/devicetree/bindings/crypto/qcom-qce.yaml F: drivers/crypto/qce/
+QUALCOMM DSP ACCELERATOR (QDA) DRIVER +M: Ekansh Gupta ekansh.gupta@oss.qualcomm.com +L: linux-arm-msm@vger.kernel.org +L: dri-devel@lists.freedesktop.org +S: Supported +F: Documentation/accel/qda/ +F: drivers/accel/qda/ +F: include/uapi/drm/qda_accel.h + QUALCOMM EMAC GIGABIT ETHERNET DRIVER M: Timur Tabi timur@kernel.org L: netdev@vger.kernel.org