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=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 7095CC4320A for ; Fri, 23 Jul 2021 21:50:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5521060F23 for ; Fri, 23 Jul 2021 21:50:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232226AbhGWVJr (ORCPT ); Fri, 23 Jul 2021 17:09:47 -0400 Received: from mail-io1-f50.google.com ([209.85.166.50]:37820 "EHLO mail-io1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231724AbhGWVJr (ORCPT ); Fri, 23 Jul 2021 17:09:47 -0400 Received: by mail-io1-f50.google.com with SMTP id r18so4258673iot.4; Fri, 23 Jul 2021 14:50:20 -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=gPVzY5dkEKAjL9VEpIf3Lz8fxj/lGSEKdvycfvRSRVI=; b=r1G6S/zBgr5hH62NZhIbc47LNUq9rRzFGF87JgiJVW5cXCmN5yEcr6tDVwJ8QPpOjb q4yN+GcHi+uyeNgLw5kiLuXGMkx0FfEOOjnklaDrINFPceVvgn5Hb4cm3BRH5in7D09h i4w1W5tawXeTPkCYEMUhxTRlNFiHznRPi0XXd9D3g67VPsjUou+sncgvH90Uv/vvUY8s TfVK9wdfXJKetom0OPy8obGesPoUdCVQ65/YiyyLnDtKNxTgsQko2vAaHA6Lsb0fSVwu 7a9jRF5rsbRSAFn6U5ZB65UKhrkfiS4ss9WEUt3HzYRD27tqBN7txqAVKkBOqJJs7fnx 57lw== X-Gm-Message-State: AOAM532WuiFmm68ULWAvhXy09AWvcK+Clqz/W8zQlRn58hOW48SDcxib WPT3ya/VS9lYDoSsUgx0cg== X-Google-Smtp-Source: ABdhPJyT9jD4wGnL6K6f9CttGcJzvLV+Frp+4EUeAj8YBxaF0Jm3nE/72rVGCuO+oKLmK5GeabI3ng== X-Received: by 2002:a05:6638:3181:: with SMTP id z1mr5847487jak.100.1627077019721; Fri, 23 Jul 2021 14:50:19 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z18sm8459426ilh.55.2021.07.23.14.50.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:50:19 -0700 (PDT) Received: (nullmailer pid 2653282 invoked by uid 1000); Fri, 23 Jul 2021 21:50:16 -0000 Date: Fri, 23 Jul 2021 15:50:16 -0600 From: Rob Herring To: Maxime Ripard Cc: Dmitry Torokhov , linux-sunxi@googlegroups.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, Chen-Yu Tsai , Rob Herring , Frank Rowand , Jaewon Kim , Jernej Skrabec Subject: Re: [PATCH 18/54] dt-bindings: input: Convert Regulator Haptic binding to a schema Message-ID: <20210723215016.GA2653221@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-19-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-19-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 21 Jul 2021 16:03:48 +0200, Maxime Ripard wrote: > The Haptic feedback based on a regulator 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: Jaewon Kim > Cc: linux-input@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../bindings/input/regulator-haptic.txt | 21 --------- > .../bindings/input/regulator-haptic.yaml | 43 +++++++++++++++++++ > 2 files changed, 43 insertions(+), 21 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/regulator-haptic.txt > create mode 100644 Documentation/devicetree/bindings/input/regulator-haptic.yaml > 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 2C717C4338F for ; Fri, 23 Jul 2021 21:51:52 +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 E8F9C60EB6 for ; Fri, 23 Jul 2021 21:51:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E8F9C60EB6 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=dCJBfpErZ/GQnZeB4TQnjbKixVXNHl+ou/BAXtRlUSg=; b=ok36riBHOKQ2ZN Uf4ml2jPUdGUnL6xdAin3j32FHL9k6ZLuCDY6d6dcc8Wdgi5HL72NwBXfgz3/0AO6yANW+S2BK9Wk 3+Rrzu2PDL/ooh8NTGdYh//AvY2J5ni6sBstwMSNVu1y4jPeru4MYRrFL7htfQLAceSQT1xwpTBNJ IhymmI2GL2ogfFkskPDO2+diHwBPcd+ybKLxCAjLNSWVsdrPNnHzoyZ7u9B01xN3tSH3K2mGloLy4 ElSrfpUKV0I/YKeUwl/Y01rF6v1CB1+UEiaIS0OrRzdcb5aU7ICNPWkUGN0lIr1w3Oeqp2vyG8Jmf EaAJKoV8dNNjoXTEST6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m733q-0062hi-Oh; Fri, 23 Jul 2021 21:50:26 +0000 Received: from mail-io1-f41.google.com ([209.85.166.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m733l-0062g3-2z for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 21:50:22 +0000 Received: by mail-io1-f41.google.com with SMTP id l18so4176075ioh.11 for ; Fri, 23 Jul 2021 14:50:20 -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=gPVzY5dkEKAjL9VEpIf3Lz8fxj/lGSEKdvycfvRSRVI=; b=T9Ue+627I8sMbYMRCJ2YjwXrrzKsCsFrZPBsB3LOGpCxEL7KztZMxQGmZE68kyf673 lJ5YniUzCMsSy6FZDS19hXpIYO67AOmvn1R/Fph+Z4OrL8jyyXeHWmbIgO53M1nnrbIZ 9/k4f2qLi/kIjM4inbYP3TrvqearVfQlhFo5msHxi0BnAfOpszzvxH01VycDj4Li1CFl Yt3tpsjs6yeSXvgQ2vDteY196Xz5ghrzoFOwWkC652tSqSJ6eQEyyMLjn4AxybshFjp2 uxAAQFKy2P/SXswcLuf4KA+gnzK4tNOwUA09i+7s/kXEdaPsgAJ1yfd9u5cAez9FkChI W8gQ== X-Gm-Message-State: AOAM533uL+wMaO6pmOcJR8cAuoyNpXv85sV3F3PcujLGDB8jfDjLpFzp xrHUUpe/aqJB1ZZUDSfIUw== X-Google-Smtp-Source: ABdhPJyT9jD4wGnL6K6f9CttGcJzvLV+Frp+4EUeAj8YBxaF0Jm3nE/72rVGCuO+oKLmK5GeabI3ng== X-Received: by 2002:a05:6638:3181:: with SMTP id z1mr5847487jak.100.1627077019721; Fri, 23 Jul 2021 14:50:19 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z18sm8459426ilh.55.2021.07.23.14.50.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:50:19 -0700 (PDT) Received: (nullmailer pid 2653282 invoked by uid 1000); Fri, 23 Jul 2021 21:50:16 -0000 Date: Fri, 23 Jul 2021 15:50:16 -0600 From: Rob Herring To: Maxime Ripard Cc: Dmitry Torokhov , linux-sunxi@googlegroups.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, Chen-Yu Tsai , Rob Herring , Frank Rowand , Jaewon Kim , Jernej Skrabec Subject: Re: [PATCH 18/54] dt-bindings: input: Convert Regulator Haptic binding to a schema Message-ID: <20210723215016.GA2653221@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-19-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-19-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_145021_172388_8C88E5D8 X-CRM114-Status: GOOD ( 15.30 ) 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:48 +0200, Maxime Ripard wrote: > The Haptic feedback based on a regulator 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: Jaewon Kim > Cc: linux-input@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../bindings/input/regulator-haptic.txt | 21 --------- > .../bindings/input/regulator-haptic.yaml | 43 +++++++++++++++++++ > 2 files changed, 43 insertions(+), 21 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/regulator-haptic.txt > create mode 100644 Documentation/devicetree/bindings/input/regulator-haptic.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel