Age | Commit message (Expand) | Author |
2021-05-05 | Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-04-28 | Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds |
2021-04-23 | pwm: atmel: Improve duty cycle calculation in .apply() | Uwe Kleine-König |
2021-04-23 | pwm: atmel: Fix duty cycle calculation in .get_state() | Uwe Kleine-König |
2021-04-23 | pwm: visconti: Add Toshiba Visconti SoC PWM support | Nobuhiro Iwamatsu |
2021-04-23 | pwm: mediatek: Remove unused function | Jiapeng Chong |
2021-04-23 | pwm: pca9685: Improve runtime PM behavior | Clemens Gruber |
2021-04-23 | pwm: pca9685: Support hardware readout | Clemens Gruber |
2021-04-23 | pwm: pca9685: Switch to atomic API | Clemens Gruber |
2021-04-09 | pwm: lpss: Don't modify HW state in .remove callback | Uwe Kleine-König |
2021-04-09 | pwm: sti: Free resources only after pwmchip_remove() | Uwe Kleine-König |
2021-04-09 | pwm: sti: Don't modify HW state in .remove callback | Uwe Kleine-König |
2021-04-09 | pwm: lpc3200: Don't modify HW state in .remove callback | Uwe Kleine-König |
2021-04-09 | pwm: lpc18xx-sct: Free resources only after pwmchip_remove() | Uwe Kleine-König |
2021-04-09 | pwm: bcm-kona: Don't modify HW state in .remove callback | Uwe Kleine-König |
2021-04-09 | pwm: bcm2835: Free resources only after pwmchip_remove() | Uwe Kleine-König |
2021-04-09 | pwm: bcm-iproc: Free resources only after pwmchip_remove() | Uwe Kleine-König |
2021-04-09 | pwm: atmel: Free resources only after pwmchip_remove() | Uwe Kleine-König |
2021-03-22 | pwm: Add Raspberry Pi Firmware based PWM bus | Nicolas Saenz Julienne |
2021-03-22 | pwm: Drop function pwmchip_add_with_polarity() | Uwe Kleine-König |
2021-03-22 | pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity() | Uwe Kleine-König |
2021-03-22 | pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() | Uwe Kleine-König |
2021-03-22 | pwm: cros-ec: Refuse requests with unsupported polarity | Uwe Kleine-König |
2021-03-22 | pwm: sprd: Refuse requests with unsupported polarity | Uwe Kleine-König |
2021-03-22 | pwm: atmel-tcb: Only free resources after pwm_chip_remove() returned | Uwe Kleine-König |
2021-03-22 | pwm: atmel-tcb: Implement .apply callback | Uwe Kleine-König |
2021-03-22 | pwm: Return -EINVAL for old-style drivers without .set_polarity callback | Uwe Kleine-König |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König |
2021-03-22 | pwm: imx-tpm: Use a single line for error message | Fabio Estevam |
2021-03-22 | pwm: ab8500: Implement .apply instead of .config, .enable and .disable | Uwe Kleine-König |
2021-03-22 | pwm: bcm2835: Improve period and duty cycle calculation | Uwe Kleine-König |
2021-03-10 | pwm: ntxec: Add driver for PWM function in Netronix EC | Jonathan Neuschäfer |
2021-02-25 | Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-02-22 | pwm: lpc18xx-sct: remove unneeded semicolon | Yang Li |
2021-02-22 | pwm: iqs620a: Correct a stale state variable | Jeff LaBundy |
2021-02-22 | pwm: iqs620a: Fix overflow and optimize calculations | Uwe Kleine-König |
2021-01-20 | pwm: rockchip: Enable clock before calling clk_get_rate() | Simon South |
2021-01-20 | pwm: rockchip: Eliminate potential race condition when probing | Simon South |
2021-01-20 | pwm: rockchip: Replace "bus clk" with "PWM clk" | Simon South |
2021-01-20 | pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare() | Simon South |
2021-01-20 | pwm: rockchip: Enable APB clock during register access while probing | Simon South |
2021-01-20 | pwm: Remove ZTE ZX driver | Arnd Bergmann |
2020-12-19 | Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-12-17 | pwm: sun4i: Remove erroneous else branch | Thierry Reding |
2020-12-17 | pwm: sl28cpld: Set driver data before registering the PWM chip | Thierry Reding |
2020-12-17 | pwm: imx27: Fix overflow for bigger periods | Uwe Kleine-König |
2020-12-17 | pwm: bcm2835: Support apply function for atomic configuration | Lino Sanfilippo |
2020-12-17 | pwm: keembay: Fix build failure with -Os | Uwe Kleine-König |
2020-12-17 | pwm: core: Use octal permission | Soham Biswas |
2020-12-17 | pwm: lpss: Make compilable with COMPILE_TEST | Uwe Kleine-König |