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 010F1C43217 for ; Tue, 22 Nov 2022 11:43:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233412AbiKVLnQ (ORCPT ); Tue, 22 Nov 2022 06:43:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233434AbiKVLmo (ORCPT ); Tue, 22 Nov 2022 06:42:44 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 5642BDF4D; Tue, 22 Nov 2022 03:40:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 60B1D8061; Tue, 22 Nov 2022 11:30:39 +0000 (UTC) Date: Tue, 22 Nov 2022 13:40:52 +0200 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Thierry Reding , Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH v2 1/2] dt-bindings: pwm: Allow decimal format in addition to hex format Message-ID: References: <20221121115525.36362-1-tony@atomide.com> <20221121144000.7weeyfbbulltfxmd@pengutronix.de> <20221122093650.oouke2utlkvdd7r6@pengutronix.de> <20221122105710.5aow5qsri6pikgri@pengutronix.de> <4128deb0-c5b8-2405-033b-35edc8c5110d@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4128deb0-c5b8-2405-033b-35edc8c5110d@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Krzysztof Kozlowski [221122 11:20]: > On 22/11/2022 12:11, Tony Lindgren wrote: > >> Then let's pick: > >> > >> > >> "^pwm(@.+|-[0-9a-f]+)?$" > > > > That works for pwm and pwm-11, but now fails for pwm11 :) > > Which was never valid, so no problem. OK, let's go with that then! Thanks Krzysztof & Uwe, I'll post updated patches. 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 475F7C4332F for ; Tue, 22 Nov 2022 11:42:07 +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=PQ56MSFZivJfTMR949BJCFyMsPmXUW4uOh9EUIM/7es=; b=ebz40DL3yxwLQp YLiAzE1UBk4DVXANb3pme3d1VoPHnkPFPkvZH/dg/6f0CHfEmZ62LzoAw9w/pMqVurmkDhULgxO3D OouCcsWA6GL7zYiRDs1gnNPVuTrgjnJf78L1xBqDG2usF6DfKPmBTtwFIfqWyHMyvIAdf+3f+YnpG xS7H21fMA50RH6JD85xubOH3LZNGwyTgkmlGOI6kfoYMXy8q4vY2Ni1Gw+n9NtLxk1aWqh0t/O6xZ 2RgqVE61+YEBghqv7eb3UA9U7EiT85+GN1PFxflWN3Lq8ncu+SUtE4gjJWHPB+4lFGgpQVe++OSPA Ak7fEkwflS5jDlkSAAAA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oxRe8-008Rvu-OX; Tue, 22 Nov 2022 11:41:00 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oxRe5-008Rrg-CK for linux-arm-kernel@lists.infradead.org; Tue, 22 Nov 2022 11:40:58 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 60B1D8061; Tue, 22 Nov 2022 11:30:39 +0000 (UTC) Date: Tue, 22 Nov 2022 13:40:52 +0200 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Thierry Reding , Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH v2 1/2] dt-bindings: pwm: Allow decimal format in addition to hex format Message-ID: References: <20221121115525.36362-1-tony@atomide.com> <20221121144000.7weeyfbbulltfxmd@pengutronix.de> <20221122093650.oouke2utlkvdd7r6@pengutronix.de> <20221122105710.5aow5qsri6pikgri@pengutronix.de> <4128deb0-c5b8-2405-033b-35edc8c5110d@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4128deb0-c5b8-2405-033b-35edc8c5110d@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221122_034057_477052_21703D00 X-CRM114-Status: UNSURE ( 9.42 ) 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 [221122 11:20]: > On 22/11/2022 12:11, Tony Lindgren wrote: > >> Then let's pick: > >> > >> > >> "^pwm(@.+|-[0-9a-f]+)?$" > > > > That works for pwm and pwm-11, but now fails for pwm11 :) > > Which was never valid, so no problem. OK, let's go with that then! Thanks Krzysztof & Uwe, I'll post updated patches. Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel