Merge tag 'pwm/for-4.5-rc1' of...
Merge tag 'pwm/for-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm Pull pwm updates from Thierry Reding: "This set of changes contains a new driver for OMAP (using the dual-mode timers) as well as an assortment of fixes all across the board" * tag 'pwm/for-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm: pwm: Mark all devices as "might sleep" pwm: omap-dmtimer: Potential NULL dereference on error pwm: add HAS_IOMEM dependency to PWM_FSL_FTM pwm: Add PWM driver for OMAP using dual-mode timers pwm: rcar: Improve accuracy of frequency division setting pwm: lpc32xx: return ERANGE, if requested period is not supported pwm: lpc32xx: fix and simplify duty cycle and period calculations pwm: lpc32xx: make device usable with common clock framework pwm: lpc32xx: correct number of PWM channels from 2 to 1 dt: lpc32xx: pwm: update documentation of LPC32xx PWM device dt: lpc32xx: pwm: correct LPC32xx PWM device node example pwm: fsl-ftm: Fix clock enable/disable when using PM pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE pwm: lpss: Select core part automatically pwm: lpss: Update PWM setting for Broxton pwm: bcm2835: Fix email address specification pwm: bcm2835: Prevent division by zero pwm: bcm2835: Calculate scaler in ->config() pwm: lpss: Remove ->free() callback
Showing
- Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt 7 additions, 2 deletionsDocumentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
- Documentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt 18 additions, 0 deletionsDocumentation/devicetree/bindings/pwm/pwm-omap-dmtimer.txt
- drivers/pwm/Kconfig 15 additions, 10 deletionsdrivers/pwm/Kconfig
- drivers/pwm/Makefile 1 addition, 0 deletionsdrivers/pwm/Makefile
- drivers/pwm/core.c 1 addition, 1 deletiondrivers/pwm/core.c
- drivers/pwm/pwm-bcm2835.c 12 additions, 6 deletionsdrivers/pwm/pwm-bcm2835.c
- drivers/pwm/pwm-fsl-ftm.c 25 additions, 33 deletionsdrivers/pwm/pwm-fsl-ftm.c
- drivers/pwm/pwm-lpc32xx.c 22 additions, 37 deletionsdrivers/pwm/pwm-lpc32xx.c
- drivers/pwm/pwm-lpss.c 40 additions, 17 deletionsdrivers/pwm/pwm-lpss.c
- drivers/pwm/pwm-lpss.h 1 addition, 0 deletionsdrivers/pwm/pwm-lpss.h
- drivers/pwm/pwm-omap-dmtimer.c 327 additions, 0 deletionsdrivers/pwm/pwm-omap-dmtimer.c
- drivers/pwm/pwm-rcar.c 1 addition, 1 deletiondrivers/pwm/pwm-rcar.c
- include/linux/platform_data/pwm_omap_dmtimer.h 69 additions, 0 deletionsinclude/linux/platform_data/pwm_omap_dmtimer.h
Loading
Please register or sign in to comment