mbox series

[0/4] pwm patches for the next merge window

Message ID 20190107194938.3004-1-u.kleine-koenig@pengutronix.de
Headers show
Series pwm patches for the next merge window | expand

Message

Uwe Kleine-König Jan. 7, 2019, 7:49 p.m. UTC
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

Comments

Thierry Reding Jan. 10, 2019, 8:35 a.m. UTC | #1
On Mon, Jan 07, 2019 at 08:49:35PM +0100, Uwe Kleine-König wrote:
> 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.

Patches 1-3 applied, will take a closer look at patch 4.

Thierry