summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
AgeCommit message (Expand)Author
2020-06-24pwm: Add missing "CONFIG_" prefixKees Cook
2020-06-24pwm: imx27: Fix rounding behaviorUwe Kleine-König
2020-06-24pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost
2020-06-22pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil
2020-06-22pwm: lpss: Fix get_state runtime-pm reference handlingHans de Goede
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
2020-03-30pwm: renesas-tpu: Drop confusing registered messageGeert Uytterhoeven
2020-03-30pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven
2020-03-30pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven
2020-03-30pwm: meson: Fix confusing indentationKrzysztof Kozlowski
2020-03-30pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUTRishi Gupta
2020-03-30pwm: pca9685: Replace CONFIG_PM with __maybe_unusedRishi Gupta
2020-03-30pwm: tegra: Add support for Tegra194Sandipan Patra
2020-03-30pwm: Enable compile testing for some of driversKrzysztof Kozlowski
2020-03-30pwm: pca9685: Remove unused duty_cycle struct elementMatthias Schiffer
2020-03-30pwm: mxs: Remove unused include of of_address.hAnson Huang
2020-03-30pwm: imx27: Remove unused include of of_device.hAnson Huang
2020-03-30pwm: imx-tpm: Remove unused includesAnson Huang
2020-03-30pwm: Implement some checks for lowlevel driversUwe Kleine-König
2020-03-30pwm: imx27: Ensure clocks being on iff the PWM is onUwe Kleine-König
2020-03-30pwm: imx27: Don't disable clocks at device remove timeUwe Kleine-König
2020-03-30pwm: imx27: Simplify helper function to enable and disable clocksUwe Kleine-König
2020-03-30pwm: imx27: Fix clock handling in pwm_imx27_apply()Uwe Kleine-König
2020-03-30pwm: bcm2835: Dynamically allocate baseFlorian Fainelli
2020-03-16clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla
2020-01-20pwm: Remove set but not set variable 'pwm'yu kuai
2020-01-20pwm: sun4i: Initialize variables before useThierry Reding
2020-01-20pwm: stm32: Remove automatic output enableFabrice Gasnier
2020-01-20pwm: sun4i: Narrow scope of local variableUwe Kleine-König
2020-01-20pwm: bcm2835: Allow building for ARCH_BRCMSTBFlorian Fainelli
2020-01-20pwm: imx27: Eliminate error message for defer probeAnson Huang
2020-01-20pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva
2020-01-20pwm: sun4i: Move pwm_calculate() out of spin_lock()Clément Péron
2020-01-20pwm: omap-dmtimer: Allow compiling with COMPILE_TESTUwe Kleine-König
2020-01-20pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König
2020-01-20pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König
2020-01-20pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König
2020-01-20pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König