Linux clock framework development
 help / color / mirror / Atom feed
From: Devi Priya <quic_devipriy@quicinc.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: <catalin.marinas@arm.com>, <u-kumar1@ti.com>,
	<linux-arm-kernel@lists.infradead.org>, <krzk+dt@kernel.org>,
	<geert+renesas@glider.be>, <neil.armstrong@linaro.org>,
	<nfraprado@collabora.com>, <mturquette@baylibre.com>,
	<linux-kernel@vger.kernel.org>, <dmitry.baryshkov@linaro.org>,
	<netdev@vger.kernel.org>, <konrad.dybcio@linaro.org>,
	<m.szyprowski@samsung.com>, <arnd@arndb.de>,
	<richardcochran@gmail.com>, <will@kernel.org>, <sboyd@kernel.org>,
	<andersson@kernel.org>, <p.zabel@pengutronix.de>,
	<linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<conor+dt@kernel.org>, <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH V5 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
Date: Thu, 27 Jun 2024 10:55:49 +0530	[thread overview]
Message-ID: <4bf9dff9-3cb4-4276-8d21-697850e01170@quicinc.com> (raw)
In-Reply-To: <eeea33c7-02bd-4ea4-a53f-fd6af839ca90@lunn.ch>



On 6/26/2024 10:56 PM, Andrew Lunn wrote:
> On Wed, Jun 26, 2024 at 09:35:20AM -0600, Rob Herring (Arm) wrote:
>>
>> On Wed, 26 Jun 2024 20:02:59 +0530, Devi Priya wrote:
>>> Add NSSCC clock and reset definitions for ipq9574.
>>>
>>> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
>>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> ---
>>>   Changes in V5:
>>> 	- Dropped interconnects and added interconnect-cells to NSS
>>> 	  clock provider so that it can be  used as icc provider.
>>>
>>>   .../bindings/clock/qcom,ipq9574-nsscc.yaml    |  74 +++++++++
>>>   .../dt-bindings/clock/qcom,ipq9574-nsscc.h    | 152 ++++++++++++++++++
>>>   .../dt-bindings/reset/qcom,ipq9574-nsscc.h    | 134 +++++++++++++++
>>>   3 files changed, 360 insertions(+)
>>>   create mode 100644 Documentation/devicetree/bindings/clock/qcom,ipq9574-nsscc.yaml
>>>   create mode 100644 include/dt-bindings/clock/qcom,ipq9574-nsscc.h
>>>   create mode 100644 include/dt-bindings/reset/qcom,ipq9574-nsscc.h
>>>
>>
>> My bot found errors running 'make dt_binding_check' on your patch:
>>
>> yamllint warnings/errors:
>>
>> dtschema/dtc warnings/errors:
>> Error: Documentation/devicetree/bindings/clock/qcom,ipq9574-nsscc.example.dts:26.26-27 syntax error
>> FATAL ERROR: Unable to parse input tree
> 
> Hi Devi
> 
> Version 4 of these patches had the same exact problem. There was not
> an email explaining it is a false positive etc, so i have to assume it
> is a real error. So why has it not been fixed?
> 
> Qualcomm patches are under a microscope at the moment because of how
> bad things went a couple of months ago with patches. You cannot ignore
> things like this, because the damage to Qualcomm reputation is going
> to make it impossible to get patches merged soon.
> 
Hi Andrew,
Very sorry for the inconvenience.
I had run dt_binding_check locally on V4 patches and did not face any
errors. I somehow missed to notice the binding check error that was
reported on V4. Thus I went ahead and posted the same in V5.
Will ensure such things are not repeated henceforth.

Thanks,
Devi Priya

> 	Andrew

  reply	other threads:[~2024-06-27  5:26 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-26 14:32 [PATCH V5 0/7] Add NSS clock controller support for IPQ9574 Devi Priya
2024-06-26 14:32 ` [PATCH V5 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574 Devi Priya
2024-06-26 14:32 ` [PATCH V5 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX Devi Priya
2024-06-26 14:32 ` [PATCH V5 3/7] clk: qcom: gcc-ipq9574: Add support for gpll0_out_aux clock Devi Priya
2024-06-26 18:11   ` Dmitry Baryshkov
2024-06-26 14:32 ` [PATCH V5 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions Devi Priya
2024-06-26 15:35   ` Rob Herring (Arm)
2024-06-26 17:26     ` Andrew Lunn
2024-06-27  5:25       ` Devi Priya [this message]
2024-06-27  7:42         ` Krzysztof Kozlowski
2024-06-27 13:47           ` Devi Priya
2024-07-02 12:13     ` Devi Priya
2024-07-02 13:14       ` Krzysztof Kozlowski
2024-07-03 14:36         ` Devi Priya
2024-06-26 14:33 ` [PATCH V5 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574 Devi Priya
2024-06-26 15:39   ` Konrad Dybcio
2024-10-04  8:01     ` Manikanta Mylavarapu
2024-06-26 14:33 ` [PATCH V5 6/7] arm64: dts: qcom: ipq9574: Add support for nsscc node Devi Priya
2024-06-26 18:13   ` Dmitry Baryshkov
2024-10-04  8:00     ` Manikanta Mylavarapu
2024-06-29 13:30   ` Konrad Dybcio
2024-10-04  7:57     ` Manikanta Mylavarapu
2024-06-26 14:33 ` [PATCH V5 7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574 Devi Priya
2024-06-26 18:14   ` Dmitry Baryshkov
2024-10-04  7:56     ` Manikanta Mylavarapu
2024-10-06 16:43       ` Dmitry Baryshkov
2024-10-09  7:38         ` Manikanta Mylavarapu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4bf9dff9-3cb4-4276-8d21-697850e01170@quicinc.com \
    --to=quic_devipriy@quicinc.com \
    --cc=andersson@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=geert+renesas@glider.be \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=mturquette@baylibre.com \
    --cc=neil.armstrong@linaro.org \
    --cc=netdev@vger.kernel.org \
    --cc=nfraprado@collabora.com \
    --cc=p.zabel@pengutronix.de \
    --cc=richardcochran@gmail.com \
    --cc=sboyd@kernel.org \
    --cc=u-kumar1@ti.com \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox