Linux-PWM Archive mirror
 help / color / mirror / Atom feed
From: Binbin Zhou <zhoubb.aaron@gmail.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: "Binbin Zhou" <zhoubinbin@loongson.cn>,
	"Huacai Chen" <chenhuacai@loongson.cn>,
	"Uwe Kleine-König" <ukleinek@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Huacai Chen" <chenhuacai@kernel.org>,
	loongson-kernel@lists.loongnix.cn, linux-pwm@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v1 0/6] dt-bindings: pwm: Cleanup pwm-cells required twice
Date: Tue, 7 May 2024 11:32:41 +0600	[thread overview]
Message-ID: <CAMpQs4Kx8cfFJGjLN=cxHi8we3yxuT_s8kf+Z7bxRT_mJZhJJQ@mail.gmail.com> (raw)
In-Reply-To: <urvvjmfhc43klpcf25rko52caj7bzxajnailzyxjm5oihk4fkw@bgxjhiu3cqtu>

On Wed, May 1, 2024 at 3:58 PM Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:
>
> Hello,
>
> On Tue, Apr 30, 2024 at 03:32:01PM +0800, Binbin Zhou wrote:
> > When I was submitting the Loongson PWM dt-binding, Rob reminded me that
> > the pwm-cells property was already required in pwm.yaml and did not need
> > to be repeated.
> >
> > This patchset attempts to clean up the required pwm-cells attribute twice.
> >
> > Thanks.
> >
> > Binbin Zhou (6):
> >   dt-bindings: pwm: bcm2835: Do not require pwm-cells twice
> >   dt-bindings: pwm: google,cros-ec: Do not require pwm-cells twice
> >   dt-bindings: pwm: marvell,pxa: Do not require pwm-cells twice
> >   dt-bindings: pwm: mediatek,mt2712: Do not require pwm-cells twice
> >   dt-bindings: pwm: mediatek,pwm-disp: Do not require pwm-cells twice
> >   dt-bindings: pwm: snps,dw-apb-timers: Do not require pwm-cells twice
> >
> >  Documentation/devicetree/bindings/pwm/google,cros-ec-pwm.yaml    | 1 -
> >  Documentation/devicetree/bindings/pwm/marvell,pxa-pwm.yaml       | 1 -
> >  Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml   | 1 -
> >  Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml     | 1 -
> >  Documentation/devicetree/bindings/pwm/pwm-bcm2835.yaml           | 1 -
> >  .../devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml         | 1 -
> >  6 files changed, 6 deletions(-)
>
> Applied the series to
> https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next
>
> Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml seems to be
> another candidate for a similar cleanup.

Hi Uwe:

Sorry for the late reply.
Indeed, I missed this file. I'll post another patch later to clean it up.

Thanks.
Binbin
>
> Thanks for your cleanup,
> Uwe
>
> --
> Pengutronix e.K.                           | Uwe Kleine-König            |
> Industrial Linux Solutions                 | https://www.pengutronix.de/ |

      reply	other threads:[~2024-05-07  5:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-30  7:32 [PATCH v1 0/6] dt-bindings: pwm: Cleanup pwm-cells required twice Binbin Zhou
2024-04-30  7:32 ` [PATCH v1 1/6] dt-bindings: pwm: bcm2835: Do not require pwm-cells twice Binbin Zhou
2024-04-30  7:32 ` [PATCH v1 2/6] dt-bindings: pwm: google,cros-ec: " Binbin Zhou
2024-04-30  7:32 ` [PATCH v1 3/6] dt-bindings: pwm: marvell,pxa: " Binbin Zhou
2024-04-30  7:32 ` [PATCH v1 4/6] dt-bindings: pwm: mediatek,mt2712: " Binbin Zhou
2024-04-30  7:32 ` [PATCH v1 5/6] dt-bindings: pwm: mediatek,pwm-disp: " Binbin Zhou
2024-04-30  7:32 ` [PATCH v1 6/6] dt-bindings: pwm: snps,dw-apb-timers: " Binbin Zhou
2024-04-30 16:58 ` [PATCH v1 0/6] dt-bindings: pwm: Cleanup pwm-cells required twice Conor Dooley
2024-04-30 17:16 ` Rob Herring
2024-05-01  9:58 ` Uwe Kleine-König
2024-05-07  5:32   ` Binbin Zhou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMpQs4Kx8cfFJGjLN=cxHi8we3yxuT_s8kf+Z7bxRT_mJZhJJQ@mail.gmail.com' \
    --to=zhoubb.aaron@gmail.com \
    --cc=chenhuacai@kernel.org \
    --cc=chenhuacai@loongson.cn \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=loongson-kernel@lists.loongnix.cn \
    --cc=robh+dt@kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=ukleinek@kernel.org \
    --cc=zhoubinbin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).