Message ID | 20211006163058.145842-1-nikita@trvn.ru (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/4] dt-bindings: vendor-prefixes: Document liteon vendor prefix | expand |
On Wed, 6 Oct 2021 21:30:55 +0500 Nikita Travkin <nikita@trvn.ru> wrote: > Add vendor prefix for LITE-ON Technology Corp. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> Series looks good to me. I'll leave some time for dt binding review though before picking it up. Thanks, Jonathan > --- > 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 1d77f151555b..477a5cba16fe 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -659,6 +659,8 @@ patternProperties: > description: Linux-specific binding > "^linx,.*": > description: Linx Technologies > + "^liteon,.*": > + description: LITE-ON Technology Corp. > "^litex,.*": > description: LiteX SoC builder > "^lltc,.*":
On Wed, 06 Oct 2021 21:30:55 +0500, Nikita Travkin wrote: > Add vendor prefix for LITE-ON Technology Corp. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Thu, 14 Oct 2021 15:28:08 -0500 Rob Herring <robh@kernel.org> wrote: > On Wed, 06 Oct 2021 21:30:55 +0500, Nikita Travkin wrote: > > Add vendor prefix for LITE-ON Technology Corp. > > > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > > --- > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Acked-by: Rob Herring <robh@kernel.org> Series applied to the togreg branch of iio.git which is initially pushed out as testing for 0-day to see if it can find anything we missed. Thanks, Jonathan
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 1d77f151555b..477a5cba16fe 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -659,6 +659,8 @@ patternProperties: description: Linux-specific binding "^linx,.*": description: Linx Technologies + "^liteon,.*": + description: LITE-ON Technology Corp. "^litex,.*": description: LiteX SoC builder "^lltc,.*":
Add vendor prefix for LITE-ON Technology Corp. Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)