Message ID | cdd67dd71a6c8559d2771ac453b472a5c3ee1897.1663642052.git.quic_schowdhu@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC) | expand |
On 20/09/2022 05:57, Souradeep Chowdhury wrote: > Added the entries for all the files added as a part of driver support for > DCC(Data Capture and Compare). > > +F: Documentation/devicetree/bindings/arm/msm/qcom,dcc.yaml arm is only for top level nodes/properties. Please put your bindings in respective subsystem. Best regards, Krzysztof
On 9/24/2022 1:33 AM, Krzysztof Kozlowski wrote: > On 20/09/2022 05:57, Souradeep Chowdhury wrote: >> Added the entries for all the files added as a part of driver support for >> DCC(Data Capture and Compare). >> > >> +F: Documentation/devicetree/bindings/arm/msm/qcom,dcc.yaml > arm is only for top level nodes/properties. Please put your bindings in > respective subsystem. Ack > > Best regards, > Krzysztof >
diff --git a/MAINTAINERS b/MAINTAINERS index a61f4f3..e57d927 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5146,6 +5146,14 @@ F: include/linux/tfrc.h F: include/uapi/linux/dccp.h F: net/dccp/ +DCC QTI DRIVER +M: Souradeep Chowdhury <quic_schowdhu@quicinc.com> +L: linux-arm-msm@vger.kernel.org +S: Maintained +F: Documentation/ABI/testing/debugfs-driver-dcc +F: Documentation/devicetree/bindings/arm/msm/qcom,dcc.yaml +F: drivers/soc/qcom/dcc.c + DECnet NETWORK LAYER L: linux-decnet-user@lists.sourceforge.net S: Orphan
Added the entries for all the files added as a part of driver support for DCC(Data Capture and Compare). Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)