Message ID | 20240624-fastrpc-ml-v1-1-5dad89dce78f@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: CC dri-devel list on Qualcomm FastRPC patches | expand |
On Mon, 24 Jun 2024 11:19:09 +0300, Dmitry Baryshkov wrote: > 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. > > > [...] Applied, thanks! [1/1] MAINTAINERS: CC dri-devel list on Qualcomm FastRPC patches commit: 47bf4198bf386018e99673c1ce5dbd8e5eda293e Best regards,
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@linaro.org> M: Amol Maheshwari <amahesh@qti.qualcomm.com> 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
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@kernel.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) --- base-commit: 2102cb0d050d34d50b9642a3a50861787527e922 change-id: 20240624-fastrpc-ml-24c7d5cf5e7b Best regards,