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