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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 1712EC47094 for ; Thu, 10 Jun 2021 15:28:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6963613F5 for ; Thu, 10 Jun 2021 15:28:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230343AbhFJP36 (ORCPT ); Thu, 10 Jun 2021 11:29:58 -0400 Received: from smtp.220.in.ua ([89.184.67.205]:43049 "EHLO smtp.220.in.ua" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230322AbhFJP35 (ORCPT ); Thu, 10 Jun 2021 11:29:57 -0400 Received: from [172.16.31.81] (unknown [149.255.131.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.220.in.ua (Postfix) with ESMTPSA id 327991A20A09; Thu, 10 Jun 2021 18:27:59 +0300 (EEST) Subject: Re: [PATCH 1/2 v4] dt-bindings: Add vendor prefix and bindings for Qwiic Joystick To: Rob Herring Cc: Benjamin Tissoires , Device Tree mailing list , Dmitry Torokhov , Jiri Kosina , Patchwork Bot , linux-input@vger.kernel.org References: <20210608223130.16830-1-oleg@kaa.org.ua> From: Oleh Kravchenko Message-ID: <6e7a9a41-26a3-d85b-03e7-04341c03ddbf@kaa.org.ua> Date: Thu, 10 Jun 2021 18:27:54 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210608223130.16830-1-oleg@kaa.org.ua> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: uk-UA Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello Rob, could you please review this patch? 09.06.21 01:31, Oleh Kravchenko пише: > Add vendor prefix for SparkFun Electronics. > Update trivial-devices.yaml with SparkFun Qwiic Joystick description. > > Cc: Benjamin Tissoires > Cc: Device Tree mailing list > Cc: Dmitry Torokhov > Cc: Jiri Kosina > Cc: Patchwork Bot > Cc: Rob Herring > Signed-off-by: Oleh Kravchenko > --- > > Changes for v4: > - no updates. > > Changes for v3: > - update patch after code review. > > Changes for v2: > - update code after code review > > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index a327130d1faa..706aa102d96d 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -261,6 +261,8 @@ properties: > # Socionext SynQuacer TPM MMIO module > - socionext,synquacer-tpm-mmio > # i2c serial eeprom (24cxx) > + - sparkfun,qwiic-joystick > + # SparkFun Qwiic Joystick (COM-15168) with i2c interface > - st,24c256 > # Ambient Light Sensor with SMBUS/Two Wire Serial Interface > - taos,tsl2550 > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 944b02bb96d7..a5631e68f5d1 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1060,6 +1060,8 @@ patternProperties: > description: Sony Corporation > "^spansion,.*": > description: Spansion Inc. > + "^sparkfun,.*": > + description: SparkFun Electronics > "^sprd,.*": > description: Spreadtrum Communications Inc. > "^sst,.*":