summaryrefslogtreecommitdiff
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: tegra: Fix 32 bit buildSteven Price2023-01-141-1/+1
* pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König2023-01-141-1/+4
* pwm: tegra: Improve required rate calculationJon Hunter2023-01-141-2/+2
* pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()Yangtao Li2022-08-211-3/+1
* pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König2022-08-211-2/+3
* pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König2022-08-211-9/+37
* pwm: sifive: Simplify offset calculation for PWMCMP registersUwe Kleine-König2022-08-211-7/+3
* pwm: sifive: Don't check the return code of pwmchip_remove()Uwe Kleine-König2022-08-211-3/+3
* pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König2022-06-141-0/+1
* pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()Uwe Kleine-König2022-04-081-11/+9
* pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-261-2/+0
* pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-261-14/+0
* pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-261-16/+0
* pwm: mxs: Don't modify HW state in .probe() after the PWM chip was registeredUwe Kleine-König2021-09-261-8/+5
* pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...Uwe Kleine-König2021-09-261-5/+5
* pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skippedUwe Kleine-König2021-07-281-7/+4
* pwm: imx1: Don't disable clocks at device remove timeUwe Kleine-König2021-07-201-2/+0
* pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König2021-07-201-13/+0
* pwm: img: Fix PM reference leak in img_pwm_enable()Zou Wei2021-07-201-1/+1
* pwm: spear: Don't modify HW state in .remove callbackUwe Kleine-König2021-07-201-4/+0
* pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König2021-05-191-1/+1
* pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König2021-03-041-3/+5
* pwm: rockchip: Eliminate potential race condition when probingSimon South2021-03-041-3/+6
* pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South2021-03-041-1/+0
* pwm: rockchip: Enable APB clock during register access while probingSimon South2021-03-041-3/+5
* pwm: sun4i: Remove erroneous else branchThierry Reding2020-12-301-5/+1
* pwm: imx27: Fix overflow for bigger periodsUwe Kleine-König2020-12-301-1/+2
* pwm: lp3943: Dynamically allocate PWM chip baseLokesh Vutla2020-12-301-0/+1
* pwm: zx: Add missing cleanup in error pathUwe Kleine-König2020-12-301-0/+1
* pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König2020-12-031-2/+4
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-1/+1
|\
| * ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-191-1/+1
* | Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-231-20/+17
|\ \
| * | pwm: cros-ec: Simplify EC error handlingGuenter Roeck2020-08-241-22/+4
| * | pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck2020-08-241-7/+22
| |/
* | Merge tag 'pwm/for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-2210-90/+64
|\ \
| * | pwm: Allow store 64-bit duty cycle from sysfs interfaceJarkko Nikula2020-09-241-2/+2
| * | pwm: img: Fix null pointer access in probeHauke Mehrtens2020-09-241-1/+2
| * | pwm: pca9685: Disable unused alternative addressesDavid Jander2020-09-241-7/+16
| * | pwm: pca9685: Use BIT() macro instead of shiftDavid Jander2020-09-241-4/+4
| * | pwm: pca9685: Make comments more consistentDavid Jander2020-09-241-7/+7
| * | pwm: sun4i: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-24/+12
| * | pwm: sprd: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-5/+2
| * | pwm: sifive: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-5/+3
| * | pwm: rockchip: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-7/+3
| * | pwm: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-6/+3
| * | pwm: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-7/+3
| * | pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-241-14/+3
| * | pwm: rockchip: Keep enabled PWMs running while probingSimon South2020-09-241-1/+4
| |/
* | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-154-89/+128
|\ \