summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2023-01-14pwm: tegra: Fix 32 bit buildSteven Price1-1/+1
2023-01-14pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König1-1/+4
2023-01-14pwm: tegra: Improve required rate calculationJon Hunter1-2/+2
2022-08-21pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2022-08-21pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König1-2/+3
2022-08-21pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König1-9/+37
2022-08-21pwm: sifive: Simplify offset calculation for PWMCMP registersUwe Kleine-König1-7/+3
2022-08-21pwm: sifive: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+3
2022-06-14pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König1-0/+1
2022-04-08pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()Uwe Kleine-König1-11/+9
2021-09-26pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König1-2/+0
2021-09-26pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König1-14/+0
2021-09-26pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König1-16/+0
2021-09-26pwm: mxs: Don't modify HW state in .probe() after the PWM chip was registeredUwe Kleine-König1-8/+5
2021-09-26pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...Uwe Kleine-König1-5/+5
2021-07-28pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König1-7/+4
2021-07-20pwm: imx1: Don't disable clocks at device remove timeUwe Kleine-König1-2/+0
2021-07-20pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König1-13/+0
2021-07-20pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei1-1/+1
2021-07-20pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König1-4/+0
2021-05-19pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König1-1/+1
2021-03-04pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König1-3/+5
2021-03-04pwm: rockchip: Eliminate potential race condition when probingSimon South1-3/+6
2021-03-04pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South1-1/+0
2021-03-04pwm: rockchip: Enable APB clock during register access while probingSimon South1-3/+5
2020-12-30pwm: sun4i: Remove erroneous else branchThierry Reding1-5/+1
2020-12-30pwm: imx27: Fix overflow for bigger periodsUwe Kleine-König1-1/+2
2020-12-30pwm: lp3943: Dynamically allocate PWM chip baseLokesh Vutla1-0/+1
2020-12-30pwm: zx: Add missing cleanup in error pathUwe Kleine-König1-0/+1
2020-12-03pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König1-2/+4
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-10-23Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-20/+17
2020-10-22Merge tag 'pwm/for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-90/+64
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-89/+128
2020-09-24pwm: Allow store 64-bit duty cycle from sysfs interfaceJarkko Nikula1-2/+2
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-09-17pwm: Add support for sl28cpld PWM controllerMichael Walle3-0/+281
2020-09-12Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi18-193/+39
2020-09-06pwm: crc: Implement get_state() methodHans de Goede1-0/+31