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-- 5.5 KB
LICENCE -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 786 bytes
README.Locking -rw-r--r-- 6.9 KB
TODO -rw-r--r-- 1.9 KB
acl.c -rw-r--r-- 6.7 KB
acl.h -rw-r--r-- 966 bytes
background.c -rw-r--r-- 4.2 KB
build.c -rw-r--r-- 12.6 KB
compr.c -rw-r--r-- 11.6 KB
compr.h -rw-r--r-- 3.1 KB
compr_lzo.c -rw-r--r-- 2.2 KB
compr_rtime.c -rw-r--r-- 2.8 KB
compr_rubin.c -rw-r--r-- 8.7 KB
compr_zlib.c -rw-r--r-- 5.5 KB
debug.c -rw-r--r-- 25.6 KB
debug.h -rw-r--r-- 7.9 KB
dir.c -rw-r--r-- 22.6 KB
erase.c -rw-r--r-- 13.4 KB
file.c -rw-r--r-- 9.1 KB
fs.c -rw-r--r-- 19.3 KB
gc.c -rw-r--r-- 44.0 KB
ioctl.c -rw-r--r-- 557 bytes
jffs2_fs_i.h -rw-r--r-- 1.6 KB
jffs2_fs_sb.h -rw-r--r-- 5.7 KB
malloc.c -rw-r--r-- 7.3 KB
nodelist.c -rw-r--r-- 21.3 KB
nodelist.h -rw-r--r-- 17.9 KB
nodemgmt.c -rw-r--r-- 28.4 KB
os-linux.h -rw-r--r-- 7.4 KB
read.c -rw-r--r-- 6.7 KB
readinode.c -rw-r--r-- 42.8 KB
scan.c -rw-r--r-- 35.3 KB
security.c -rw-r--r-- 1.9 KB
summary.c -rw-r--r-- 23.6 KB
summary.h -rw-r--r-- 6.3 KB
super.c -rw-r--r-- 10.0 KB
symlink.c -rw-r--r-- 417 bytes
wbuf.c -rw-r--r-- 36.9 KB
write.c -rw-r--r-- 21.0 KB
writev.c -rw-r--r-- 1.1 KB
xattr.c -rw-r--r-- 38.3 KB
xattr.h -rw-r--r-- 4.1 KB
xattr_trusted.c -rw-r--r-- 1.2 KB
xattr_user.c -rw-r--r-- 1.1 KB

README.Locking

back to top