From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50269C432BE for ; Wed, 28 Jul 2021 17:33:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2BC066103E for ; Wed, 28 Jul 2021 17:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbhG1RdI (ORCPT ); Wed, 28 Jul 2021 13:33:08 -0400 Received: from mail-40140.protonmail.ch ([185.70.40.140]:50152 "EHLO mail-40140.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbhG1RdH (ORCPT ); Wed, 28 Jul 2021 13:33:07 -0400 Date: Wed, 28 Jul 2021 17:33:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627493584; bh=aludK9XryBpkjh7HWZh0FHUmSZi7L5bJJ2UCHCJx14o=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=D4zptFnGtcKEwt8BQbBojQO+HSk5PgLvxiuFru0V9vi0FB4BZGJSE26/gH+RK5qcu yGqv4/3si20kJW4TIUnxNiSwurMeCMp2tGR7HRxjo3MZUoOlKVs4/sK593PZCn7v+j uco3uoP+1o/yvgaHpeK2tkevWIuebw0+PCLbLIPk= To: Rob Herring From: Yassine Oudjana Cc: Rob Herring , Michael Auchter , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chanwoo Choi , MyungJoo Ham Reply-To: Yassine Oudjana Subject: Re: [PATCH v2 3/3] dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string Message-ID: In-Reply-To: <20210728171807.GA1269122@robh.at.kernel.org> References: <20210728171807.GA1269122@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, July 28th, 2021 at 9:18 PM, Rob Herring wro= te: > On Tue, 27 Jul 2021 09:57:15 +0000, Yassine Oudjana wrote: > > > Add a compatible string for TUSB320L. > > > > Signed-off-by: Yassine Oudjana y.oudjana@protonmail.com > > ------------------------------------------------------- > > > > .../devicetree/bindings/extcon/extcon-usbc-tusb320.yaml | 4 +++- > > > > 1 file changed, 3 insertions(+), 1 deletion(-) > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > > there's no need to repost patches only to add the tags. The upstream > > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. I changed indentation in this version to fix a dt_binding_check warning: ../Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml:15:6: = [warning] wrong indentation: expected 6 but found 5 (indentation) I wasn't sure if I had to state changes in each individual patch, so I ended up only stating them in the cover letter: https://lore.kernel.org/lkml/a1IcsWeSdRxWaMFcwV1k7z3l1HaAkyRCo2zLdOWb8w@cp4= -web-014.plabs.ch/ Regards, Yassine