From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bugwerft.de (mail.bugwerft.de [46.23.86.59]) by smtp.subspace.kernel.org (Postfix) with ESMTP id BE79E1FF7B5 for ; Wed, 5 Feb 2025 18:40:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=46.23.86.59 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738780809; cv=none; b=f0dnqghWEmH4fGyRxywz36dxubcdqqi2SV4iCXLdfBsh+Jjp5lW6VwdxHw51BpJDprSSdeGH7mR2/c1RI/kyV5KzHGqTON3h+9zM1sjCkcUyr7PIPWoazDaUr5HtVy5Ew5Rik0q4Mh4dXDAjbFH+WXtRh7e9o1LYWYRo4ocu+n0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738780809; c=relaxed/simple; bh=oSHF51smxJZUm5AwnRs840AbrS2oh3i8OwcnsRmsNyo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=G+Nn44UnAB3sxRqNhcnDGv5E1XGrPlk55+youtTovz9JhSeYvqfNNnZP7hpQHbOpYx5oTHJ/eXRe1DRuswJQzszyYuuNGHd9AIxi3CtCxURc8q85RJw7yunALW3LfElA71GdqAuOusQg3db+7iFO6lTGC3ZqlWS+vjV6tGhzWGc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=zonque.org; spf=pass smtp.mailfrom=zonque.org; arc=none smtp.client-ip=46.23.86.59 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=zonque.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=zonque.org Received: from [192.168.100.34] (p4ff24055.dip0.t-ipconnect.de [79.242.64.85]) by mail.bugwerft.de (Postfix) with ESMTPSA id 39D57281C3B; Wed, 05 Feb 2025 18:32:31 +0000 (UTC) Message-ID: Date: Wed, 5 Feb 2025 19:32:26 +0100 Precedence: bulk X-Mailing-List: linux-pwm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/3] pwm: pxa: Use #pwm-cells = <3> To: =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= , Haojian Zhuang , Robert Jarzmik , Rob Herring , Krzysztof Kozlowski , Conor Dooley , =?UTF-8?Q?Duje_Mihanovi=C4=87?= Cc: =?UTF-8?Q?Herv=C3=A9_Codina?= , linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org References: Content-Language: en-US From: Daniel Mack In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 05.02.25 18:53, Uwe Kleine-König wrote: > Hello, > > this series' goal is to soften the special device-tree binding of > marvel,pxa-pwm devices. This is the only binding that doesn't pass the > line index as first parameter. > > Here the #pwm-cells value is bumped from 1 to 3, keeping compatibility > with the old binding. > > The motivation for this was that Hervé sent a patch introducing pwm > nexus nodes which don't work nicely with the marvel,pxa-pwm > particularities. > > For merging this series (assuming device-tree and pxa maintainers agree) > I guess keeping the patches together makes sense because with the 2nd > patch applied but without the 3rd there are a few dt-checker warnings. > > So I suggest to take it via my pwm tree as I guess drivers/pwm/core.c > has more potential for a conflict than arch/arm/boot/dts/intel/pxa. > So please send Acks and tell me if you would need an immutable branch > for pulling into the PXA tree. > > Best regards > Uwe > > Uwe Kleine-König (3): > pwm: Add upgrade path to #pwm-cells = <3> for users of > of_pwm_single_xlate() > dt-bindings: pwm: marvell,pxa-pwm: Update to use #pwm-cells = <3> > ARM: dts: pxa: Use #pwm-cells = <3> for marvell,pxa-pwm devices For all patches in the series: Reviewed-by: Daniel Mack > > .../devicetree/bindings/pwm/marvell,pxa-pwm.yaml | 3 +-- > arch/arm/boot/dts/intel/pxa/pxa25x.dtsi | 4 ++-- > arch/arm/boot/dts/intel/pxa/pxa27x.dtsi | 8 ++++---- > .../dts/intel/pxa/pxa300-raumfeld-controller.dts | 2 +- > arch/arm/boot/dts/intel/pxa/pxa3xx.dtsi | 8 ++++---- > drivers/pwm/core.c | 16 ++++++++++++++++ > 6 files changed, 28 insertions(+), 13 deletions(-) > > > base-commit: c98e66144b7d07ee9a3ca8241123b628a8ac0288