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 8ECB4C433FE for ; Tue, 22 Nov 2022 13:42:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233121AbiKVNmF (ORCPT ); Tue, 22 Nov 2022 08:42:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232550AbiKVNmE (ORCPT ); Tue, 22 Nov 2022 08:42:04 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9EFB7654C5; Tue, 22 Nov 2022 05:42:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 946C18061; Tue, 22 Nov 2022 13:31:45 +0000 (UTC) Date: Tue, 22 Nov 2022 15:41:58 +0200 From: Tony Lindgren To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-pwm@vger.kernel.org, Thierry Reding , Krzysztof Kozlowski , Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH v3 1/2] dt-bindings: pwm: Allow decimal format in addition to hex format Message-ID: References: <20221122123225.59106-1-tony@atomide.com> <20221122133825.d67q4q6k3wkncucj@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221122133825.d67q4q6k3wkncucj@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Uwe Kleine-König [221122 13:28]: > On Tue, Nov 22, 2022 at 02:32:24PM +0200, Tony Lindgren wrote: > > Let's allow node numbering in decimal format too. > > > > Simple human-readable increments/IDs are usually decimal, hex is only for > > addresses as noted by Krzysztof Kozlowski . > > > > Let's use an improved match suggested by Krzysztof Kozlowski > > and improved a bit by Uwe Kleine-König > > . > > > > Cc: linux-pwm@vger.kernel.org > > Cc: Thierry Reding > > Suggested-by: Krzysztof Kozlowski > > Suggested-by: Uwe Kleine-König > > Signed-off-by: Tony Lindgren > > Acked-by: Uwe Kleine-König > > Which tree should this merged through? The obvious candidates are pwm, > dt and omap. The dt folks usually queue the binding patches separately. Regards, Tony