summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-0558-349/+466
|\
| * pwm: atmel: Improve duty cycle calculation in .apply()Uwe Kleine-König2021-04-231-7/+16
| * pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König2021-04-231-1/+1
| * pwm: visconti: Add Toshiba Visconti SoC PWM supportNobuhiro Iwamatsu2021-04-233-0/+200
| * pwm: mediatek: Remove unused functionJiapeng Chong2021-04-231-6/+0
| * pwm: pca9685: Improve runtime PM behaviorClemens Gruber2021-04-231-6/+19
| * pwm: pca9685: Support hardware readoutClemens Gruber2021-04-231-0/+36
| * pwm: pca9685: Switch to atomic APIClemens Gruber2021-04-231-170/+91
| * pwm: lpss: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-6/+0
| * pwm: sti: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+2
| * pwm: sti: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-3/+0
| * pwm: lpc3200: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-4/+0
| * pwm: lpc18xx-sct: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: bcm-kona: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-5/+0
| * pwm: bcm2835: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: bcm-iproc: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: atmel: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-22/+3
| * pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-1/+1
| * pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-1/+1
| * pwm: cros-ec: Refuse requests with unsupported polarityUwe Kleine-König2021-03-221-0/+3
| * pwm: sprd: Refuse requests with unsupported polarityUwe Kleine-König2021-03-221-0/+3
| * pwm: atmel-tcb: Only free resources after pwm_chip_remove() returnedUwe Kleine-König2021-03-221-4/+4
| * pwm: atmel-tcb: Implement .apply callbackUwe Kleine-König2021-03-221-8/+25
| * pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König2021-03-221-1/+1
| * pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-2255-72/+7
| * pwm: imx-tpm: Use a single line for error messageFabio Estevam2021-03-221-3/+1
| * pwm: ab8500: Implement .apply instead of .config, .enable and .disableUwe Kleine-König2021-03-221-28/+25
| * pwm: bcm2835: Improve period and duty cycle calculationUwe Kleine-König2021-03-221-8/+27
* | Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-04-283-0/+193
|\ \
| * | pwm: ntxec: Add driver for PWM function in Netronix ECJonathan Neuschäfer2021-03-103-0/+193
| |/
* / pwm: Add Raspberry Pi Firmware based PWM busNicolas Saenz Julienne2021-03-223-0/+216
|/
* Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-256-352/+65
|\
| * pwm: lpc18xx-sct: remove unneeded semicolonYang Li2021-02-221-1/+1
| * pwm: iqs620a: Correct a stale state variableJeff LaBundy2021-02-221-51/+37
| * pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König2021-02-221-3/+5
| * pwm: rockchip: Enable clock before calling clk_get_rate()Simon South2021-01-201-0/+10
| * pwm: rockchip: Eliminate potential race condition when probingSimon South2021-01-201-3/+6
| * pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South2021-01-201-2/+2
| * pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South2021-01-201-1/+0
| * pwm: rockchip: Enable APB clock during register access while probingSimon South2021-01-201-3/+5
| * pwm: Remove ZTE ZX driverArnd Bergmann2021-01-203-289/+0
* | Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-1947-371/+1181
|\|
| * pwm: sun4i: Remove erroneous else branchThierry Reding2020-12-171-5/+1
| * pwm: sl28cpld: Set driver data before registering the PWM chipThierry Reding2020-12-171-2/+2
| * pwm: imx27: Fix overflow for bigger periodsUwe Kleine-König2020-12-171-1/+2
| * pwm: bcm2835: Support apply function for atomic configurationLino Sanfilippo2020-12-171-45/+24
| * pwm: keembay: Fix build failure with -OsUwe Kleine-König2020-12-171-1/+6
| * pwm: core: Use octal permissionSoham Biswas2020-12-171-1/+1
| * pwm: lpss: Make compilable with COMPILE_TESTUwe Kleine-König2020-12-171-3/+3