2021-07-27 09:59:39

by Yassine Oudjana

[permalink] [raw]
Subject: [PATCH v2 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string

Add a compatible string for TUSB320L.

Signed-off-by: Yassine Oudjana <[email protected]>
---
.../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml b/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml
index 9875b4d5c356..71a9f2e5d0dc 100644
--- a/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml
+++ b/Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml
@@ -11,7 +11,9 @@ maintainers:

properties:
compatible:
- const: ti,tusb320
+ enum:
+ - ti,tusb320
+ - ti,tusb320l

reg:
maxItems: 1
--
2.32.0




2021-07-28 17:21:36

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string

On Tue, 27 Jul 2021 09:57:15 +0000, Yassine Oudjana wrote:
> Add a compatible string for TUSB320L.
>
> Signed-off-by: Yassine Oudjana <[email protected]>
> ---
> .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.


2021-07-28 17:36:24

by Yassine Oudjana

[permalink] [raw]
Subject: Re: [PATCH v2 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string

On Wednesday, July 28th, 2021 at 9:18 PM, Rob Herring <[email protected]> wrote:

> On Tue, 27 Jul 2021 09:57:15 +0000, Yassine Oudjana wrote:
>
> > Add a compatible string for TUSB320L.
> >
> > Signed-off-by: Yassine Oudjana [email protected]
> > -------------------------------------------------------
> >
> > .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++-
> >
> > 1 file changed, 3 insertions(+), 1 deletion(-)
>
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
>
> there's no need to repost patches only to add the tags. The upstream
>
> maintainer will do that for acks received on the version they apply.
>
> If a tag was not added on purpose, please state why and what changed.

I changed indentation in this version to fix a dt_binding_check warning:
../Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml:15:6: [warning] wrong indentation: expected 6 but found 5 (indentation)

I wasn't sure if I had to state changes in each individual patch, so
I ended up only stating them in the cover letter:
https://lore.kernel.org/lkml/[email protected]/

Regards,
Yassine

2021-07-29 18:53:04

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string

On Wed, Jul 28, 2021 at 11:33 AM Yassine Oudjana
<[email protected]> wrote:
>
> On Wednesday, July 28th, 2021 at 9:18 PM, Rob Herring <[email protected]> wrote:
>
> > On Tue, 27 Jul 2021 09:57:15 +0000, Yassine Oudjana wrote:
> >
> > > Add a compatible string for TUSB320L.
> > >
> > > Signed-off-by: Yassine Oudjana [email protected]
> > > -------------------------------------------------------
> > >
> > > .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++-
> > >
> > > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > Please add Acked-by/Reviewed-by tags when posting new versions. However,
> >
> > there's no need to repost patches only to add the tags. The upstream
> >
> > maintainer will do that for acks received on the version they apply.
> >
> > If a tag was not added on purpose, please state why and what changed.
>
> I changed indentation in this version to fix a dt_binding_check warning:
> ../Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml:15:6: [warning] wrong indentation: expected 6 but found 5 (indentation)

That's certainly small enough change to keep any tag.

> I wasn't sure if I had to state changes in each individual patch, so
> I ended up only stating them in the cover letter:
> https://lore.kernel.org/lkml/[email protected]/

It is best to put the changes for specific patches in that patch and
use the cover letter as a summary of changes.

Rob