Re: [PATCH v1 1/2] dt-bindings: clock: Add Qualcomm SM6115 LPASS clock controller
From: Alexey Klimov
Date: Thu Oct 17 2024 - 08:40:08 EST
On Thu Oct 17, 2024 at 9:39 AM BST, Krzysztof Kozlowski wrote:
> On Thu, Oct 17, 2024 at 01:57:59AM +0100, Alexey Klimov wrote:
> > From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
> >
> > SM6115 (and its derivatives or similar SoCs) has an LPASS clock
> > controller block which provides audio-related resets.
> >
> > Add bindings for it.
>
> That's a v2.
>
> >
> > Cc: Konrad Dybcio <konradybcio@xxxxxxxxxx>
> > Cc: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> > Cc: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
> > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
> > [alexey.klimov] slightly changed the commit message
> > Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx>
>
> My tag?
>
> > ---
> > .../bindings/clock/qcom,sm6115-lpasscc.yaml | 53 +++++++++++++++++++
> > .../dt-bindings/clock/qcom,sm6115-lpasscc.h | 15 ++++++
> > 2 files changed, 68 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm6115-lpasscc.yaml
> > create mode 100644 include/dt-bindings/clock/qcom,sm6115-lpasscc.h
> > +examples:
> > + - |
> > + lpass_audiocc: clock-controller@a6a9000 {
> > + compatible = "qcom,sm6115-lpassaudiocc";
> > + reg = <0x0a6a9000 0x1000>;
> > + #reset-cells = <1>;
> > + };
> > +
> > + - |
> > + lpasscc: clock-controller@a7ec000 {
> > + compatible = "qcom,sm6115-lpasscc";
> > + reg = <0x0a7ec000 0x1000>;
> > + #reset-cells = <1>;
> > + };
>
> Not much improved. Don't send same code from whatever repo you got, but
> go via mailing list.
Ok, thanks! I was not aware that there was a previous version on
maillist ~ a year ago. My impression was that this was never sent for
review. I'll update and resend it as v2 if there are no objections so it
will become a proper v2. I am more interested what should be done
regarding older email addresses or maybe .mailmap will handle it correctly.
Best regards,
Alexey