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=-11.2 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,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 48A48C48BE0 for ; Thu, 10 Jun 2021 16:38:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 35194613DD for ; Thu, 10 Jun 2021 16:38:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230391AbhFJQky (ORCPT ); Thu, 10 Jun 2021 12:40:54 -0400 Received: from mail-ot1-f42.google.com ([209.85.210.42]:38679 "EHLO mail-ot1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229823AbhFJQky (ORCPT ); Thu, 10 Jun 2021 12:40:54 -0400 Received: by mail-ot1-f42.google.com with SMTP id j11-20020a9d738b0000b02903ea3c02ded8so302298otk.5; Thu, 10 Jun 2021 09:38:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ThsuhgjwQPY1nL0DC6AfRGD4QCrDv0Wb8QRuS1qgScc=; b=MbcVzL6956KJ6h3WCrJzWntC9sFBb7cqYmcywSKeCoXemdUoURf3ivIdom4XJNotUs t9dq14WLShXaO3kzzdKyBbybgUDfrQZoxz9fP66P7Wb7zewO99Qfdy31NFBL+6N0gdiV 2suHeAo+ImGkfc9hA7Ks8fTb5OHve9MnQRRNvV+X07Hhdws4WmO+9B6IHQ9qvLsF7IVx pVmo+hgjECXUNSzoeogKDTptCNpr0P5gQqe/jopFRO9qYdV16rSmXD1rjbqMcLtrB1ab fOOHkP5jkzDgu57TtdVanCLAD7v4SwKRqm0YmV1RoTpPjj5fy19LYbZKDehV+hR7tJc0 U32Q== X-Gm-Message-State: AOAM532m6OZv1gGQSZirMwcR6PmReZSmWRlgDia7ThpEulWvYLNGbIlY /LzrM5q+qPOp6nIZSWs2HA== X-Google-Smtp-Source: ABdhPJzx+hvlN/w4B0vDRWK2ePv0ZMiOVeLFHf3+Gx7ZGUnN8pfqLv5McDPcDbaldOvEE/AsVN1NFA== X-Received: by 2002:a05:6830:99:: with SMTP id a25mr3193911oto.72.1623343129066; Thu, 10 Jun 2021 09:38:49 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.113]) by smtp.gmail.com with ESMTPSA id f63sm711216otb.36.2021.06.10.09.38.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 09:38:48 -0700 (PDT) Received: (nullmailer pid 1937010 invoked by uid 1000); Thu, 10 Jun 2021 16:38:46 -0000 Date: Thu, 10 Jun 2021 11:38:46 -0500 From: Rob Herring To: Oleh Kravchenko Cc: Patchwork Bot , Jiri Kosina , Device Tree mailing list , Dmitry Torokhov , linux-input@vger.kernel.org, Benjamin Tissoires Subject: Re: [PATCH 1/2 v4] dt-bindings: Add vendor prefix and bindings for Qwiic Joystick Message-ID: <20210610163846.GA1936976@robh.at.kernel.org> References: <20210608223130.16830-1-oleg@kaa.org.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210608223130.16830-1-oleg@kaa.org.ua> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Wed, 09 Jun 2021 01:31:30 +0300, Oleh Kravchenko wrote: > 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(+) > Acked-by: Rob Herring