summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)Author
2021-05-05Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2021-04-23pwm: atmel: Improve duty cycle calculation in .apply()Uwe Kleine-König
2021-04-23pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König
2021-04-23pwm: visconti: Add Toshiba Visconti SoC PWM supportNobuhiro Iwamatsu
2021-04-23pwm: mediatek: Remove unused functionJiapeng Chong
2021-04-23pwm: pca9685: Improve runtime PM behaviorClemens Gruber
2021-04-23pwm: pca9685: Support hardware readoutClemens Gruber
2021-04-23pwm: pca9685: Switch to atomic APIClemens Gruber
2021-04-09pwm: lpss: Don't modify HW state in .remove callbackUwe Kleine-König
2021-04-09pwm: sti: Free resources only after pwmchip_remove()Uwe Kleine-König
2021-04-09pwm: sti: Don't modify HW state in .remove callbackUwe Kleine-König
2021-04-09pwm: lpc3200: Don't modify HW state in .remove callbackUwe Kleine-König
2021-04-09pwm: lpc18xx-sct: Free resources only after pwmchip_remove()Uwe Kleine-König
2021-04-09pwm: bcm-kona: Don't modify HW state in .remove callbackUwe Kleine-König
2021-04-09pwm: bcm2835: Free resources only after pwmchip_remove()Uwe Kleine-König
2021-04-09pwm: bcm-iproc: Free resources only after pwmchip_remove()Uwe Kleine-König
2021-04-09pwm: atmel: Free resources only after pwmchip_remove()Uwe Kleine-König
2021-03-22pwm: Add Raspberry Pi Firmware based PWM busNicolas Saenz Julienne
2021-03-22pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König
2021-03-22pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König
2021-03-22pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König
2021-03-22pwm: cros-ec: Refuse requests with unsupported polarityUwe Kleine-König
2021-03-22pwm: sprd: Refuse requests with unsupported polarityUwe Kleine-König
2021-03-22pwm: atmel-tcb: Only free resources after pwm_chip_remove() returnedUwe Kleine-König
2021-03-22pwm: atmel-tcb: Implement .apply callbackUwe Kleine-König
2021-03-22pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2021-03-22pwm: imx-tpm: Use a single line for error messageFabio Estevam
2021-03-22pwm: ab8500: Implement .apply instead of .config, .enable and .disableUwe Kleine-König
2021-03-22pwm: bcm2835: Improve period and duty cycle calculationUwe Kleine-König
2021-03-10pwm: ntxec: Add driver for PWM function in Netronix ECJonathan Neuschäfer
2021-02-25Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-22pwm: lpc18xx-sct: remove unneeded semicolonYang Li
2021-02-22pwm: iqs620a: Correct a stale state variableJeff LaBundy
2021-02-22pwm: iqs620a: Fix overflow and optimize calculationsUwe Kleine-König
2021-01-20pwm: rockchip: Enable clock before calling clk_get_rate()Simon South
2021-01-20pwm: rockchip: Eliminate potential race condition when probingSimon South
2021-01-20pwm: rockchip: Replace "bus clk" with "PWM clk"Simon South
2021-01-20pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare()Simon South
2021-01-20pwm: rockchip: Enable APB clock during register access while probingSimon South
2021-01-20pwm: Remove ZTE ZX driverArnd Bergmann
2020-12-19Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-17pwm: sun4i: Remove erroneous else branchThierry Reding
2020-12-17pwm: sl28cpld: Set driver data before registering the PWM chipThierry Reding
2020-12-17pwm: imx27: Fix overflow for bigger periodsUwe Kleine-König
2020-12-17pwm: bcm2835: Support apply function for atomic configurationLino Sanfilippo
2020-12-17pwm: keembay: Fix build failure with -OsUwe Kleine-König
2020-12-17pwm: core: Use octal permissionSoham Biswas
2020-12-17pwm: lpss: Make compilable with COMPILE_TESTUwe Kleine-König