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-- 4.0 KB
Makefile -rw-r--r-- 672 bytes
acl.c -rw-r--r-- 6.6 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 26.2 KB
bitmap.c -rw-r--r-- 2.7 KB
block_validity.c -rw-r--r-- 9.8 KB
dir.c -rw-r--r-- 18.5 KB
ext4.h -rw-r--r-- 121.6 KB
ext4_extents.h -rw-r--r-- 8.4 KB
ext4_jbd2.c -rw-r--r-- 9.4 KB
ext4_jbd2.h -rw-r--r-- 17.2 KB
extents.c -rw-r--r-- 157.2 KB
extents_status.c -rw-r--r-- 59.7 KB
extents_status.h -rw-r--r-- 8.0 KB
file.c -rw-r--r-- 22.7 KB
fsmap.c -rw-r--r-- 19.7 KB
fsmap.h -rw-r--r-- 2.0 KB
fsync.c -rw-r--r-- 5.2 KB
hash.c -rw-r--r-- 6.8 KB
ialloc.c -rw-r--r-- 40.2 KB
indirect.c -rw-r--r-- 42.7 KB
inline.c -rw-r--r-- 48.2 KB
inode-test.c -rw-r--r-- 7.3 KB
inode.c -rw-r--r-- 173.9 KB
ioctl.c -rw-r--r-- 33.3 KB
mballoc.c -rw-r--r-- 151.6 KB
mballoc.h -rw-r--r-- 5.3 KB
migrate.c -rw-r--r-- 16.8 KB
mmp.c -rw-r--r-- 10.1 KB
move_extent.c -rw-r--r-- 20.8 KB
namei.c -rw-r--r-- 107.8 KB
page-io.c -rw-r--r-- 15.1 KB
readpage.c -rw-r--r-- 11.1 KB
resize.c -rw-r--r-- 60.1 KB
super.c -rw-r--r-- 177.2 KB
symlink.c -rw-r--r-- 1.7 KB
sysfs.c -rw-r--r-- 15.1 KB
truncate.h -rw-r--r-- 1.5 KB
verity.c -rw-r--r-- 10.1 KB
xattr.c -rw-r--r-- 81.6 KB
xattr.h -rw-r--r-- 7.1 KB
xattr_security.c -rw-r--r-- 1.6 KB
xattr_trusted.c -rw-r--r-- 1.2 KB
xattr_user.c -rw-r--r-- 1.2 KB

back to top