summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: meson: fix handling of period/duty if greater than UINT_MAXHeiner Kallweit2023-07-231-7/+7
* pwm: meson: modify and simplify calculation in meson_pwm_get_stateHeiner Kallweit2023-07-231-12/+2
* pwm: mtk_disp: Fix the disable flow of disp_pwmShuijing Li2023-07-191-8/+5
* pwm: ab8500: Fix error code in probe()Dan Carpenter2023-07-191-1/+1
* pwm: sysfs: Do not apply state to already disabled PWMsMarek Vasut2023-07-191-0/+17
* pwm: imx-tpm: force 'real_period' to be zero in suspendFancy Fang2023-07-191-0/+7
* pwm: mtk-disp: Configure double buffering before reading in .get_state()AngeloGioacchino Del Regno2023-05-111-0/+10
* pwm: mtk-disp: Disable shadow registers before setting backlight valuesAngeloGioacchino Del Regno2023-05-111-11/+13
* pwm: meson: Fix g12a ao clk81 nameHeiner Kallweit2023-05-111-2/+2
* pwm: meson: Fix axg ao mux parentsHeiner Kallweit2023-05-111-1/+1
* pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-04-131-0/+8
* pwm: sprd: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-04-131-0/+1
* pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-04-131-0/+1
* pwm: cros-ec: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-04-131-0/+1
* pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König2023-04-131-0/+1
* pwm: Make .get_state() callback return an error codeUwe Kleine-König2023-04-1325-72/+122
* pwm: stm32-lp: fix the check on arr and cmp registers updateFabrice Gasnier2023-03-111-1/+1
* pwm: sifive: Always let the first pwm_apply_state succeedEmil Renner Berthing2023-03-111-1/+7
* pwm: tegra: Fix 32 bit buildSteven Price2022-12-311-1/+1
* pwm: mediatek: always use bus clock for PWM on MT7622Daniel Golle2022-12-311-1/+1
* pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwmxinlei lee2022-12-311-2/+3
* pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König2022-12-311-1/+4
* pwm: tegra: Ensure the clock rate is not less than neededJon Hunter2022-12-311-0/+11
* pwm: tegra: Improve required rate calculationJon Hunter2022-12-311-2/+2
* Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-077-97/+89
|\
| * pwm: sysfs: Replace sprintf() with sysfs_emit()Andy Shevchenko2022-09-281-6/+6
| * pwm: core: Replace custom implementation of device_match_fwnode()Andy Shevchenko2022-09-281-1/+1
| * pwm: lpss: Add a comment to the bypass fieldAndy Shevchenko2022-09-281-0/+5
| * pwm: lpss: Make use of bits.h macros for all masksAndy Shevchenko2022-09-281-1/+2
| * pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosAndy Shevchenko2022-09-281-7/+5
| * pwm: lpss: Use device_get_match_data() to get device dataAndy Shevchenko2022-09-281-6/+4
| * pwm: lpss: Move resource mapping to the glue driversAndy Shevchenko2022-09-284-10/+14
| * pwm: lpss: Move exported symbols to PWM_LPSS namespaceAndy Shevchenko2022-09-283-0/+4
| * pwm: lpss: Deduplicate board info data structuresUwe Kleine-König2022-09-284-51/+39
| * pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Andy Shevchenko2022-09-281-4/+4
| * pwm: rockchip: Convert to use dev_err_probe()zhaoxiao2022-09-281-12/+6
* | Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2022-10-041-33/+2
|\ \
| * | pwm: core: Make of_pwm_get() staticAndy Shevchenko2022-09-191-3/+2
| * | pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko2022-09-191-30/+0
| |/
* / i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-042-24/+4
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-102-24/+4
* | pwm: lpc18xx: Fix period handlingUwe Kleine-König2022-07-291-16/+31
* | pwm: lpc18xx: Convert to use dev_err_probe()Uwe Kleine-König2022-07-291-11/+9
* | pwm: twl-led: Document some limitations and link to the reference manualUwe Kleine-König2022-07-291-0/+16
* | pwm: Add clock based PWM output driverNikita Travkin2022-07-293-0/+159
* | pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König2022-07-291-2/+3
* | pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König2022-07-291-9/+37
* | pwm: sifive: Simplify clk handlingUwe Kleine-König2022-07-291-13/+13
* | pwm: sifive: Enable clk only after period check in .apply()Uwe Kleine-König2022-07-291-10/+8