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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 CD209C432BE for ; Fri, 23 Jul 2021 21:49:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99BE660ED7 for ; Fri, 23 Jul 2021 21:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231902AbhGWVI1 (ORCPT ); Fri, 23 Jul 2021 17:08:27 -0400 Received: from mail-io1-f48.google.com ([209.85.166.48]:36366 "EHLO mail-io1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231724AbhGWVI1 (ORCPT ); Fri, 23 Jul 2021 17:08:27 -0400 Received: by mail-io1-f48.google.com with SMTP id f11so4247745ioj.3; Fri, 23 Jul 2021 14:48:59 -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=GEHnR8wnZdVWKsoL7aIm5Zq5iQrmgflNJ+/CdIL9oX0=; b=kUQB+EqEGeJjWctxQtn8KoyGZ06CIiY8dNzrscQQsLPu0p4whapQBUk4voxAW7a1JH Uwe6vKQwcKBMkAm8mzbHG5sWlN7gcyNQ27Ui3dj2JjqXZbockGtjhumaPS8aJBcf3NCS n9LJeTc1PtXnevjLGGaozL9XUmrRnbkUlbKGqFArx3UT8ajxB5KEiQgxOl8Cg4Kj/vk2 Q0doWI6sOo4HrLYLLyAzqC9n6ZbHWNb5BRgmhg+2ua3PHJRFJ5+MNToVVRVLnqehBAsJ bLibdFJ2ampM9oj1bYtgtz5M7AzpFMBy7/R6Bh3UIqulOClWxbd4VFFFd70Dt9qPxG1B nd6A== X-Gm-Message-State: AOAM531LFNm4FD020kXdN1n67rLgJHPF+yrjuKr1eWGEuNZ++3rnMCuI lYRVanjTJowv6zoUyaVt6Q== X-Google-Smtp-Source: ABdhPJzuVZ1dNIeAQVwYqHc4x9p/qBWaDfx0fJeDGxNUB1qanlOeacDoC3UAFMIfsCd+dp6cd22ANw== X-Received: by 2002:a05:6638:3452:: with SMTP id q18mr5847852jav.111.1627076938750; Fri, 23 Jul 2021 14:48:58 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r8sm19003488iov.39.2021.07.23.14.48.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:48:58 -0700 (PDT) Received: (nullmailer pid 2650952 invoked by uid 1000); Fri, 23 Jul 2021 21:48:54 -0000 Date: Fri, 23 Jul 2021 15:48:54 -0600 From: Rob Herring To: Maxime Ripard Cc: devicetree@vger.kernel.org, Jernej Skrabec , linux-sunxi@googlegroups.com, Frank Rowand , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai , Dmitry Torokhov , Rob Herring , linux-input@vger.kernel.org, Hans de Goede Subject: Re: [PATCH 16/54] dt-bindings: input: Convert ChipOne ICN8318 binding to a schema Message-ID: <20210723214854.GA2650907@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-17-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-17-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 21 Jul 2021 16:03:46 +0200, Maxime Ripard wrote: > The ChipOne ICN8318 Touchscreen Controller is supported by Linux thanks > to its device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Dmitry Torokhov > Cc: Hans de Goede > Cc: linux-input@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../input/touchscreen/chipone,icn8318.yaml | 62 +++++++++++++++++++ > .../input/touchscreen/chipone_icn8318.txt | 44 ------------- > 2 files changed, 62 insertions(+), 44 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/chipone,icn8318.yaml > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt > Reviewed-by: Rob Herring 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.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 24128C432BE for ; Fri, 23 Jul 2021 21:50:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E7AFD60EB6 for ; Fri, 23 Jul 2021 21:50:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E7AFD60EB6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=S0D/1/BTliVEUAeGMY8FprAGwJD8vYGfn9aE2KfXHR4=; b=RhHHSzc77c0CDD 6/m+6aHnxGMTMbhvL7k376uGQQ/5+3qKXK6bdv/9wUYIhJh6Rjlr/rlrUUPDai79zAc7tLJffQv8M ZJea6iC/HA1/mkrHbVC6cdqG9jNdRgp4cWUycnGZLKkbzddHXrJxpeETsvJ9NUCEdbKp+jQnkEF0H yQ4TVeF7nna0yByAsgUOKh/Kgi3TRZsY+k8hBuFEbuAKiP8xQewAa7lXG9gp5OevPI2OoVX+4FYX5 xCRbHirN5w6qK3qIfjXsvUhh2A6cGeAAXEWCcBdVFG2dQtgoG0+6irs0QLdT1rhUN7OnCLaFjfT/B SevpF9A1aYic3oCOjjjA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m732W-0062Hq-4b; Fri, 23 Jul 2021 21:49:04 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m732S-0062Gi-9p for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 21:49:01 +0000 Received: by mail-io1-f48.google.com with SMTP id 185so4199223iou.10 for ; Fri, 23 Jul 2021 14:48:59 -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=GEHnR8wnZdVWKsoL7aIm5Zq5iQrmgflNJ+/CdIL9oX0=; b=BAbSK2X+EBwrzQmdQLfVfncusLXcSMB70TZi/HI9Gf9pYm6+l2ORaIVX7yDbbAbrTg AkM/hdUcSY//qCcJ1EgoAENfk+lrY/SJE2HqLxnrnsFLfqn0s0O1XOnTOv6XqSPbfEGn psCQhE4CD0Sdu8fY8+APwKqaiW5dn9Advn8IDKVoBLIENmZ1KrQ7Orq1V/erhnrrL3Lw 8OyXVYBpDPB3xYnCQIE3VP9vHFl2uFL2vDXoNfyQ/p/0HIUjs8g2EhqWxcQddCVCaOoa Yf0etyDMwKRbN1+HCciV4bNoPwup1jj12kg+C6glMwo/3aM/cvqy1ezFSH7C9EFJMZzk LV7A== X-Gm-Message-State: AOAM533lotmhGliJDF/Y20EJAHnUwLyRzHI0VeJGx22Mnm+xW00IsEf/ KQIrW+v9KroKOXuuPxJFHA== X-Google-Smtp-Source: ABdhPJzuVZ1dNIeAQVwYqHc4x9p/qBWaDfx0fJeDGxNUB1qanlOeacDoC3UAFMIfsCd+dp6cd22ANw== X-Received: by 2002:a05:6638:3452:: with SMTP id q18mr5847852jav.111.1627076938750; Fri, 23 Jul 2021 14:48:58 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r8sm19003488iov.39.2021.07.23.14.48.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:48:58 -0700 (PDT) Received: (nullmailer pid 2650952 invoked by uid 1000); Fri, 23 Jul 2021 21:48:54 -0000 Date: Fri, 23 Jul 2021 15:48:54 -0600 From: Rob Herring To: Maxime Ripard Cc: devicetree@vger.kernel.org, Jernej Skrabec , linux-sunxi@googlegroups.com, Frank Rowand , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai , Dmitry Torokhov , Rob Herring , linux-input@vger.kernel.org, Hans de Goede Subject: Re: [PATCH 16/54] dt-bindings: input: Convert ChipOne ICN8318 binding to a schema Message-ID: <20210723214854.GA2650907@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-17-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-17-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_144900_389938_AEFF63E7 X-CRM114-Status: GOOD ( 15.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 21 Jul 2021 16:03:46 +0200, Maxime Ripard wrote: > The ChipOne ICN8318 Touchscreen Controller is supported by Linux thanks > to its device tree binding. > > Now that we have the DT validation in place, let's convert the device > tree bindings for that driver over to a YAML schema. > > Cc: Dmitry Torokhov > Cc: Hans de Goede > Cc: linux-input@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../input/touchscreen/chipone,icn8318.yaml | 62 +++++++++++++++++++ > .../input/touchscreen/chipone_icn8318.txt | 44 ------------- > 2 files changed, 62 insertions(+), 44 deletions(-) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/chipone,icn8318.yaml > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel