All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] pwm: mxs: add support for setting polarity via DT
@ 2019-10-04 13:32 ` Rasmus Villemoes
  0 siblings, 0 replies; 30+ messages in thread
From: Rasmus Villemoes @ 2019-10-04 13:32 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Rob Herring, Mark Rutland,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, linux-pwm, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Rasmus Villemoes

This series adds support for setting the polarity via DT to the
pwm-mxs driver.

The DT binding is updated, but I'm not touching the existing .dts or
.dtsi files - it seems that the same was done for bcm2835 in commits
46421d9d8e802e570dfa4d793a4938d2642ec7a7 and
8a88b2a2017d1e7e80db53080baff591fd454722, while
arch/arm/boot/dts/bcm283x.dtsi still has #pwm-cells = <2>.

v2:
- Rebase to v5.4-rc1
- Address comments from Uwe.
- Add Rob's ack to patch 4.
- New patches 5 and 6. The last one is independent of the others, but
  I stumbled on this when rebasing and found the signature had
  changed.

Rasmus Villemoes (6):
  pwm: mxs: implement ->apply
  pwm: mxs: remove legacy methods
  pwm: mxs: add support for inverse polarity
  dt-bindings: pwm: mxs-pwm: Increase #pwm-cells
  pwm: mxs: avoid a division in mxs_pwm_apply()
  pwm: update comment on struct pwm_ops::apply

 .../devicetree/bindings/pwm/mxs-pwm.txt       |   4 +-
 drivers/pwm/pwm-mxs.c                         | 101 +++++++++---------
 include/linux/pwm.h                           |   5 +-
 3 files changed, 53 insertions(+), 57 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2020-01-08 12:41 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-04 13:32 [PATCH v2 0/6] pwm: mxs: add support for setting polarity via DT Rasmus Villemoes
2019-10-04 13:32 ` Rasmus Villemoes
2019-10-04 13:32 ` [PATCH v2 1/6] pwm: mxs: implement ->apply Rasmus Villemoes
2019-10-04 13:32   ` Rasmus Villemoes
2019-10-04 14:18   ` Uwe Kleine-König
2019-10-04 14:18     ` Uwe Kleine-König
2019-10-04 14:18     ` Uwe Kleine-König
2019-10-04 13:32 ` [PATCH v2 2/6] pwm: mxs: remove legacy methods Rasmus Villemoes
2019-10-04 13:32   ` Rasmus Villemoes
2019-10-04 14:19   ` Uwe Kleine-König
2019-10-04 14:19     ` Uwe Kleine-König
2019-10-04 13:32 ` [PATCH v2 3/6] pwm: mxs: add support for inverse polarity Rasmus Villemoes
2019-10-04 13:32   ` Rasmus Villemoes
2019-10-04 14:20   ` Uwe Kleine-König
2019-10-04 14:20     ` Uwe Kleine-König
2019-10-04 13:32 ` [PATCH v2 4/6] dt-bindings: pwm: mxs-pwm: Increase #pwm-cells Rasmus Villemoes
2019-10-04 13:32   ` Rasmus Villemoes
2019-10-04 19:22   ` Uwe Kleine-König
2019-10-04 19:22     ` Uwe Kleine-König
2019-10-04 19:22     ` Uwe Kleine-König
2019-10-04 13:32 ` [PATCH v2 5/6] pwm: mxs: avoid a division in mxs_pwm_apply() Rasmus Villemoes
2019-10-04 13:32   ` Rasmus Villemoes
2019-10-04 14:08   ` Uwe Kleine-König
2019-10-04 14:08     ` Uwe Kleine-König
2019-10-04 14:08     ` Uwe Kleine-König
2019-10-04 13:32 ` [PATCH v2 6/6] pwm: update comment on struct pwm_ops::apply Rasmus Villemoes
2019-10-04 14:09   ` Uwe Kleine-König
2019-10-07  5:00   ` Bjorn Andersson
2020-01-08 12:41 ` [PATCH v2 0/6] pwm: mxs: add support for setting polarity via DT Thierry Reding
2020-01-08 12:41   ` Thierry Reding

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.