[PATCH V13 3/7] MAINTAINERS: Add the entry for DCC(Data Capture and Compare) driver support

Souradeep Chowdhury posted 7 patches 3 years, 6 months ago
There is a newer version of this series
[PATCH V13 3/7] MAINTAINERS: Add the entry for DCC(Data Capture and Compare) driver support
Posted by Souradeep Chowdhury 3 years, 6 months ago
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(+)

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
-- 
2.7.4
Re: [PATCH V13 3/7] MAINTAINERS: Add the entry for DCC(Data Capture and Compare) driver support
Posted by Krzysztof Kozlowski 3 years, 6 months ago
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
Re: [PATCH V13 3/7] MAINTAINERS: Add the entry for DCC(Data Capture and Compare) driver support
Posted by Souradeep Chowdhury 3 years, 6 months ago
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
>