Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp3077342pxb; Tue, 13 Apr 2021 18:22:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyti6wSdz2HR+JjfsZlBjO7ILsyL4Kgs8xqXdA2Hx+ZAmnLI44EwYh2ROx2qbeJLHNT/dYq X-Received: by 2002:a17:906:b754:: with SMTP id fx20mr13296991ejb.69.1618363356340; Tue, 13 Apr 2021 18:22:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618363356; cv=none; d=google.com; s=arc-20160816; b=TB9cc8xaVC3LYV1TH887+mpqK655MMA2v00NDWX+O62sYcVN35r063l10TjoYSda8T CXXq8atfzRZxTF54Tr37qkPeLGwdeFQNv3bdzH5ZDBpgrNqMPiUzkLYYzbM6WixnHsi+ YW4Mjwmz7Lk6f8SIjN5JXO/1bR7TwbEMWEIBm/NFtNkMCZsqz1MsedGWRPfZnSJ1V1Ia iClYxmbasW/fF9le5lykxs4OZI2szsxxi38WNAlNTlEmqHtJaVW1+t4b0GMnUvjS/EGP qZwgZJNfm7rwrZQg1l6wjXvxWxf8s7m1FVHbXsXMGhljOGimJEHXozeAGHurkaIM6Eai 9c+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=pwo6VGWtXeClcJNiXBrZobhKHZ6+nZfGFmQIUtu7r60=; b=u/BsyPkII/HCs6Bl4hF24khyI68qwlqbnB/ZrF4jSIfRr/18Ifd0nUmtBTTor1AiFB 2AqR8mCsC9YHW9GubNdvuT8VE8RrT2Ai1FNv+AFW2C/7N3jTmqyCi7UbyqOCGxjj+ET5 jU/MK0LFRvOmMM//G0dSDByXJPzS0DI2QfVSled2lYRssCcpgzqm5io1x540AbopD0j6 ZP/Tbnh2YxdzlZk76UerZg+aHcJ3SV0Z54WmqEqYjvoouKCj3bIdgCXBSmjGBCtpYdOF 15eX5sfUJ3gS/uVHJOFS/1owZQxg+Hfkzxw/slRzLC8gaBMXonLzacLE2QLNBwNeWIZ3 eBmw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w19si11055930edr.83.2021.04.13.18.22.13; Tue, 13 Apr 2021 18:22:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239533AbhDMPYp (ORCPT + 99 others); Tue, 13 Apr 2021 11:24:45 -0400 Received: from gloria.sntech.de ([185.11.138.130]:56878 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232125AbhDMPYg (ORCPT ); Tue, 13 Apr 2021 11:24:36 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWKtf-0000C8-KR; Tue, 13 Apr 2021 17:24:11 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Thierry Reding Cc: Johan Jonker , robh+dt@kernel.org, u.kleine-koenig@pengutronix.de, lee.jones@linaro.org, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/4] dt-bindings: pwm: convert pwm-rockchip.txt to YAML Date: Tue, 13 Apr 2021 17:24:09 +0200 Message-ID: <9940894.0AQdONaE2F@diego> In-Reply-To: References: <20210412200155.5316-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thierry, Am Dienstag, 13. April 2021, 17:21:49 CEST schrieb Thierry Reding: > On Mon, Apr 12, 2021 at 10:01:52PM +0200, Johan Jonker wrote: > > Current dts files with 'pwm' nodes are manually verified. > > In order to automate this process pwm-rockchip.txt > > has to be converted to yaml. > > > > Signed-off-by: Johan Jonker > > --- > > For some SoC nodes this patch serie generates notifications > > for undocumented "interrupts" properties shared between > > PWM channels till there is consensus of what to do with it or > > someone makes a solution for the whole PWM block. > > > > Changed V3: > > fix mistake with compatibles introduced in V2 > > Changed V2: > > changed schema for clocks and clock-names > > --- > > .../devicetree/bindings/pwm/pwm-rockchip.txt | 27 ------- > > .../devicetree/bindings/pwm/pwm-rockchip.yaml | 88 ++++++++++++++++++++++ > > 2 files changed, 88 insertions(+), 27 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-rockchip.txt > > create mode 100644 Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml > > Heiko, do you want to pick up patches 1 & 2 into your tree along with 3 & 4? If so: > > Acked-by: Thierry Reding however you like :-) I can pick up everything for 5.14 for sure. Depending on your tree-schedule for the merge-window, you could also pick up all 4 with my: Acked-by: Heiko Stuebner Heiko