https://github.com/torvalds/linux
Revision 9433a51ec1533e0620ff08d0318d215de73ceb77 authored by Linus Torvalds on 12 June 2020, 19:24:42 UTC, committed by Linus Torvalds on 12 June 2020, 19:24:42 UTC
Pull pwm updates from Thierry Reding:
 "Nothing too exciting for this cycle. A couple of fixes across the
  board, and Lee volunteered to help with patch review"

* tag 'pwm/for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm:
  pwm: Add missing "CONFIG_" prefix
  MAINTAINERS: Add Lee Jones as reviewer for the PWM subsystem
  pwm: imx27: Fix rounding behavior
  pwm: rockchip: Simplify rockchip_pwm_get_state()
  pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case
  pwm: tegra: Support dynamic clock frequency configuration
  pwm: jz4740: Add support for the JZ4725B
  pwm: jz4740: Make PWM start with the active part
  pwm: jz4740: Enhance precision in calculation of duty cycle
  pwm: jz4740: Drop dependency on MACH_INGENIC
  pwm: lpss: Fix get_state runtime-pm reference handling
  pwm: sun4i: Support direct clock output on Allwinner A64
  pwm: Add support for Azoteq IQS620A PWM generator
  dt-bindings: pwm: rcar: add r8a77961 support
  pwm: Add missing '\n' in log messages
2 parent s 8f02f36 + f5641d0
History
Tip revision: 9433a51ec1533e0620ff08d0318d215de73ceb77 authored by Linus Torvalds on 12 June 2020, 19:24:42 UTC
Merge tag 'pwm/for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
Tip revision: 9433a51
File Mode Size
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 372 bytes
acl.c -rw-r--r-- 5.6 KB
addr.c -rw-r--r-- 56.3 KB
cache.c -rw-r--r-- 8.6 KB
cache.h -rw-r--r-- 4.2 KB
caps.c -rw-r--r-- 119.6 KB
ceph_frag.c -rw-r--r-- 401 bytes
debugfs.c -rw-r--r-- 10.9 KB
dir.c -rw-r--r-- 51.4 KB
export.c -rw-r--r-- 13.2 KB
file.c -rw-r--r-- 65.4 KB
inode.c -rw-r--r-- 66.0 KB
io.c -rw-r--r-- 4.5 KB
io.h -rw-r--r-- 387 bytes
ioctl.c -rw-r--r-- 7.5 KB
ioctl.h -rw-r--r-- 3.6 KB
locks.c -rw-r--r-- 12.9 KB
mds_client.c -rw-r--r-- 128.7 KB
mds_client.h -rw-r--r-- 17.1 KB
mdsmap.c -rw-r--r-- 10.2 KB
metric.c -rw-r--r-- 3.5 KB
metric.h -rw-r--r-- 1.7 KB
quota.c -rw-r--r-- 15.5 KB
snap.c -rw-r--r-- 31.7 KB
strings.c -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 31.6 KB
super.h -rw-r--r-- 38.0 KB
util.c -rw-r--r-- 2.4 KB
xattr.c -rw-r--r-- 32.8 KB

back to top