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 <andersson@xxxxxxxxxx> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index f45881e982d2..26d628c677a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18621,6 +18621,7 @@ QUALCOMM FASTRPC DRIVER M: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> M: Amol Maheshwari <amahesh@xxxxxxxxxxxxxxxx> L: linux-arm-msm@xxxxxxxxxxxxxxx +L: dri-devel@xxxxxxxxxxxxxxxxxxxxx S: Maintained F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml F: drivers/misc/fastrpc.c --- base-commit: 2102cb0d050d34d50b9642a3a50861787527e922 change-id: 20240624-fastrpc-ml-24c7d5cf5e7b Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>