Re: [PATCH V3 2/4] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

2021-04-19 Thread schowdhu
On 2021-04-19 20:02, Bjorn Andersson wrote: On Mon 19 Apr 05:32 CDT 2021, schow...@codeaurora.org wrote: On 2021-04-15 12:01, Felipe Balbi wrote: > Hi, > > Souradeep Chowdhury writes: > > diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile > > index ad675a6..e7f0ccb 100644 > > -

Re: [PATCH V3 2/4] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

2021-04-19 Thread schowdhu
On 2021-04-15 12:01, Felipe Balbi wrote: Hi, Souradeep Chowdhury writes: diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile index ad675a6..e7f0ccb 100644 --- a/drivers/soc/qcom/Makefile +++ b/drivers/soc/qcom/Makefile @@ -1,19 +1,22 @@ # SPDX-License-Identifier: GPL-2.0 CFLAG

Re: [PATCH V2 2/5] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)

2021-04-07 Thread schowdhu
On 2021-04-02 06:20, Stephen Boyd wrote: Quoting schow...@codeaurora.org (2021-04-01 07:04:07) On 2021-03-30 01:35, Stephen Boyd wrote: > Quoting Souradeep Chowdhury (2021-03-25 01:02:33) >> diff --git a/drivers/soc/qcom/dcc.c b/drivers/soc/qcom/dcc.c >> new file mode 100644 >> index 000..a5

Re: [PATCH V2 2/5] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)

2021-04-01 Thread schowdhu
On 2021-03-30 01:35, Stephen Boyd wrote: Quoting Souradeep Chowdhury (2021-03-25 01:02:33) The DCC is a DMA Engine designed to capture and store data during system crash or software triggers.The DCC operates based on user inputs via the sysfs interface.The user gives addresses as inputs and thes

Re: [PATCH V2 3/5] DCC: Added the sysfs entries for DCC(Data Capture and Compare) driver

2021-04-01 Thread schowdhu
On 2021-03-30 01:39, Stephen Boyd wrote: Quoting Souradeep Chowdhury (2021-03-25 01:02:34) The DCC is a DMA engine designed to store register values either in case of a system crash or in case of software triggers manually done by the user.Using DCC hardware and the sysfs interface of the driver

Re: [PATCH V2 1/5] dt-bindings: Added the yaml bindings for DCC

2021-04-01 Thread schowdhu
On 2021-03-30 01:04, Stephen Boyd wrote: Quoting Souradeep Chowdhury (2021-03-25 01:02:32) diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,dcc.yaml b/Documentation/devicetree/bindings/arm/msm/qcom,dcc.yaml new file mode 100644 index 000..c6e0a9c --- /dev/null +++ b/Documentation

Re: [PATCH V3 1/5] dt-bindings: Added the yaml bindings for DCC

2021-03-29 Thread schowdhu
On 2021-03-29 12:02, Souradeep Chowdhury wrote: Documentation for Data Capture and Compare(DCC) device tree bindings in yaml format. Resent this patch by adding the review tag Link as follows https://lore.kernel.org/lkml/20210329074909.vpO1kbU39ZSxJpJFZqQc-9i_h5ucqyd4gqZK3a1DQtg@z/ Signed-

Re: [PATCH V1 4/6] DCC: Added the sysfs entries for DCC(Data Capture and Compare) driver

2021-03-11 Thread schowdhu
On 2021-03-11 04:58, Bjorn Andersson wrote: On Wed 10 Mar 10:46 CST 2021, Souradeep Chowdhury wrote: The DCC is a DMA engine designed to store register values either in case of a system crash or in case of software triggers manually done by the user. Using DCC hardware and the sysfs interface o

Re: [PATCH V1 2/6] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)

2021-03-11 Thread schowdhu
On 2021-03-11 04:49, Bjorn Andersson wrote: On Wed 10 Mar 10:46 CST 2021, Souradeep Chowdhury wrote: The DCC is a DMA Engine designed to capture and store data during system crash or software triggers. The DCC operates based on link list entries which provides it with data and addresses and the

Re: [PATCH V0 3/6] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

2021-02-18 Thread schowdhu
On 2021-02-18 12:29, Vinod Koul wrote: On 17-02-21, 12:18, Souradeep Chowdhury wrote: The DCC is a DMA Engine designed to capture and store data during system crash or software triggers.The DCC operates ^^^ Space after . (quite a few here, pls fix them)

Re: [PATCH V0 1/6] dt-bindings: Added the yaml bindings for DCC

2021-02-17 Thread schowdhu
On 2021-02-17 16:32, Vinod Koul wrote: On 17-02-21, 12:18, Souradeep Chowdhury wrote: Documentation for Data Capture and Compare(DCC) device tree bindings in yaml format. Signed-off-by: Souradeep Chowdhury --- .../devicetree/bindings/arm/msm/qcom,dcc.yaml | 49 ++ 1

Re: [PATCH V0 2/6] arm64: dts: qcom: sm8150: Add Data Capture and Compare(DCC) support node

2021-02-17 Thread schowdhu
Hi, Please find the replies inline. On 2021-02-17 16:33, Vinod Koul wrote: On 17-02-21, 12:18, Souradeep Chowdhury wrote: Add the DCC(Data Capture and Compare) device tree node entry along with the addresses for register regions. This should be last patch.. Ack Signed-off-by: Sourad