From c66c0e7c511cde3f129af4792751074905fc248a Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 5 Jul 2024 08:59:00 +0100 Subject: [PATCH] MAINTAINERS: CC dri-devel list on Qualcomm FastRPC patches FastRPC is a way to offload method invocation to the DSPs on Qualcomm platforms. As the driver uses dma-bufs, add dri-devel mailing list to the MAINTAINERS's entry, so that DRM maintainers are notified about the uAPI changes. This follows the usual practice established by the "DMA BUFFER SHARING FRAMEWORK" entry in the file. Suggested-by: Bjorn Andersson Signed-off-by: Dmitry Baryshkov Signed-off-by: Srinivas Kandagatla Link: https://lore.kernel.org/r/20240705075900.424100-7-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index aae88b7a6c32..06ecfa64a39a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18515,6 +18515,7 @@ QUALCOMM FASTRPC DRIVER M: Srinivas Kandagatla M: Amol Maheshwari L: linux-arm-msm@vger.kernel.org +L: dri-devel@lists.freedesktop.org S: Maintained F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml F: drivers/misc/fastrpc.c -- 2.25.1