This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8f02f363f76f Merge tag 'iommu-drivers-move-v5.8' of git://git.kernel.or [...] new db539cb928c0 pwm: Add missing '\n' in log messages new 07b053ff1c6e dt-bindings: pwm: rcar: add r8a77961 support new 6f0841a8197b pwm: Add support for Azoteq IQS620A PWM generator new 856c45d8c1a7 pwm: sun4i: Support direct clock output on Allwinner A64 new 01aa905d4791 pwm: lpss: Fix get_state runtime-pm reference handling new b48d49e0d53a pwm: jz4740: Drop dependency on MACH_INGENIC new 9017dc4fbd59 pwm: jz4740: Enhance precision in calculation of duty cycle new a020f22a4ff5 pwm: jz4740: Make PWM start with the active part new 74db728c0b4c pwm: jz4740: Add support for the JZ4725B new 1d7796bdb63a pwm: tegra: Support dynamic clock frequency configuration new ca162ce98110 pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() f [...] new cad0f2960675 pwm: rockchip: Simplify rockchip_pwm_get_state() new aef1a3799b5c pwm: imx27: Fix rounding behavior new d741cb045cb5 MAINTAINERS: Add Lee Jones as reviewer for the PWM subsystem new f5641d053d46 pwm: Add missing "CONFIG_" prefix new 9433a51ec153 Merge tag 'pwm/for-5.8-rc1' of git://git.kernel.org/pub/sc [...] new ef1548adada5 proc: Use new_inode not new_inode_pseudo new 44ebe016df3a Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/ [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 + MAINTAINERS | 1 + drivers/pwm/Kconfig | 12 +- drivers/pwm/Makefile | 1 + drivers/pwm/core.c | 4 +- drivers/pwm/pwm-img.c | 8 +- drivers/pwm/pwm-imx27.c | 20 +- drivers/pwm/pwm-iqs620a.c | 270 +++++++++++++++++++++ drivers/pwm/pwm-jz4740.c | 55 +++-- drivers/pwm/pwm-lpss.c | 15 +- drivers/pwm/pwm-rockchip.c | 7 +- drivers/pwm/pwm-sun4i.c | 9 + drivers/pwm/pwm-tegra.c | 80 +++++- fs/proc/inode.c | 2 +- fs/proc/self.c | 2 +- fs/proc/thread_self.c | 2 +- 16 files changed, 441 insertions(+), 48 deletions(-) create mode 100644 drivers/pwm/pwm-iqs620a.c