Age | Commit message (Expand) | Author |
2024-12-03 | module: Convert default symbol namespace to string literal | Masahiro Yamada |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra |
2024-11-07 | pwm: Assume a disabled PWM to emit a constant inactive output | Uwe Kleine-König |
2024-11-03 | pwm: core: export pwm_get_state_hw() | David Lechner |
2024-10-25 | pwm: core: use device_match_name() instead of strcmp(dev_name(... | Andy Shevchenko |
2024-10-25 | pwm: imx27: Use clk_bulk_*() API to simplify clock handling | Frank Li |
2024-10-25 | pwm: imx27: Workaround of the pwm output bug when decrease the duty cycle | Clark Wang |
2024-10-25 | pwm: axi-pwmgen: Enable FORCE_ALIGN by default | David Lechner |
2024-10-25 | pwm: axi-pwmgen: Rename 0x10 register | David Lechner |
2024-10-25 | Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/li... | Uwe Kleine-König |
2024-10-25 | pwm: axi-pwmgen: Create a dedicated function for getting driver data from a chip | Uwe Kleine-König |
2024-10-25 | pwm: atmel-tcb: Use min() macro | Shen Lichuan |
2024-10-25 | pwm: imx-tpm: Use correct MODULO value for EPWM mode | Erik Schumacher |
2024-10-04 | pwm: stm32: Fix error checking for a regmap_read() call | Uwe Kleine-König |
2024-09-28 | pwm: Reorder symbols in core.c | Uwe Kleine-König |
2024-09-28 | pwm: stm32: Implementation of the waveform callbacks | Uwe Kleine-König |
2024-09-28 | pwm: axi-pwmgen: Implementation of the waveform callbacks | Uwe Kleine-König |
2024-09-28 | pwm: Add tracing for waveform callbacks | Uwe Kleine-König |
2024-09-28 | pwm: Provide new consumer API functions for waveforms | Uwe Kleine-König |
2024-09-28 | pwm: New abstraction for PWM waveforms | Uwe Kleine-König |
2024-09-27 | pwm: Add more locking | Uwe Kleine-König |
2024-09-26 | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-09-16 | pwm: stm32: Fix a typo | Andrew Kreimer |
2024-09-16 | pwm: Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2024-09-16 | pwm: axi-pwmgen: use shared macro for version reg | David Lechner |
2024-09-16 | pwm: atmel-hlcdc: Drop trailing comma | Liao Chen |
2024-09-16 | pwm: atmel-hlcdc: Enable module autoloading | Liao Chen |
2024-09-16 | pwm: omap-dmtimer: Use of_property_read_bool() | Rob Herring (Arm) |
2024-09-16 | pwm: adp5585: Set OSC_EN bit to 1 when PWM state is enabled | Liu Ying |
2024-09-16 | Merge tag 'ib-mfd-gpio-pwm-v6.12' of https://git.kernel.org/pub/scm/linux/ker... | Uwe Kleine-König |
2024-09-16 | pwm: lp3943: Fix an incorrect type in lp3943_pwm_parse_dt() | Jiapeng Chong |
2024-09-12 | pwm: ep93xx: drop legacy pinctrl | Nikita Shubin |
2024-09-12 | pwm: ep93xx: add DT support for Cirrus EP93xx | Nikita Shubin |
2024-09-05 | pwm: Simplify pwm_capture() | Uwe Kleine-König |
2024-09-05 | pwm: lp3943: Use of_property_count_u32_elems() to get property length | Rob Herring (Arm) |
2024-09-05 | pwm: Don't export pwm_capture() | Uwe Kleine-König |
2024-09-05 | pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable() | Uwe Kleine-König |
2024-08-01 | pwm: adp5585: Add Analog Devices ADP5585 support | Clark Wang |
2024-07-25 | of: remove internal arguments from of_property_for_each_u32() | Luca Ceresoli |
2024-07-11 | pwm: axi-pwmgen: add .max_register to regmap | Trevor Gamblin |
2024-07-10 | pwm: atmel-tcb: Make private data variable naming consistent | Uwe Kleine-König |
2024-07-10 | pwm: atmel-tcb: Simplify checking the companion output | Uwe Kleine-König |
2024-07-10 | pwm: Allow pwm state transitions from an invalid state | Uwe Kleine-König |
2024-07-10 | pwm: xilinx: Simplify using devm_ functions | Uwe Kleine-König |
2024-07-10 | pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_u... | Uwe Kleine-König |
2024-07-10 | pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlock | Uwe Kleine-König |
2024-07-10 | pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlock | Uwe Kleine-König |
2024-07-10 | pwm: Register debugfs operations after the pwm class | Uwe Kleine-König |
2024-07-10 | pwm: imx-tpm: Enable pinctrl setting for sleep state | Shenwei Wang |
2024-07-10 | pwm: lpss: drop redundant runtime PM handles | Raag Jadav |