aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds58-349/+466
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+193
2021-04-23pwm: atmel: Improve duty cycle calculation in .apply()Uwe Kleine-König1-7/+16
2021-04-23pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König1-1/+1
2021-04-23pwm: visconti: Add Toshiba Visconti SoC PWM supportNobuhiro Iwamatsu3-0/+200
2021-04-23pwm: mediatek: Remove unused functionJiapeng Chong1-6/+0
2021-04-23pwm: pca9685: Improve runtime PM behaviorClemens Gruber1-6/+19
2021-04-23pwm: pca9685: Support hardware readoutClemens Gruber1-0/+36
2021-04-23pwm: pca9685: Switch to atomic APIClemens Gruber1-170/+91
2021-04-09pwm: lpss: Don't modify HW state in .remove callbackUwe Kleine-König1-6/+0
2021-04-09pwm: sti: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+2
2021-04-09pwm: sti: Don't modify HW state in .remove callbackUwe Kleine-König1-3/+0
2021-04-09pwm: lpc3200: Don't modify HW state in .remove callbackUwe Kleine-König1-4/+0
2021-04-09pwm: lpc18xx-sct: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-04-09pwm: bcm-kona: Don't modify HW state in .remove callbackUwe Kleine-König1-5/+0
2021-04-09pwm: bcm2835: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-04-09pwm: bcm-iproc: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-04-09pwm: atmel: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-03-22pwm: Add Raspberry Pi Firmware based PWM busNicolas Saenz Julienne3-0/+216
2021-03-22pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König1-22/+3
2021-03-22pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König1-1/+1
2021-03-22pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König1-1/+1
2021-03-22pwm: cros-ec: Refuse requests with unsupported polarityUwe Kleine-König1-0/+3
2021-03-22pwm: sprd: Refuse requests with unsupported polarityUwe Kleine-König1-0/+3
2021-03-22pwm: atmel-tcb: Only free resources after pwm_chip_remove() returnedUwe Kleine-König1-4/+4
2021-03-22pwm: atmel-tcb: Implement .apply callbackUwe Kleine-König1-8/+25
2021-03-22pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König1-1/+1
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König55-72/+7
2021-03-22pwm: imx-tpm: Use a single line for error messageFabio Estevam1-3/+1
2021-03-22pwm: ab8500: Implement .apply instead of .config, .enable and .disableUwe Kleine-König1-28/+25
2021-03-22pwm: bcm2835: Improve period and duty cycle calculationUwe Kleine-König1-8/+27
2021-03-10pwm: ntxec: Add driver for PWM function in Netronix ECJonathan Neuschäfer3-0/+193
2021-02-25Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds6-352/+65
2021-02-22pwm: lpc18xx-sct: remove unneeded semicolonYang Li1-1/+1
2021-02-22pwm: iqs620a: Correct a stale state variableJeff LaBundy1-51/+37
2021-02-22pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König1-3/+5
2021-01-20pwm: rockchip: Enable clock before calling clk_get_rate()Simon South1-0/+10
2021-01-20pwm: rockchip: Eliminate potential race condition when probingSimon South1-3/+6
2021-01-20pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South1-2/+2
2021-01-20pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South1-1/+0
2021-01-20pwm: rockchip: Enable APB clock during register access while probingSimon South1-3/+5
2021-01-20pwm: Remove ZTE ZX driverArnd Bergmann3-289/+0
2020-12-19Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds47-371/+1181
2020-12-17pwm: sun4i: Remove erroneous else branchThierry Reding1-5/+1
2020-12-17pwm: sl28cpld: Set driver data before registering the PWM chipThierry Reding1-2/+2
2020-12-17pwm: imx27: Fix overflow for bigger periodsUwe Kleine-König1-1/+2
2020-12-17pwm: bcm2835: Support apply function for atomic configurationLino Sanfilippo1-45/+24
2020-12-17pwm: keembay: Fix build failure with -OsUwe Kleine-König1-1/+6
2020-12-17pwm: core: Use octal permissionSoham Biswas1-1/+1
2020-12-17pwm: lpss: Make compilable with COMPILE_TESTUwe Kleine-König1-3/+3