summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pwm: Fix dependencies on HAS_IOMEMUwe Kleine-König2020-12-171-7/+28
| * pwm: Use -EINVAL for unsupported polarityThierry Reding2020-12-173-3/+3
| * pwm: sti: Remove unnecessary blank lineThierry Reding2020-12-171-1/+0
| * pwm: sti: Avoid conditional gotosThierry Reding2020-12-171-26/+22
| * pwm: Add PWM fan controller driver for LGM SoCRahul Tanwar2020-12-173-0/+256
| * pwm: Add DesignWare PWM Controller DriverJarkko Nikula2020-12-173-0/+329
| * pwm: mediatek: Add MT8183 SoC supportFabien Parent2020-12-171-0/+7
| * pwm: mediatek: Always use bus clockFabien Parent2020-12-171-0/+12
| * pwm: Add PWM driver for Intel Keem BayVijayakannan Ayyathurai2020-12-173-0/+250
| * pwm: lp3943: Dynamically allocate PWM chip baseLokesh Vutla2020-12-171-0/+1
| * pwm: atmel-tcb: Add sama5d2 supportAlexandre Belloni2020-12-171-3/+20
| * pwm: atmel-tcb: Switch to new bindingAlexandre Belloni2020-12-172-107/+137
| * pwm: tiehrpwm: Handle deferred probe with dev_err_probe()Grygorii Strashko2020-12-171-8/+4
| * pwm: lpss: Set DPM_FLAG_SMART_SUSPEND on Cherry Trail devicesHans de Goede2020-12-171-1/+5
| * pwm: lpss: Use DPM_FLAG_NO_DIRECT_COMPLETE instead of declaring a prepare han...Hans de Goede2020-12-171-20/+15
| * pwm: lpss: Log error from pwm_lpss_is_updating() if the update bit is still setHans de Goede2020-12-171-1/+6
| * pwm: ab8500: Explicitly allocate pwm chip base dynamicallyUwe Kleine-König2020-12-171-1/+1
| * pwm: zx: Add missing cleanup in error pathUwe Kleine-König2020-12-171-0/+1
| * pwm: ab8500: Add error message if pwmchip_add() failsUwe Kleine-König2020-12-171-1/+1
| * pwm: imx1: Use dev_err_probe() to simplify error handlingAnson Huang2020-12-171-15/+6
| * pwm: imx27: Use dev_err_probe() to simplify error handlingAnson Huang2020-12-171-19/+6
| * pwm: imx-tpm: Use dev_err_probe() to simplify error handlingAnson Huang2020-12-171-7/+3
| * pwm: atmel: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: sifive: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: hibvt: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-5/+2
| * pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: img: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: clps711x: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: mtk-disp: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: brcmstb: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: vt8500: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
| * pwm: berlin: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1