Message ID | 20241021025938.676-2-xiazhengqiao@huaqin.corp-partner.google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: mediatek: Add MT8186 Chinchou | expand |
On 21/10/2024 04:59, Zhengqiao Xia wrote: > Add an entry for the MT8186 based Chinchou Chromebook, also known as the > ASUS Chromebook CZ12 Flip (CZ1204F) and CZ12(CZ1204C). > > Signed-off-by: Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> <form letter> Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Tools like b4 or scripts/get_maintainer.pl provide you proper list of people, so fix your workflow. Tools might also fail if you work on some ancient tree (don't, instead use mainline) or work on fork of kernel (don't, instead use mainline). Just use b4 and everything should be fine, although remember about `b4 prep --auto-to-cc` if you added new patches to the patchset. You missed at least devicetree list (maybe more), so this won't be tested by automated tooling. Performing review on untested code might be a waste of time. Please kindly resend and include all necessary To/Cc entries. </form letter> Best regards, Krzysztof
On Mon, Oct 21, 2024 at 11:01 AM Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> wrote: > > Add an entry for the MT8186 based Chinchou Chromebook, also known as the > ASUS Chromebook CZ12 Flip (CZ1204F) and CZ12(CZ1204C). > > Signed-off-by: Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> Hi, For upstream Linux kernel development, it is customary to have the maintainers and anyone that may take action on the patches to be in the recipients list or "To:" list, while the mailing lists and anyone that might have an interest be in the "Cc:" list. Here you mostly have it backwards. ChenYu > --- > .../devicetree/bindings/arm/mediatek.yaml | 28 +++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml > index 1d4bb50fcd8d..3efab59b8a73 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.yaml > +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml > @@ -239,6 +239,34 @@ properties: > - enum: > - mediatek,mt8183-pumpkin > - const: mediatek,mt8183 > + - description: Google Chinchou (Asus Chromebook CZ1104CM2A/CZ1204CM2A) > + items: > + - const: google,chinchou-sku0 > + - const: google,chinchou-sku2 > + - const: google,chinchou-sku4 > + - const: google,chinchou-sku5 > + - const: google,chinchou > + - const: mediatek,mt8186 > + - description: Google Chinchou (Asus Chromebook CZ1104FM2A/CZ1204FM2A/CZ1104CM2A/CZ1204CM2A) > + items: > + - const: google,chinchou-sku1 > + - const: google,chinchou-sku17 > + - const: google,chinchou-sku3 > + - const: google,chinchou-sku6 > + - const: google,chinchou-sku7 > + - const: google,chinchou-sku20 > + - const: google,chinchou-sku22 > + - const: google,chinchou-sku23 > + - const: google,chinchou > + - const: mediatek,mt8186 > + - description: Google Chinchou360 (Asus Chromebook CZ1104FM2A/CZ1204FM2A Flip) > + items: > + - const: google,chinchou-sku16 > + - const: google,chinchou-sku18 > + - const: google,chinchou-sku19 > + - const: google,chinchou-sku21 > + - const: google,chinchou > + - const: mediatek,mt8186 > - description: Google Magneton (Lenovo IdeaPad Slim 3 Chromebook (14M868)) > items: > - const: google,steelix-sku393219 > -- > 2.17.1 >
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index 1d4bb50fcd8d..3efab59b8a73 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -239,6 +239,34 @@ properties: - enum: - mediatek,mt8183-pumpkin - const: mediatek,mt8183 + - description: Google Chinchou (Asus Chromebook CZ1104CM2A/CZ1204CM2A) + items: + - const: google,chinchou-sku0 + - const: google,chinchou-sku2 + - const: google,chinchou-sku4 + - const: google,chinchou-sku5 + - const: google,chinchou + - const: mediatek,mt8186 + - description: Google Chinchou (Asus Chromebook CZ1104FM2A/CZ1204FM2A/CZ1104CM2A/CZ1204CM2A) + items: + - const: google,chinchou-sku1 + - const: google,chinchou-sku17 + - const: google,chinchou-sku3 + - const: google,chinchou-sku6 + - const: google,chinchou-sku7 + - const: google,chinchou-sku20 + - const: google,chinchou-sku22 + - const: google,chinchou-sku23 + - const: google,chinchou + - const: mediatek,mt8186 + - description: Google Chinchou360 (Asus Chromebook CZ1104FM2A/CZ1204FM2A Flip) + items: + - const: google,chinchou-sku16 + - const: google,chinchou-sku18 + - const: google,chinchou-sku19 + - const: google,chinchou-sku21 + - const: google,chinchou + - const: mediatek,mt8186 - description: Google Magneton (Lenovo IdeaPad Slim 3 Chromebook (14M868)) items: - const: google,steelix-sku393219
Add an entry for the MT8186 based Chinchou Chromebook, also known as the ASUS Chromebook CZ12 Flip (CZ1204F) and CZ12(CZ1204C). Signed-off-by: Zhengqiao Xia <xiazhengqiao@huaqin.corp-partner.google.com> --- .../devicetree/bindings/arm/mediatek.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+)