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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 83412C433E3 for ; Thu, 20 Aug 2020 22:57:38 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 54C89207DA for ; Thu, 20 Aug 2020 22:57:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="wKQpBIIo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54C89207DA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=wH3lFZ63C5qzEmZUbR+OH+1ADuss5ed+Q50kSEKVIng=; b=wKQpBIIoyzrO6U/by9qpe/VLmd HBqH5/DlOwbL2hFfQl1h+r/9i3MrV/ljoGV8G1CEn+B/j9xjJ0HkZDHZ1sD1P51WeXNLVQEWtL+DY A9GtMCgV6agzUeGG4L0JRHnuODi13zHbQ4NZuB/BOlS3EQO9qGb8XLe8rP2YgHbhVRbii4Cg1bSUr 9IW23vSbnzo2914NbOt0veRhi2jqvfwIeRcgFL4V2XURi9Sd+jwSVcwjpQKJmrzzwW3KpDo4PamGY dRntuyi9p0CpVZYv2vEbBdf6hTS+cw3xctDlCqiUWCs9f5m7HxkEtu3+FX7pIw8sUfUfiUxxhtFZk uvfbkt7A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k8tTX-0006Dy-9N; Thu, 20 Aug 2020 22:56:03 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k8tTT-0006C6-Qc for linux-arm-kernel@lists.infradead.org; Thu, 20 Aug 2020 22:56:01 +0000 X-Originating-IP: 90.66.108.79 Received: from localhost (lfbn-lyo-1-1932-79.w90-66.abo.wanadoo.fr [90.66.108.79]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 24C6B1BF203; Thu, 20 Aug 2020 22:55:54 +0000 (UTC) From: Alexandre Belloni To: Thierry Reding , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Subject: [PATCH 0/4] pwm: atmel-tcb: rework device tree binding Date: Fri, 21 Aug 2020 00:55:42 +0200 Message-Id: <20200820225546.2246517-1-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200820_185559_965394_A8465E45 X-CRM114-Status: GOOD ( 10.63 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pwm@vger.kernel.org, Alexandre Belloni , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 Hello, This was sent as part of a 58 patches series back in 2017. The bindings were agreed upon back then: https://lore.kernel.org/linux-arm-kernel/20170607211752.avts3cofvac7ks3q@rob-hp-laptop/ There is still only one user of atmel,tcb-pwm in the tree and I still think it is worth doing that change now. The various dependencies are now in v5.9-rc1 so it is ready to be applied. I have another series removing atmel_tclib once this is applied. Alexandre Belloni (4): dt-bindings: microchip: atmel,at91rm9200-tcb: add atmel,tcb-pwm pwm: atmel-tcb: switch to new binding pwm: atmel-tcb: add sama5d2 support ARM: dts: at91: kizbox: switch to new pwm-atmel-tcb binding .../devicetree/bindings/pwm/atmel-tcb-pwm.txt | 16 -- .../soc/microchip/atmel,at91rm9200-tcb.yaml | 31 +- arch/arm/boot/dts/at91-kizbox.dts | 45 ++- drivers/pwm/Kconfig | 3 +- drivers/pwm/pwm-atmel-tcb.c | 264 ++++++++++-------- 5 files changed, 217 insertions(+), 142 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt -- 2.26.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel