All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	linux-pwm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/4] pwm: atmel-tcb: rework device tree binding
Date: Wed, 11 Nov 2020 21:09:22 +0100	[thread overview]
Message-ID: <20201111200922.GI6125@ulmo> (raw)
In-Reply-To: <20201030183658.1007395-1-alexandre.belloni@bootlin.com>

[-- Attachment #1: Type: text/plain, Size: 1406 bytes --]

On Fri, Oct 30, 2020 at 07:36:54PM +0100, Alexandre Belloni wrote:
> Hello,
> 
> This was sent as part of a 58 patches series back in 2017. The bindings
> were agreed upon back then:
> 
> https://lore.kernel.org/linux-arm-kernel/20170607211752.avts3cofvac7ks3q@rob-hp-laptop/
> 
> There is still only one user of atmel,tcb-pwm in the tree and I still
> think it is worth doing that change now.
> 
> The various dependencies are now in v5.9-rc1 so it is ready to be
> applied.
> 
> I have another series removing atmel_tclib once this is applied.
> 
> Changes in v2:
>  - rework binding commit message
>  - use enum for the pwm node reg values
> 
> Alexandre Belloni (4):
>   dt-bindings: microchip: atmel,at91rm9200-tcb: add atmel,tcb-pwm
>   pwm: atmel-tcb: switch to new binding
>   pwm: atmel-tcb: add sama5d2 support
>   ARM: dts: at91: kizbox: switch to new pwm-atmel-tcb binding
> 
>  .../devicetree/bindings/pwm/atmel-tcb-pwm.txt |  16 --
>  .../soc/microchip/atmel,at91rm9200-tcb.yaml   |  34 ++-
>  arch/arm/boot/dts/at91-kizbox.dts             |  45 ++-
>  drivers/pwm/Kconfig                           |   3 +-
>  drivers/pwm/pwm-atmel-tcb.c                   | 264 ++++++++++--------
>  5 files changed, 220 insertions(+), 142 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt

Patches 1-3 applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/4] pwm: atmel-tcb: rework device tree binding
Date: Wed, 11 Nov 2020 21:09:22 +0100	[thread overview]
Message-ID: <20201111200922.GI6125@ulmo> (raw)
In-Reply-To: <20201030183658.1007395-1-alexandre.belloni@bootlin.com>


[-- Attachment #1.1: Type: text/plain, Size: 1406 bytes --]

On Fri, Oct 30, 2020 at 07:36:54PM +0100, Alexandre Belloni wrote:
> Hello,
> 
> This was sent as part of a 58 patches series back in 2017. The bindings
> were agreed upon back then:
> 
> https://lore.kernel.org/linux-arm-kernel/20170607211752.avts3cofvac7ks3q@rob-hp-laptop/
> 
> There is still only one user of atmel,tcb-pwm in the tree and I still
> think it is worth doing that change now.
> 
> The various dependencies are now in v5.9-rc1 so it is ready to be
> applied.
> 
> I have another series removing atmel_tclib once this is applied.
> 
> Changes in v2:
>  - rework binding commit message
>  - use enum for the pwm node reg values
> 
> Alexandre Belloni (4):
>   dt-bindings: microchip: atmel,at91rm9200-tcb: add atmel,tcb-pwm
>   pwm: atmel-tcb: switch to new binding
>   pwm: atmel-tcb: add sama5d2 support
>   ARM: dts: at91: kizbox: switch to new pwm-atmel-tcb binding
> 
>  .../devicetree/bindings/pwm/atmel-tcb-pwm.txt |  16 --
>  .../soc/microchip/atmel,at91rm9200-tcb.yaml   |  34 ++-
>  arch/arm/boot/dts/at91-kizbox.dts             |  45 ++-
>  drivers/pwm/Kconfig                           |   3 +-
>  drivers/pwm/pwm-atmel-tcb.c                   | 264 ++++++++++--------
>  5 files changed, 220 insertions(+), 142 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt

Patches 1-3 applied, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-11-11 20:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30 18:36 [PATCH v2 0/4] pwm: atmel-tcb: rework device tree binding Alexandre Belloni
2020-10-30 18:36 ` Alexandre Belloni
2020-10-30 18:36 ` [PATCH v2 1/4] dt-bindings: microchip: atmel,at91rm9200-tcb: add atmel,tcb-pwm Alexandre Belloni
2020-10-30 18:36   ` [PATCH v2 1/4] dt-bindings: microchip: atmel, at91rm9200-tcb: add atmel, tcb-pwm Alexandre Belloni
2020-11-04 22:30   ` Rob Herring
2020-11-04 22:30     ` Rob Herring
2020-10-30 18:36 ` [PATCH v2 2/4] pwm: atmel-tcb: switch to new binding Alexandre Belloni
2020-10-30 18:36   ` Alexandre Belloni
2020-10-30 18:36 ` [PATCH v2 3/4] pwm: atmel-tcb: add sama5d2 support Alexandre Belloni
2020-10-30 18:36   ` Alexandre Belloni
2020-10-30 18:36 ` [PATCH v2 4/4] ARM: dts: at91: kizbox: switch to new pwm-atmel-tcb binding Alexandre Belloni
2020-10-30 18:36   ` Alexandre Belloni
2020-11-11 20:09 ` Thierry Reding [this message]
2020-11-11 20:09   ` [PATCH v2 0/4] pwm: atmel-tcb: rework device tree binding Thierry Reding

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=20201111200922.GI6125@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.