summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2024-01-11pwm: starfive: Add PWM driver supportWilliam Qiu3-0/+256
2023-07-23pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit1-7/+7
2023-07-23pwm: meson: modify and simplify calculation in meson_pwm_get_stateHeiner Kallweit1-12/+2
2023-07-19pwm: mtk_disp: Fix the disable flow of disp_pwmShuijing Li1-8/+5
2023-07-19pwm: ab8500: Fix error code in probe()Dan Carpenter1-1/+1
2023-07-19pwm: sysfs: Do not apply state to already disabled PWMsMarek Vasut1-0/+17
2023-07-19pwm: imx-tpm: force 'real_period' to be zero in suspendFancy Fang1-0/+7
2023-05-11pwm: mtk-disp: Configure double buffering before reading in .get_state()AngeloGioacchino Del Regno1-0/+10
2023-05-11pwm: mtk-disp: Disable shadow registers before setting backlight valuesAngeloGioacchino Del Regno1-11/+13
2023-05-11pwm: meson: Fix g12a ao clk81 nameHeiner Kallweit1-2/+2
2023-05-11pwm: meson: Fix axg ao mux parentsHeiner Kallweit1-1/+1
2023-04-13pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+8
2023-04-13pwm: sprd: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13pwm: cros-ec: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-13pwm: Make .get_state() callback return an error codeUwe Kleine-König25-72/+122
2023-03-11pwm: stm32-lp: fix the check on arr and cmp registers updateFabrice Gasnier1-1/+1
2023-03-11pwm: sifive: Always let the first pwm_apply_state succeedEmil Renner Berthing1-1/+7
2022-12-31pwm: tegra: Fix 32 bit buildSteven Price1-1/+1
2022-12-31pwm: mediatek: always use bus clock for PWM on MT7622Daniel Golle1-1/+1
2022-12-31pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwmxinlei lee1-2/+3
2022-12-31pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König1-1/+4
2022-12-31pwm: tegra: Ensure the clock rate is not less than neededJon Hunter1-0/+11
2022-12-31pwm: tegra: Improve required rate calculationJon Hunter1-2/+2
2022-10-07Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-97/+89
2022-10-05Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-33/+2
2022-09-28pwm: sysfs: Replace sprintf() with sysfs_emit()Andy Shevchenko1-6/+6
2022-09-28pwm: core: Replace custom implementation of device_match_fwnode()Andy Shevchenko1-1/+1
2022-09-28pwm: lpss: Add a comment to the bypass fieldAndy Shevchenko1-0/+5
2022-09-28pwm: lpss: Make use of bits.h macros for all masksAndy Shevchenko1-1/+2
2022-09-28pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosAndy Shevchenko1-7/+5
2022-09-28pwm: lpss: Use device_get_match_data() to get device dataAndy Shevchenko1-6/+4
2022-09-28pwm: lpss: Move resource mapping to the glue driversAndy Shevchenko4-10/+14
2022-09-28pwm: lpss: Move exported symbols to PWM_LPSS namespaceAndy Shevchenko3-0/+4
2022-09-28pwm: lpss: Deduplicate board info data structuresUwe Kleine-König4-51/+39
2022-09-28pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Andy Shevchenko1-4/+4
2022-09-28pwm: rockchip: Convert to use dev_err_probe()zhaoxiao1-12/+6
2022-09-19pwm: core: Make of_pwm_get() staticAndy Shevchenko1-3/+2
2022-09-19pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko1-30/+0
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-24/+4
2022-07-29pwm: lpc18xx: Fix period handlingUwe Kleine-König1-16/+31
2022-07-29pwm: lpc18xx: Convert to use dev_err_probe()Uwe Kleine-König1-11/+9
2022-07-29pwm: twl-led: Document some limitations and link to the reference manualUwe Kleine-König1-0/+16
2022-07-29pwm: Add clock based PWM output driverNikita Travkin3-0/+159
2022-07-29pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König1-2/+3
2022-07-29pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König1-9/+37
2022-07-29pwm: sifive: Simplify clk handlingUwe Kleine-König1-13/+13
2022-07-29pwm: sifive: Enable clk only after period check in .apply()Uwe Kleine-König1-10/+8