- 7b9df26 Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 8 months ago
- 71a5cc2 Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 3 years, 8 months ago
- 8035e6c pwm: atmel: Improve duty cycle calculation in .apply() by Uwe Kleine-König · 3 years, 9 months ago
- 453e8b3 pwm: atmel: Fix duty cycle calculation in .get_state() by Uwe Kleine-König · 3 years, 9 months ago
- 721b595 pwm: visconti: Add Toshiba Visconti SoC PWM support by Nobuhiro Iwamatsu · 3 years, 9 months ago
- 0b638f5 pwm: mediatek: Remove unused function by Jiapeng Chong · 3 years, 9 months ago
- 9e6fd83 pwm: pca9685: Improve runtime PM behavior by Clemens Gruber · 3 years, 9 months ago
- 8f4768a pwm: pca9685: Support hardware readout by Clemens Gruber · 3 years, 9 months ago
- 9af1fba pwm: pca9685: Switch to atomic API by Clemens Gruber · 3 years, 9 months ago
- 64d7d07 pwm: lpss: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
- 0e719e8 pwm: sti: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
- a9ea2e7 pwm: sti: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
- 13ef041 pwm: lpc3200: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
- d58a484 pwm: lpc18xx-sct: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
- 819e824 pwm: bcm-kona: Don't modify HW state in .remove callback by Uwe Kleine-König · 3 years, 9 months ago
- 3c81746 pwm: bcm2835: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
- d4ac391 pwm: bcm-iproc: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
- 89c6f31 pwm: atmel: Free resources only after pwmchip_remove() by Uwe Kleine-König · 3 years, 9 months ago
- 79caa36 pwm: Add Raspberry Pi Firmware based PWM bus by Nicolas Saenz Julienne · 4 years ago
- 9666cec pwm: Drop function pwmchip_add_with_polarity() by Uwe Kleine-König · 4 years, 1 month ago
- 965ebe39 pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity() by Uwe Kleine-König · 4 years, 1 month ago
- fc423f2 pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() by Uwe Kleine-König · 4 years, 1 month ago
- 9f0f610 pwm: cros-ec: Refuse requests with unsupported polarity by Uwe Kleine-König · 3 years, 10 months ago
- 09081c9 pwm: sprd: Refuse requests with unsupported polarity by Uwe Kleine-König · 3 years, 10 months ago
- c77e99f pwm: atmel-tcb: Only free resources after pwm_chip_remove() returned by Uwe Kleine-König · 3 years, 10 months ago
- 30882cf pwm: atmel-tcb: Implement .apply callback by Uwe Kleine-König · 3 years, 10 months ago
- d58cb0e pwm: Return -EINVAL for old-style drivers without .set_polarity callback by Uwe Kleine-König · 3 years, 10 months ago
- f9a8ee8 pwm: Always allocate PWM chip base ID dynamically by Uwe Kleine-König · 3 years, 10 months ago
- 5a43c20 pwm: imx-tpm: Use a single line for error message by Fabio Estevam · 3 years, 10 months ago
- acf3402 pwm: ab8500: Implement .apply instead of .config, .enable and .disable by Uwe Kleine-König · 3 years, 10 months ago
- ca0d2fb pwm: bcm2835: Improve period and duty cycle calculation by Uwe Kleine-König · 4 years ago
- 9fc0486 pwm: ntxec: Add driver for PWM function in Netronix EC by Jonathan Neuschäfer · 4 years ago
- 2c87f7a Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 10 months ago
- 9a9dd7e pwm: lpc18xx-sct: remove unneeded semicolon by Yang Li · 4 years ago
- 28208c7 pwm: iqs620a: Correct a stale state variable by Jeff LaBundy · 4 years ago
- 72d6b24 pwm: iqs620a: Fix overflow and optimize calculations by Uwe Kleine-König · 4 years ago
- 11be938 pwm: rockchip: Enable clock before calling clk_get_rate() by Simon South · 4 years ago
- d21ba5d pwm: rockchip: Eliminate potential race condition when probing by Simon South · 4 years ago
- c9f809d pwm: rockchip: Replace "bus clk" with "PWM clk" by Simon South · 4 years ago
- d5d8d67 pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare() by Simon South · 4 years ago
- d9b657a pwm: rockchip: Enable APB clock during register access while probing by Simon South · 4 years ago
- a2bc9b2 pwm: Remove ZTE ZX driver by Arnd Bergmann · 4 years ago
- d56154c Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 4 years ago
- 6eefb79 pwm: sun4i: Remove erroneous else branch by Thierry Reding · 4 years, 1 month ago
- edf7f80 pwm: sl28cpld: Set driver data before registering the PWM chip by Thierry Reding · 4 years, 1 month ago
- 1ce6539 pwm: imx27: Fix overflow for bigger periods by Uwe Kleine-König · 4 years, 1 month ago
- 2f81b51 pwm: bcm2835: Support apply function for atomic configuration by Lino Sanfilippo · 4 years, 1 month ago
- bb72e1d pwm: keembay: Fix build failure with -Os by Uwe Kleine-König · 4 years, 2 months ago
- 765edf0 pwm: core: Use octal permission by Soham Biswas · 4 years, 1 month ago
- aa43edc pwm: lpss: Make compilable with COMPILE_TEST by Uwe Kleine-König · 4 years, 1 month ago
- 71d4b83 pwm: Fix dependencies on HAS_IOMEM by Uwe Kleine-König · 4 years, 1 month ago
- 2b1c1a5 pwm: Use -EINVAL for unsupported polarity by Thierry Reding · 4 years, 2 months ago
- f14a8f0 pwm: sti: Remove unnecessary blank line by Thierry Reding · 4 years, 2 months ago
- fd3ae02 pwm: sti: Avoid conditional gotos by Thierry Reding · 4 years, 2 months ago
- 97960ad pwm: Add PWM fan controller driver for LGM SoC by Rahul Tanwar · 4 years, 2 months ago
- 1ed2b3f pwm: Add DesignWare PWM Controller Driver by Jarkko Nikula · 4 years, 3 months ago
- 8b2fbae pwm: mediatek: Add MT8183 SoC support by Fabien Parent · 4 years, 2 months ago
- 0c0ead7 pwm: mediatek: Always use bus clock by Fabien Parent · 4 years, 2 months ago
- bd899ce pwm: Add PWM driver for Intel Keem Bay by Vijayakannan Ayyathurai · 4 years, 2 months ago
- 1f0f1e8 pwm: lp3943: Dynamically allocate PWM chip base by Lokesh Vutla · 4 years, 2 months ago
- 34cbcd7 pwm: atmel-tcb: Add sama5d2 support by Alexandre Belloni · 4 years, 2 months ago
- 061f857 pwm: atmel-tcb: Switch to new binding by Alexandre Belloni · 4 years, 2 months ago
- 44db536 pwm: tiehrpwm: Handle deferred probe with dev_err_probe() by Grygorii Strashko · 4 years, 2 months ago
- e3aa45f pwm: lpss: Set DPM_FLAG_SMART_SUSPEND on Cherry Trail devices by Hans de Goede · 4 years, 2 months ago
- b9c90f1 pwm: lpss: Use DPM_FLAG_NO_DIRECT_COMPLETE instead of declaring a prepare handler by Hans de Goede · 4 years, 2 months ago
- d58560e pwm: lpss: Log error from pwm_lpss_is_updating() if the update bit is still set by Hans de Goede · 4 years, 2 months ago
- 5e5da1e pwm: ab8500: Explicitly allocate pwm chip base dynamically by Uwe Kleine-König · 4 years, 2 months ago
- 269effd pwm: zx: Add missing cleanup in error path by Uwe Kleine-König · 4 years, 3 months ago
- 2e978a4 pwm: ab8500: Add error message if pwmchip_add() fails by Uwe Kleine-König · 4 years, 5 months ago
- f1332e9 pwm: imx1: Use dev_err_probe() to simplify error handling by Anson Huang · 4 years, 5 months ago
- d109d74 pwm: imx27: Use dev_err_probe() to simplify error handling by Anson Huang · 4 years, 5 months ago
- 168cc32 pwm: imx-tpm: Use dev_err_probe() to simplify error handling by Anson Huang · 4 years, 5 months ago
- accef07 pwm: atmel: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 96cfceb pwm: sifive: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- cecccd8 pwm: hibvt: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 74ec20a pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- d574ab6 pwm: img: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 3151b13 pwm: clps711x: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 6e0301e pwm: mtk-disp: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 5bec839 pwm: brcmstb: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 4906bf5 pwm: vt8500: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 05baa59 pwm: berlin: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- f57e7d2 pwm: bcm2835: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 1dcf052 pwm: tiecap: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 860b1ca pwm: imx: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- dc13c0f pwm: tiehrpwm: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- cc1cc4b pwm: samsung: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- ed98401 pwm: bcm-iproc: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 5119ee9 pwm: rockchip: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 17076b1 pwm: meson: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- fd7c575 pwm: lpc32xx: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 537fe68 pwm: bcm-kona: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 21af435 pwm: spear: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- bde048e pwm: zx: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 6945fe4 pwm: pxa: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 728cd3e pwm: sti: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- 7681c2b pwm: mediatek: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- fa44fe4 pwm: tegra: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- fc0155f pwm: ep93xx: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago
- e3f22bc pwm: renesas-tpu: Convert to devm_platform_ioremap_resource() by Yangtao Li · 5 years ago