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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B1D1C54EBE for ; Mon, 16 Jan 2023 06:50:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231600AbjAPGt6 (ORCPT ); Mon, 16 Jan 2023 01:49:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231812AbjAPGt4 (ORCPT ); Mon, 16 Jan 2023 01:49:56 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3AFEC83E6; Sun, 15 Jan 2023 22:49:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A8AA78108; Mon, 16 Jan 2023 06:49:55 +0000 (UTC) Date: Mon, 16 Jan 2023 08:49:54 +0200 From: Tony Lindgren To: Rob Herring Cc: Linus Walleij , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: References: <20230112083152.10277-1-tony@atomide.com> <20230113202016.GA2833245-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113202016.GA2833245-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org * Rob Herring [230113 20:20]: > On Thu, Jan 12, 2023 at 10:31:50AM +0200, Tony Lindgren wrote: > > Update binding for yaml. Note that we are also adding the undocumented > > pinctrl-single,slew-rate property. And we only use the first example from > > the old binding. > > Isn't this v2? Hmm yeah I posted a earlier WIP version of this in the "dt binding check error with hash and comma" thread, will use v3 for the next version. Regards, Tony 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id BDF65C54EBE for ; Mon, 16 Jan 2023 06:51:06 +0000 (UTC) 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=CYzEWQMua7tMxjxi8ToPNm7JFAKhjAVTnSW91iPyjJc=; b=SF/CwuFdtnoHs4 vKaynh5hmSaRlLXTIi1T9q2I2qYQ8Rea7FMAFIMyI0xS4A78UAx/Ar79CyDxtlfw2lvGx+nTyPPh3 LFWwmNqq7H8ou7/xRFFtjYQIRHcEHbadJdMab/PmGSGn6pwmjqsAdyvSzwEGUVFSGGchgk4GGd0h3 9o5tDoswaUqOz+fbsVwrA7lenXbrTZt2GtsNIhwaXfCxBcB7teZWm7Oy8C5A38sBfgUn1QLTgOBrC iuZ5XJAf15+RXYS7n7dlDIlHutX4eMNMprkkfuHDcWi6TTzDlpKvh4OrUxs+LchNYZsb/vugNide5 spuoUIkB/ehLb3Vf242g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHJJk-008sX7-0D; Mon, 16 Jan 2023 06:50:04 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pHJJh-008sVo-MS for linux-arm-kernel@lists.infradead.org; Mon, 16 Jan 2023 06:50:03 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A8AA78108; Mon, 16 Jan 2023 06:49:55 +0000 (UTC) Date: Mon, 16 Jan 2023 08:49:54 +0200 From: Tony Lindgren To: Rob Herring Cc: Linus Walleij , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: References: <20230112083152.10277-1-tony@atomide.com> <20230113202016.GA2833245-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230113202016.GA2833245-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230115_225001_816682_BFE050B3 X-CRM114-Status: GOOD ( 10.07 ) 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 * Rob Herring [230113 20:20]: > On Thu, Jan 12, 2023 at 10:31:50AM +0200, Tony Lindgren wrote: > > Update binding for yaml. Note that we are also adding the undocumented > > pinctrl-single,slew-rate property. And we only use the first example from > > the old binding. > > Isn't this v2? Hmm yeah I posted a earlier WIP version of this in the "dt binding check error with hash and comma" thread, will use v3 for the next version. Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel