summaryrefslogtreecommitdiffstats
path: root/drivers/pwm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-6.13-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-191-1/+1
|\
| * pwm: stm32: Fix complementary output in round_waveform_tohw()Fabrice Gasnier2024-12-181-1/+1
* | module: Convert default symbol namespace to string literalMasahiro Yamada2024-12-033-3/+3
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-023-3/+3
|/
* pwm: Assume a disabled PWM to emit a constant inactive outputUwe Kleine-König2024-11-071-3/+7
* pwm: core: export pwm_get_state_hw()David Lechner2024-11-031-13/+27
* pwm: core: use device_match_name() instead of strcmp(dev_name(...Andy Shevchenko2024-10-251-3/+1
* pwm: imx27: Use clk_bulk_*() API to simplify clock handlingFrank Li2024-10-251-41/+22
* pwm: imx27: Workaround of the pwm output bug when decrease the duty cycleClark Wang2024-10-251-2/+96
* pwm: axi-pwmgen: Enable FORCE_ALIGN by defaultDavid Lechner2024-10-251-0/+12
* pwm: axi-pwmgen: Rename 0x10 registerDavid Lechner2024-10-251-6/+6
* Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/li...Uwe Kleine-König2024-10-253-416/+1201
|\
| * pwm: stm32: Fix error checking for a regmap_read() callUwe Kleine-König2024-10-041-1/+1
| * pwm: Reorder symbols in core.cUwe Kleine-König2024-09-281-156/+156
| * pwm: stm32: Implementation of the waveform callbacksUwe Kleine-König2024-09-281-221/+391
| * pwm: axi-pwmgen: Implementation of the waveform callbacksUwe Kleine-König2024-09-281-43/+105
| * pwm: Add tracing for waveform callbacksUwe Kleine-König2024-09-281-4/+20
| * pwm: Provide new consumer API functions for waveformsUwe Kleine-König2024-09-281-0/+261
| * pwm: New abstraction for PWM waveformsUwe Kleine-König2024-09-281-21/+213
| * pwm: Add more lockingUwe Kleine-König2024-09-271-8/+92
* | pwm: axi-pwmgen: Create a dedicated function for getting driver data from a chipUwe Kleine-König2024-10-251-2/+7
* | pwm: atmel-tcb: Use min() macroShen Lichuan2024-10-251-2/+2
* | pwm: imx-tpm: Use correct MODULO value for EPWM modeErik Schumacher2024-10-251-1/+3
* | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-18/+8
|\ \ | |/ |/|
| * pwm: ep93xx: drop legacy pinctrlNikita Shubin2024-09-121-18/+0
| * pwm: ep93xx: add DT support for Cirrus EP93xxNikita Shubin2024-09-121-0/+8
* | pwm: stm32: Fix a typoAndrew Kreimer2024-09-161-1/+1
* | pwm: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-09-1614-14/+14
* | pwm: axi-pwmgen: use shared macro for version regDavid Lechner2024-09-161-2/+1
* | pwm: atmel-hlcdc: Drop trailing commaLiao Chen2024-09-161-2/+2
* | pwm: atmel-hlcdc: Enable module autoloadingLiao Chen2024-09-161-0/+1
* | pwm: omap-dmtimer: Use of_property_read_bool()Rob Herring (Arm)2024-09-161-1/+1
* | pwm: adp5585: Set OSC_EN bit to 1 when PWM state is enabledLiu Ying2024-09-161-0/+4
* | Merge tag 'ib-mfd-gpio-pwm-v6.12' of https://git.kernel.org/pub/scm/linux/ker...Uwe Kleine-König2024-09-163-0/+192
|\ \
| * | pwm: adp5585: Add Analog Devices ADP5585 supportClark Wang2024-08-013-0/+192
| |/
* | pwm: lp3943: Fix an incorrect type in lp3943_pwm_parse_dt()Jiapeng Chong2024-09-161-2/+1
* | pwm: Simplify pwm_capture()Uwe Kleine-König2024-09-051-4/+4
* | pwm: lp3943: Use of_property_count_u32_elems() to get property lengthRob Herring (Arm)2024-09-051-6/+3
* | pwm: Don't export pwm_capture()Uwe Kleine-König2024-09-051-3/+2
* | pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable()Uwe Kleine-König2024-09-051-1/+1
|/
* of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-251-3/+1
* pwm: axi-pwmgen: add .max_register to regmapTrevor Gamblin2024-07-111-0/+1
* pwm: atmel-tcb: Make private data variable naming consistentUwe Kleine-König2024-07-101-45/+45
* pwm: atmel-tcb: Simplify checking the companion outputUwe Kleine-König2024-07-101-8/+3
* pwm: Allow pwm state transitions from an invalid stateUwe Kleine-König2024-07-101-2/+37
* pwm: xilinx: Simplify using devm_ functionsUwe Kleine-König2024-07-101-21/+6
* pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_u...Uwe Kleine-König2024-07-101-29/+22
* pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlockUwe Kleine-König2024-07-101-11/+8
* pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlockUwe Kleine-König2024-07-101-37/+15
* pwm: Register debugfs operations after the pwm classUwe Kleine-König2024-07-101-1/+9