summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2020-09-24pwm: img: Fix null pointer access in probeHauke Mehrtens1-1/+2
2020-09-24pwm: pca9685: Disable unused alternative addressesDavid Jander1-7/+16
2020-09-24pwm: pca9685: Use BIT() macro instead of shiftDavid Jander1-4/+4
2020-09-24pwm: pca9685: Make comments more consistentDavid Jander1-7/+7
2020-09-24pwm: sun4i: Simplify with dev_err_probe()Krzysztof Kozlowski1-24/+12
2020-09-24pwm: sprd: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-09-24pwm: sifive: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2020-09-24pwm: rockchip: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-09-24pwm: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-09-24pwm: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-09-24pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-14/+3
2020-09-24pwm: rockchip: Keep enabled PWMs running while probingSimon South1-1/+4
2020-08-15Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-33/+39
2020-07-30pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur1-2/+7
2020-07-30pwm: Replace HTTP links with HTTPS onesAlexander A. Klimov3-3/+3
2020-07-30pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc headerLee Jones1-1/+1
2020-07-30pwm: mediatek: Provide missing kerneldoc description for 'soc' argLee Jones1-0/+1
2020-07-30pwm: bcm-kona: Remove impossible comparison when validating duty cycleLee Jones1-1/+1
2020-07-30pwm: bcm-iproc: Remove impossible comparison when validating duty cycleLee Jones1-2/+1
2020-07-01pwm: remove pwm-puv3 driverMike Rapoport3-160/+0
2020-06-17pwm: iqs620a: Use lowercase hexadecimal literals for consistencyThierry Reding1-4/+4
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh3-12/+12
2020-06-17pwm: sun4i: Use nsecs_to_jiffies to avoid a divisionGuru Das Srinagesh1-1/+1
2020-06-17pwm: sifive: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-06-17pwm: iqs620a: Use 64-bit divisionThierry Reding1-3/+4
2020-06-16pwm: imx27: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-06-16pwm: imx-tpm: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2020-06-16pwm: clps711x: Use 64-bit division macroGuru Das Srinagesh1-1/+1
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