Re: [RFC PATCH v3 1/6] dt-bindings: bao: add IPC shared-memory device
| Newsgroups | org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: - [Low] The new vendor prefix '^bao,.*' is inserted out of alphabetical order in vendor-prefixes.yaml. -- --- Patch [1]: [RFC PATCH v3 1/6] dt-bindings: bao: add IPC shared-memory device --- commit 41886074b8a6e75abf127210a8dc6414ebf6935a Author: João Peixoto <[email protected]> dt-bindings: bao: add IPC shared-memory device Add the device-tree binding for the Bao hypervisor IPC shared-memory device, used by a Bao guest to exchange data with a peer guest over a shared-memory region. [ ... ] > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 396044f368e7c..b11b3dd995a53 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -231,6 +231,8 @@ patternProperties: > description: Shenzhen AZW Technology Co., Ltd. > "^baikal,.*": > description: BAIKAL ELECTRONICS, JSC > + "^bao,.*": > + description: Bao Project (https://github.com/bao-project) > "^bananapi,.*": [Severity: Low] This isn't a bug, but should the bao prefix be placed after bananapi to maintain alphabetical sorting? > description: BIPAI KEJI LIMITED > "^beacon,.*": -- Sashiko AI review · https://sashiko.dev/#/patchset/[email protected]?part=1