All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] pwm patches for the next merge window
@ 2019-01-07 19:49 Uwe Kleine-König
  2019-01-07 19:49 ` [PATCH 1/4] pwm: don't use memcmp to compare struct state variables Uwe Kleine-König
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2019-01-07 19:49 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-pwm, kernel

Hello,

this is the set of generic pwm patches I already send out before rebased
to v5.0-rc1. I didn't receive any feedback for them but consider patches
1 to 3 ready to apply. For the fourth patch some feedback would be
great.

Uwe Kleine-König (4):
  pwm: don't use memcmp to compare struct state variables
  pwm: drop per-chip dbg_show callback
  pwm: rearrange structures to group members by purpose
  [RFC] Documentation: pwm: rework documentation for the framework

 Documentation/pwm-sysfs.txt |  44 +++++++
 Documentation/pwm.txt       | 229 +++++++++++++++---------------------
 drivers/pwm/core.c          |  10 +-
 include/linux/pwm.h         |  36 +++---
 4 files changed, 161 insertions(+), 158 deletions(-)
 create mode 100644 Documentation/pwm-sysfs.txt

-- 
2.20.1

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

end of thread, other threads:[~2019-09-24 12:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-07 19:49 [PATCH 0/4] pwm patches for the next merge window Uwe Kleine-König
2019-01-07 19:49 ` [PATCH 1/4] pwm: don't use memcmp to compare struct state variables Uwe Kleine-König
2019-01-07 19:49 ` [PATCH 2/4] pwm: drop per-chip dbg_show callback Uwe Kleine-König
2019-01-10  8:36   ` Thierry Reding
2019-01-10  8:52     ` Uwe Kleine-König
2019-01-07 19:49 ` [PATCH 3/4] pwm: rearrange structures to group members by purpose Uwe Kleine-König
2019-01-07 19:49 ` [PATCH 4/4] [RFC] Documentation: pwm: rework documentation for the framework Uwe Kleine-König
2019-07-26  9:39   ` Uwe Kleine-König
2019-09-24 12:00     ` Uwe Kleine-König
2019-01-10  8:35 ` [PATCH 0/4] pwm patches for the next merge window 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.