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-- 7.5 KB
Makefile -rw-r--r-- 1.7 KB
arm-versatile-reboot.c -rw-r--r-- 4.1 KB
as3722-poweroff.c -rw-r--r-- 2.0 KB
at91-poweroff.c -rw-r--r-- 6.2 KB
at91-reset.c -rw-r--r-- 7.2 KB
at91-sama5d2_shdwc.c -rw-r--r-- 10.1 KB
axxia-reset.c -rw-r--r-- 2.2 KB
brcm-kona-reset.c -rw-r--r-- 2.0 KB
brcmstb-reboot.c -rw-r--r-- 3.7 KB
gemini-poweroff.c -rw-r--r-- 4.3 KB
gpio-poweroff.c -rw-r--r-- 2.6 KB
gpio-restart.c -rw-r--r-- 3.6 KB
hisi-reboot.c -rw-r--r-- 1.6 KB
keystone-reset.c -rw-r--r-- 4.1 KB
ltc2952-poweroff.c -rw-r--r-- 8.7 KB
msm-poweroff.c -rw-r--r-- 1.5 KB
mt6323-poweroff.c -rw-r--r-- 2.2 KB
nvmem-reboot-mode.c -rw-r--r-- 1.9 KB
ocelot-reset.c -rw-r--r-- 2.6 KB
piix4-poweroff.c -rw-r--r-- 2.6 KB
qcom-pon.c -rw-r--r-- 2.4 KB
qnap-poweroff.c -rw-r--r-- 3.2 KB
reboot-mode.c -rw-r--r-- 4.3 KB
restart-poweroff.c -rw-r--r-- 1.5 KB
rmobile-reset.c -rw-r--r-- 2.0 KB
sc27xx-poweroff.c -rw-r--r-- 1.5 KB
st-poweroff.c -rw-r--r-- 2.6 KB
syscon-poweroff.c -rw-r--r-- 2.4 KB
syscon-reboot-mode.c -rw-r--r-- 2.2 KB
syscon-reboot.c -rw-r--r-- 2.4 KB
vexpress-poweroff.c -rw-r--r-- 3.5 KB
xgene-reboot.c -rw-r--r-- 2.2 KB
zx-reboot.c -rw-r--r-- 1.8 KB

back to top