* [PATCH v7 2/3] dt-bindings: sc16is7xx: Add compatible line for XR20M1172 UART
[not found] <20240422133219.2710061-1-ria.freelander@gmail.com>
@ 2024-04-22 13:32 ` Konstantin Pugin
2024-04-22 15:28 ` Conor Dooley
0 siblings, 1 reply; 3+ messages in thread
From: Konstantin Pugin @ 2024-04-22 13:32 UTC (permalink / raw)
Cc: krzk, conor, lkp, vz, robh, jcmvbkbc, nicolas.ferre,
manikanta.guntupalli, corbet, ychuang3, u.kleine-koenig,
Maarten.Brock, Konstantin Pugin, Krzysztof Kozlowski,
Greg Kroah-Hartman, Jiri Slaby, Krzysztof Kozlowski, Conor Dooley,
Hugo Villeneuve, Andy Shevchenko, Lech Perczak,
Ilpo Järvinen, linux-kernel, linux-serial, devicetree
Add EXAR XR20M1172 UART compatible line into devicetree documentation.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Konstantin Pugin <ria.freelander@gmail.com>
---
Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
index 5dec15b7e7c3..c4bedf23368b 100644
--- a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
+++ b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
@@ -12,6 +12,7 @@ maintainers:
properties:
compatible:
enum:
+ - exar,xr20m1172
- nxp,sc16is740
- nxp,sc16is741
- nxp,sc16is750
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v7 2/3] dt-bindings: sc16is7xx: Add compatible line for XR20M1172 UART
2024-04-22 13:32 ` [PATCH v7 2/3] dt-bindings: sc16is7xx: Add compatible line for XR20M1172 UART Konstantin Pugin
@ 2024-04-22 15:28 ` Conor Dooley
2024-04-22 15:31 ` Konstantin P.
0 siblings, 1 reply; 3+ messages in thread
From: Conor Dooley @ 2024-04-22 15:28 UTC (permalink / raw)
To: Konstantin Pugin
Cc: krzk, lkp, vz, robh, jcmvbkbc, nicolas.ferre,
manikanta.guntupalli, corbet, ychuang3, u.kleine-koenig,
Maarten.Brock, Krzysztof Kozlowski, Greg Kroah-Hartman,
Jiri Slaby, Krzysztof Kozlowski, Conor Dooley, Hugo Villeneuve,
Andy Shevchenko, Lech Perczak, Ilpo Järvinen, linux-kernel,
linux-serial, devicetree
[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]
On Mon, Apr 22, 2024 at 04:32:14PM +0300, Konstantin Pugin wrote:
> Add EXAR XR20M1172 UART compatible line into devicetree documentation.
I thought I had already pointed out a need for the commit message to
explain why this exar device belongs in this file. IIRC you said it was
in the driver commit and cover letter, but it needs to go here too.
Thanks,
Conor.
>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
> Signed-off-by: Konstantin Pugin <ria.freelander@gmail.com>
> ---
> Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
> index 5dec15b7e7c3..c4bedf23368b 100644
> --- a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
> +++ b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
> @@ -12,6 +12,7 @@ maintainers:
> properties:
> compatible:
> enum:
> + - exar,xr20m1172
> - nxp,sc16is740
> - nxp,sc16is741
> - nxp,sc16is750
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v7 2/3] dt-bindings: sc16is7xx: Add compatible line for XR20M1172 UART
2024-04-22 15:28 ` Conor Dooley
@ 2024-04-22 15:31 ` Konstantin P.
0 siblings, 0 replies; 3+ messages in thread
From: Konstantin P. @ 2024-04-22 15:31 UTC (permalink / raw)
To: Conor Dooley
Cc: krzk, lkp, vz, robh, jcmvbkbc, nicolas.ferre,
manikanta.guntupalli, corbet, ychuang3, u.kleine-koenig,
Maarten.Brock, Krzysztof Kozlowski, Greg Kroah-Hartman,
Jiri Slaby, Krzysztof Kozlowski, Conor Dooley, Hugo Villeneuve,
Andy Shevchenko, Lech Perczak, Ilpo Järvinen, linux-kernel,
linux-serial, devicetree
On Mon, Apr 22, 2024 at 6:28 PM Conor Dooley <conor@kernel.org> wrote:
>
> On Mon, Apr 22, 2024 at 04:32:14PM +0300, Konstantin Pugin wrote:
> > Add EXAR XR20M1172 UART compatible line into devicetree documentation.
>
> I thought I had already pointed out a need for the commit message to
> explain why this exar device belongs in this file. IIRC you said it was
> in the driver commit and cover letter, but it needs to go here too.
>
> Thanks,
> Conor.
>
> >
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
> > Signed-off-by: Konstantin Pugin <ria.freelander@gmail.com>
> > ---
> > Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
> > index 5dec15b7e7c3..c4bedf23368b 100644
> > --- a/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
> > +++ b/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml
> > @@ -12,6 +12,7 @@ maintainers:
> > properties:
> > compatible:
> > enum:
> > + - exar,xr20m1172
> > - nxp,sc16is740
> > - nxp,sc16is741
> > - nxp,sc16is750
> > --
> > 2.34.1
> >
Okay, will add again (another v6 missed).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-22 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240422133219.2710061-1-ria.freelander@gmail.com>
2024-04-22 13:32 ` [PATCH v7 2/3] dt-bindings: sc16is7xx: Add compatible line for XR20M1172 UART Konstantin Pugin
2024-04-22 15:28 ` Conor Dooley
2024-04-22 15:31 ` Konstantin P.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox