Message ID | 20231214060552.2852761-2-chou.cosmo@gmail.com |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | hwmon: Add driver for Astera Labs PT5161L retimer | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Thu, Dec 14, 2023 at 02:05:50PM +0800, Cosmo Chou wrote: > Add vendor prefix for Astera Labs, Inc. > https://www.asteralabs.com > > Signed-off-by: Cosmo Chou <chou.cosmo@gmail.com> IIRC I already acked this. Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > 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 309b94c328c8..5c49f63d4ef0 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -155,6 +155,8 @@ patternProperties: > description: ASPEED Technology Inc. > "^asrock,.*": > description: ASRock Inc. > + "^asteralabs,.*": > + description: Astera Labs, Inc. > "^asus,.*": > description: AsusTek Computer Inc. > "^atheros,.*": > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 309b94c328c8..5c49f63d4ef0 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -155,6 +155,8 @@ patternProperties: description: ASPEED Technology Inc. "^asrock,.*": description: ASRock Inc. + "^asteralabs,.*": + description: Astera Labs, Inc. "^asus,.*": description: AsusTek Computer Inc. "^atheros,.*":
Add vendor prefix for Astera Labs, Inc. https://www.asteralabs.com Signed-off-by: Cosmo Chou <chou.cosmo@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)