Message ID | 20211024013303.3499461-2-guoren@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add thead,c900-plic support | expand |
Hi Rob, ping? If there is no problem, could you help pick up this patch into your tree? On Sun, Oct 24, 2021 at 9:33 AM <guoren@kernel.org> wrote: > > From: Guo Ren <guoren@linux.alibaba.com> > > Add vendor prefix for T-Head Semiconductor [1] [2] > > [1] https://github.com/T-head-Semi > [2] https://www.t-head.cn/ > > Signed-off-by: Guo Ren <guoren@linux.alibaba.com> > Cc: Rob Herring <robh@kernel.org> > Cc: Rob Herring <robh+dt@kernel.org> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index a867f7102c35..f532a8830693 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1169,6 +1169,8 @@ patternProperties: > description: Terasic Inc. > "^tfc,.*": > description: Three Five Corp > + "^thead,.*": > + description: T-Head Semiconductor Co., Ltd. > "^thine,.*": > description: THine Electronics, Inc. > "^thingyjp,.*": > -- > 2.25.1 >
On Mon, Nov 1, 2021 at 9:21 PM Guo Ren <guoren@kernel.org> wrote: > > Hi Rob, > > ping? If there is no problem, could you help pick up this patch into your tree? Generally DT patches go with the rest of the series. And you need to send them to the DT list so that automated checks run and they are in my review queue. > > On Sun, Oct 24, 2021 at 9:33 AM <guoren@kernel.org> wrote: > > > > From: Guo Ren <guoren@linux.alibaba.com> > > > > Add vendor prefix for T-Head Semiconductor [1] [2] > > > > [1] https://github.com/T-head-Semi > > [2] https://www.t-head.cn/ > > > > Signed-off-by: Guo Ren <guoren@linux.alibaba.com> > > Cc: Rob Herring <robh@kernel.org> > > Cc: Rob Herring <robh+dt@kernel.org> > > --- > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > index a867f7102c35..f532a8830693 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -1169,6 +1169,8 @@ patternProperties: > > description: Terasic Inc. > > "^tfc,.*": > > description: Three Five Corp > > + "^thead,.*": > > + description: T-Head Semiconductor Co., Ltd. > > "^thine,.*": > > description: THine Electronics, Inc. > > "^thingyjp,.*": > > -- > > 2.25.1 > > > > > -- > Best Regards > Guo Ren > > ML: https://lore.kernel.org/linux-csky/
On Tue, Nov 2, 2021 at 8:59 PM Rob Herring <robh@kernel.org> wrote: > > On Mon, Nov 1, 2021 at 9:21 PM Guo Ren <guoren@kernel.org> wrote: > > > > Hi Rob, > > > > ping? If there is no problem, could you help pick up this patch into your tree? > > Generally DT patches go with the rest of the series. And you need to > send them to the DT list so that automated checks run and they are in > my review queue. This patch would be separated from these patch sets. I would send it to you separately next. > > > > > On Sun, Oct 24, 2021 at 9:33 AM <guoren@kernel.org> wrote: > > > > > > From: Guo Ren <guoren@linux.alibaba.com> > > > > > > Add vendor prefix for T-Head Semiconductor [1] [2] > > > > > > [1] https://github.com/T-head-Semi > > > [2] https://www.t-head.cn/ > > > > > > Signed-off-by: Guo Ren <guoren@linux.alibaba.com> > > > Cc: Rob Herring <robh@kernel.org> > > > Cc: Rob Herring <robh+dt@kernel.org> > > > --- > > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > > index a867f7102c35..f532a8830693 100644 > > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > > @@ -1169,6 +1169,8 @@ patternProperties: > > > description: Terasic Inc. > > > "^tfc,.*": > > > description: Three Five Corp > > > + "^thead,.*": > > > + description: T-Head Semiconductor Co., Ltd. > > > "^thine,.*": > > > description: THine Electronics, Inc. > > > "^thingyjp,.*": > > > -- > > > 2.25.1 > > > > > > > > > -- > > Best Regards > > Guo Ren > > > > ML: https://lore.kernel.org/linux-csky/
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index a867f7102c35..f532a8830693 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1169,6 +1169,8 @@ patternProperties: description: Terasic Inc. "^tfc,.*": description: Three Five Corp + "^thead,.*": + description: T-Head Semiconductor Co., Ltd. "^thine,.*": description: THine Electronics, Inc. "^thingyjp,.*":