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 EB2BDC77B73 for ; Mon, 5 Jun 2023 09:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229837AbjFEJs7 (ORCPT ); Mon, 5 Jun 2023 05:48:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229727AbjFEJs6 (ORCPT ); Mon, 5 Jun 2023 05:48:58 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2DCF8D3; Mon, 5 Jun 2023 02:48:56 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5B46880FE; Mon, 5 Jun 2023 09:48:55 +0000 (UTC) Date: Mon, 5 Jun 2023 12:48:54 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v5 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: <20230605094854.GX14287@atomide.com> References: <20230523092038.55677-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org * Krzysztof Kozlowski [230605 06:59]: > On 23/05/2023 11:20, Tony Lindgren wrote: > > +patternProperties: > > + '-pins((.*)?)$|-pin': > > Why do you need outer ()? > -pin$ OK yeah that works. Thanks for looking through the binding again, I'll send out v6 with the issues you noticed fixed. 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 10FEEC77B73 for ; Mon, 5 Jun 2023 09:49:24 +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=HdkvuSERM3CGLtVvhHoZBhU02M4GIkxCN9AhD2RLleQ=; b=V7TpveEMarbYN5 3xNJazCjkCFfeeyjz96z3BEHfoUTGtn8YsIuaMIGW+CTNYllMJZrRw8PgUJAwX4GTXDQpe0CT7Xph OnzHSpZ6KMVjY+p+/C7s15Ms+Od3YsjkOt+24eK3TPHD1WeLRfDoL2Rkyb++KjE2IYkc02Y0ItIGG /26DSRvaQ0IDGYvUuD+wmD+7+Z1Yd3a5viDhkF4UCxDOipNByd+HhgMxt8ioIeT5bKaLV3U5E8PUG qu371Wwe+ACID47fBeP9suybVN1FQkemWZ82GWIzND/GrxoZMk1cL3sBjJB1NGgt3JjuQ7DfHNH9J FqxCY7B9ndYeO/5WGtHA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q66pg-00Eu2o-0d; Mon, 05 Jun 2023 09:49:00 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q66pd-00Eu1v-1v for linux-arm-kernel@lists.infradead.org; Mon, 05 Jun 2023 09:48:58 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5B46880FE; Mon, 5 Jun 2023 09:48:55 +0000 (UTC) Date: Mon, 5 Jun 2023 12:48:54 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v5 1/1] dt-bindings: pinctrl: Update pinctrl-single to use yaml Message-ID: <20230605094854.GX14287@atomide.com> References: <20230523092038.55677-1-tony@atomide.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230605_024857_676350_81D9DACA X-CRM114-Status: UNSURE ( 7.60 ) X-CRM114-Notice: Please train this message. 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 * Krzysztof Kozlowski [230605 06:59]: > On 23/05/2023 11:20, Tony Lindgren wrote: > > +patternProperties: > > + '-pins((.*)?)$|-pin': > > Why do you need outer ()? > -pin$ OK yeah that works. Thanks for looking through the binding again, I'll send out v6 with the issues you noticed fixed. Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel