aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04pwm: Add missing "CONFIG_" prefixKees Cook1-1/+1
2020-06-02pwm: imx27: Fix rounding behaviorUwe Kleine-König1-10/+10
2020-06-02pwm: rockchip: Simplify rockchip_pwm_get_state()Rasmus Villemoes1-6/+1
2020-06-02pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed caseNavid Emamdoost1-2/+6
2020-06-02pwm: tegra: Support dynamic clock frequency configurationSandipan Patra1-4/+76
2020-06-02pwm: jz4740: Add support for the JZ4725BPaul Cercueil1-4/+20
2020-06-02pwm: jz4740: Make PWM start with the active partPaul Cercueil1-9/+16
2020-06-02pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil1-3/+3
2020-06-02pwm: jz4740: Drop dependency on MACH_INGENICPaul Cercueil1-1/+1
2020-06-02pwm: lpss: Fix get_state runtime-pm reference handlingHans de Goede1-4/+11
2020-06-02pwm: sun4i: Support direct clock output on Allwinner A64Peter Vasil1-0/+9
2020-04-14pwm: Add support for Azoteq IQS620A PWM generatorJeff LaBundy3-0/+281
2020-04-14pwm: Add missing '\n' in log messagesChristophe JAILLET1-1/+1
2020-04-03pwm: pca9685: Fix PWM/GPIO inter-operationSven Van Asbroeck1-37/+48
2020-04-03pwm: Make pwm_apply_state_debug() staticJason Yan1-2/+2
2020-04-03pwm: meson: Remove redundant assignment to variable fin_freqColin Ian King1-1/+1
2020-03-30pwm: jz4740: Allow selection of PWM channels 0 and 1Paul Cercueil1-5/+14
2020-03-30pwm: jz4740: Obtain regmap from parent nodePaul Cercueil2-24/+44
2020-03-30pwm: jz4740: Improve algorithm of clock calculationPaul Cercueil1-15/+29
2020-03-30pwm: jz4740: Use clocks from TCU driverPaul Cercueil2-14/+41
2020-03-30pwm: sun4i: Remove redundant needs_delayPascal Roeleven1-11/+2
2020-03-30pwm: omap-dmtimer: Implement .apply callbackLokesh Vutla1-51/+129
2020-03-30pwm: omap-dmtimer: Do not disable PWM before changing period/duty_cycleLokesh Vutla1-14/+7
2020-03-30pwm: omap-dmtimer: Fix PWM enabling sequenceLokesh Vutla1-5/+5
2020-03-30pwm: omap-dmtimer: Update description for PWM OMAP DM timerLokesh Vutla1-1/+9
2020-03-30pwm: omap-dmtimer: Drop unused header fileLokesh Vutla1-11/+9
2020-03-30pwm: renesas-tpu: Drop confusing registered messageGeert Uytterhoeven1-2/+0
2020-03-30pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven1-5/+4
2020-03-30pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven1-3/+7
2020-03-30pwm: meson: Fix confusing indentationKrzysztof Kozlowski1-1/+1
2020-03-30pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUTRishi Gupta1-1/+1
2020-03-30pwm: pca9685: Replace CONFIG_PM with __maybe_unusedRishi Gupta1-4/+2
2020-03-30pwm: tegra: Add support for Tegra194Sandipan Patra1-0/+6
2020-03-30pwm: Enable compile testing for some of driversKrzysztof Kozlowski1-22/+25
2020-03-30pwm: pca9685: Remove unused duty_cycle struct elementMatthias Schiffer1-4/+0
2020-03-30pwm: mxs: Remove unused include of of_address.hAnson Huang1-1/+0
2020-03-30pwm: imx27: Remove unused include of of_device.hAnson Huang1-1/+0
2020-03-30pwm: imx-tpm: Remove unused includesAnson Huang1-2/+0
2020-03-30pwm: Implement some checks for lowlevel driversUwe Kleine-König2-7/+137
2020-03-30pwm: imx27: Ensure clocks being on iff the PWM is onUwe Kleine-König1-2/+12
2020-03-30pwm: imx27: Don't disable clocks at device remove timeUwe Kleine-König1-2/+0
2020-03-30pwm: imx27: Simplify helper function to enable and disable clocksUwe Kleine-König1-10/+7
2020-03-30pwm: imx27: Fix clock handling in pwm_imx27_apply()Uwe Kleine-König1-1/+1
2020-03-30pwm: bcm2835: Dynamically allocate baseFlorian Fainelli1-0/+1
2020-03-16clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla1-3/+5
2020-01-20pwm: Remove set but not set variable 'pwm'yu kuai1-4/+0
2020-01-20pwm: sun4i: Initialize variables before useThierry Reding1-2/+2
2020-01-20pwm: stm32: Remove automatic output enableFabrice Gasnier1-3/+1
2020-01-20pwm: sun4i: Narrow scope of local variableUwe Kleine-König1-3/+5
2020-01-20pwm: bcm2835: Allow building for ARCH_BRCMSTBFlorian Fainelli1-1/+1