diff mbox series

[v2,1/1] dt-binding: serial: mediatek,uart: update bingding for MT8188

Message ID 20220809084457.31381-1-kewei.xu@mediatek.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/1] dt-binding: serial: mediatek,uart: update bingding for MT8188 | expand

Commit Message

Kewei Xu Aug. 9, 2022, 8:44 a.m. UTC
From: Kewei Xu <kewei.xu@mediatek.com>

Add a DT binding documentation for the MT8188 soc.

Signed-off-by: Kewei Xu <kewei.xu@mediatek.com>
---
v2: Resumbit the patch based on the linux-next branch.
---
 Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring (Arm) Aug. 9, 2022, 8:26 p.m. UTC | #1
On Tue, 09 Aug 2022 16:44:57 +0800, kewei.xu@mediatek.com wrote:
> From: Kewei Xu <kewei.xu@mediatek.com>
> 
> Add a DT binding documentation for the MT8188 soc.
> 
> Signed-off-by: Kewei Xu <kewei.xu@mediatek.com>
> ---
> v2: Resumbit the patch based on the linux-next branch.
> ---
>  Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Matthias Brugger Aug. 24, 2022, 1:59 p.m. UTC | #2
On 09/08/2022 10:44, kewei.xu@mediatek.com wrote:
> From: Kewei Xu <kewei.xu@mediatek.com>
> 
> Add a DT binding documentation for the MT8188 soc.
> 
> Signed-off-by: Kewei Xu <kewei.xu@mediatek.com>

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>

> ---
> v2: Resumbit the patch based on the linux-next branch.
> ---
>   Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> index 4ff27d6d4d5b..fe098d98af6e 100644
> --- a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> @@ -42,6 +42,7 @@ properties:
>                 - mediatek,mt8173-uart
>                 - mediatek,mt8183-uart
>                 - mediatek,mt8186-uart
> +              - mediatek,mt8188-uart
>                 - mediatek,mt8192-uart
>                 - mediatek,mt8195-uart
>                 - mediatek,mt8516-uart
Kewei Xu Aug. 31, 2022, 3:03 a.m. UTC | #3
On Wed, 2022-08-24 at 15:59 +0200, Matthias Brugger wrote:
> 
> On 09/08/2022 10:44, kewei.xu@mediatek.com wrote:
> > From: Kewei Xu <kewei.xu@mediatek.com>
> > 
> > Add a DT binding documentation for the MT8188 soc.
> > 
> > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com>
> 
> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> 
> > ---
> > v2: Resumbit the patch based on the linux-next branch.
> > ---
> >   Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git
> > a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > index 4ff27d6d4d5b..fe098d98af6e 100644
> > --- a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > +++ b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > @@ -42,6 +42,7 @@ properties:
> >                 - mediatek,mt8173-uart
> >                 - mediatek,mt8183-uart
> >                 - mediatek,mt8186-uart
> > +              - mediatek,mt8188-uart
> >                 - mediatek,mt8192-uart
> >                 - mediatek,mt8195-uart
> >                 - mediatek,mt8516-uart

Hi gregkh,

Just a gentle ping on this.
Could you please give me some suggestion on this patch?

Thank you very much~

BRs,
Kewei Xu
Greg Kroah-Hartman Aug. 31, 2022, 5:59 a.m. UTC | #4
On Wed, Aug 31, 2022 at 11:03:37AM +0800, Kewei Xu wrote:
> On Wed, 2022-08-24 at 15:59 +0200, Matthias Brugger wrote:
> > 
> > On 09/08/2022 10:44, kewei.xu@mediatek.com wrote:
> > > From: Kewei Xu <kewei.xu@mediatek.com>
> > > 
> > > Add a DT binding documentation for the MT8188 soc.
> > > 
> > > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com>
> > 
> > Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> > 
> > > ---
> > > v2: Resumbit the patch based on the linux-next branch.
> > > ---
> > >   Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 +
> > >   1 file changed, 1 insertion(+)
> > > 
> > > diff --git
> > > a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > > b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > > index 4ff27d6d4d5b..fe098d98af6e 100644
> > > --- a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > > +++ b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> > > @@ -42,6 +42,7 @@ properties:
> > >                 - mediatek,mt8173-uart
> > >                 - mediatek,mt8183-uart
> > >                 - mediatek,mt8186-uart
> > > +              - mediatek,mt8188-uart
> > >                 - mediatek,mt8192-uart
> > >                 - mediatek,mt8195-uart
> > >                 - mediatek,mt8516-uart
> 
> Hi gregkh,
> 
> Just a gentle ping on this.
> Could you please give me some suggestion on this patch?

It's still in my "todo" queue.  It's going slower as you didn't cc: the
serial mailing list so when I processed all of those pending patches, I
did not catch it.  Give it some time, it will get there eventually...

thanks,

greg k-h
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
index 4ff27d6d4d5b..fe098d98af6e 100644
--- a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
+++ b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
@@ -42,6 +42,7 @@  properties:
               - mediatek,mt8173-uart
               - mediatek,mt8183-uart
               - mediatek,mt8186-uart
+              - mediatek,mt8188-uart
               - mediatek,mt8192-uart
               - mediatek,mt8195-uart
               - mediatek,mt8516-uart