Revision d9e48dc2a71a836f17d1febbedb31470f957edb4 authored by Linus Torvalds on 05 December 2019, 19:28:14 UTC, committed by Linus Torvalds on 05 December 2019, 19:28:14 UTC
Pull pwm updates from Thierry Reding:
 "Various changes and minor fixes across a couple of drivers"

* tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm:
  pwm: stm32: Pass breakinput instead of its values
  pwm: stm32: Remove clutter from ternary operator
  pwm: stm32: Validate breakinput data from DT
  pwm: Update comment on struct pwm_ops::apply
  pwm: sun4i: Fix incorrect calculation of duty_cycle/period
  pwm: stm32: Add power management support
  pwm: stm32: Split breakinput apply routine to ease PM support
  dt-bindings: pwm-stm32: Document pinctrl sleep state
  pwm: sun4i: Drop redundant assignment to variable pval
  dt-bindings: pwm: mediatek: Remove gratuitous compatible string for MT7629
2 parent s fb3da48 + 9e1b499
History
File Mode Size
Kconfig -rw-r--r-- 691 bytes
Makefile -rw-r--r-- 452 bytes
channel.c -rw-r--r-- 25.0 KB
channel_mgmt.c -rw-r--r-- 38.1 KB
connection.c -rw-r--r-- 12.4 KB
hv.c -rw-r--r-- 7.0 KB
hv_balloon.c -rw-r--r-- 45.2 KB
hv_debugfs.c -rw-r--r-- 4.4 KB
hv_fcopy.c -rw-r--r-- 9.5 KB
hv_kvp.c -rw-r--r-- 20.1 KB
hv_snapshot.c -rw-r--r-- 9.8 KB
hv_trace.c -rw-r--r-- 114 bytes
hv_trace.h -rw-r--r-- 9.9 KB
hv_trace_balloon.h -rw-r--r-- 1.6 KB
hv_util.c -rw-r--r-- 13.5 KB
hv_utils_transport.c -rw-r--r-- 7.6 KB
hv_utils_transport.h -rw-r--r-- 1.6 KB
hyperv_vmbus.h -rw-r--r-- 10.8 KB
ring_buffer.c -rw-r--r-- 15.7 KB
vmbus_drv.c -rw-r--r-- 61.7 KB

back to top