summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2020-09-06pwm: lpss: Remove suspend/resume handlersHans de Goede
2020-09-06pwm: lpss: Make pwm_lpss_apply() not rely on existing hardware stateHans de Goede
2020-09-06pwm: lpss: Add pwm_lpss_prepare_enable() helperHans de Goede
2020-09-06pwm: lpss: Add range limit check for the base_unit register valueHans de Goede
2020-09-06pwm: lpss: Fix off by one error in base_unit math in pwm_lpss_prepare()Hans de Goede
2020-08-24pwm: cros-ec: Simplify EC error handlingGuenter Roeck
2020-08-24pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck
2020-08-19ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-30pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur
2020-07-30pwm: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-30pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc headerLee Jones
2020-07-30pwm: mediatek: Provide missing kerneldoc description for 'soc' argLee Jones
2020-07-30pwm: bcm-kona: Remove impossible comparison when validating duty cycleLee Jones
2020-07-30pwm: bcm-iproc: Remove impossible comparison when validating duty cycleLee Jones
2020-07-01pwm: remove pwm-puv3 driverMike Rapoport
2020-06-17pwm: iqs620a: Use lowercase hexadecimal literals for consistencyThierry Reding
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh
2020-06-17pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh
2020-06-17pwm: sifive: Use 64-bit division macroGuru Das Srinagesh
2020-06-17pwm: iqs620a: Use 64-bit divisionThierry Reding
2020-06-16pwm: imx27: Use 64-bit division macroGuru Das Srinagesh
2020-06-16pwm: imx-tpm: Use 64-bit division macroGuru Das Srinagesh
2020-06-16pwm: clps711x: Use 64-bit division macroGuru Das Srinagesh
2020-06-04pwm: Add missing "CONFIG_" prefixKees Cook
2020-06-02pwm: imx27: Fix rounding behaviorUwe Kleine-König
2020-06-02pwm: rockchip: Simplify rockchip_pwm_get_state()Rasmus Villemoes
2020-06-02pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost
2020-06-02pwm: tegra: Support dynamic clock frequency configurationSandipan Patra
2020-06-02pwm: jz4740: Add support for the JZ4725BPaul Cercueil
2020-06-02pwm: jz4740: Make PWM start with the active partPaul Cercueil
2020-06-02pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil
2020-06-02pwm: jz4740: Drop dependency on MACH_INGENICPaul Cercueil
2020-06-02pwm: lpss: Fix get_state runtime-pm reference handlingHans de Goede
2020-06-02pwm: sun4i: Support direct clock output on Allwinner A64Peter Vasil
2020-04-14pwm: Add support for Azoteq IQS620A PWM generatorJeff LaBundy
2020-04-14pwm: Add missing '\n' in log messagesChristophe JAILLET
2020-04-03pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck
2020-04-03pwm: Make pwm_apply_state_debug() staticJason Yan
2020-04-03pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King
2020-03-30pwm: jz4740: Allow selection of PWM channels 0 and 1Paul Cercueil
2020-03-30pwm: jz4740: Obtain regmap from parent nodePaul Cercueil
2020-03-30pwm: jz4740: Improve algorithm of clock calculationPaul Cercueil
2020-03-30pwm: jz4740: Use clocks from TCU driverPaul Cercueil
2020-03-30pwm: sun4i: Remove redundant needs_delayPascal Roeleven
2020-03-30pwm: omap-dmtimer: Implement .apply callbackLokesh Vutla
2020-03-30pwm: omap-dmtimer: Do not disable PWM before changing period/duty_cycleLokesh Vutla
2020-03-30pwm: omap-dmtimer: Fix PWM enabling sequenceLokesh Vutla
2020-03-30pwm: omap-dmtimer: Update description for PWM OMAP DM timerLokesh Vutla
2020-03-30pwm: omap-dmtimer: Drop unused header fileLokesh Vutla