All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] pwm: get rid of pwmchip_add_with_polarity()
@ 2020-12-07 13:45 Uwe Kleine-König
  2020-12-07 13:45 ` [PATCH v2 1/3] pwm: bcm-kona: Use pwmchip_add() instead " Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2020-12-07 13:45 UTC (permalink / raw)
  To: Thierry Reding, Lee Jones; +Cc: linux-pwm

Hello,

in the (implicit) v1 of this series (starting with Message-Id:
20201205165146.3866846-1-uwe@kleine-koenig.org) I forget to include the
change to drivers/pwm/core.c. This is fixed here.

IMHO It would be good to cook this in next for some time to make it (a
bit more) sure it doesn't introduce a regression.

Best regards
Uwe

Uwe Kleine-König (3):
  pwm: bcm-kona: Use pwmchip_add() instead of
    pwmchip_add_with_polarity()
  pwm: atmel-hlcdc: Use pwmchip_add() instead of
    pwmchip_add_with_polarity()
  pwm: Drop function pwmchip_add_with_polarity()

 drivers/pwm/core.c            | 25 +++----------------------
 drivers/pwm/pwm-atmel-hlcdc.c |  2 +-
 drivers/pwm/pwm-bcm-kona.c    |  2 +-
 include/linux/pwm.h           |  2 --
 4 files changed, 5 insertions(+), 26 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-22 15:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 13:45 [PATCH v2 0/3] pwm: get rid of pwmchip_add_with_polarity() Uwe Kleine-König
2020-12-07 13:45 ` [PATCH v2 1/3] pwm: bcm-kona: Use pwmchip_add() instead " Uwe Kleine-König
2021-03-22 11:27   ` Thierry Reding
2020-12-07 13:45 ` [PATCH v2 2/3] pwm: atmel-hlcdc: " Uwe Kleine-König
2021-03-22 11:31   ` Thierry Reding
2020-12-07 13:45 ` [PATCH v2 3/3] pwm: Drop function pwmchip_add_with_polarity() Uwe Kleine-König
2021-03-22 11:32   ` Thierry Reding
2021-03-22 15:50     ` Uwe Kleine-König

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.