Age | Commit message (Expand) | Author |
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 |
2024-07-10 | pwm: lpss: use devm_pm_runtime_enable() helper | Raag Jadav |
2024-07-10 | pwm-stm32: Make use of parametrised register definitions | Uwe Kleine-König |
2024-07-10 | pwm: meson: Add support for Amlogic S4 PWM | Junyi Zhao |
2024-07-10 | pwm: Add GPIO PWM driver | Vincent Whitchurch |
2024-07-10 | pwm: Make pwm_request_from_chip() private to the core | Uwe Kleine-König |
2024-07-10 | pwm: cros-ec: Simplify device tree xlation | Uwe Kleine-König |
2024-07-10 | pwm: cros-ec: Don't care about consumers in .get_state() | Uwe Kleine-König |
2024-07-10 | pwm: Make use of a symbol namespace for the core | Uwe Kleine-König |
2024-07-10 | pwm: add missing MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-07-10 | pwm: axi-pwmgen: Make use of regmap_clear_bits() | Uwe Kleine-König |
2024-07-10 | pwm: jz4740: Another few conversions to regmap_{set,clear}_bits() | Uwe Kleine-König |
2024-07-10 | pwm: Add driver for AXI PWM generator | Drew Fustini |
2024-07-10 | pwm: atmel-tcb: Fix race condition and convert to guards | Uwe Kleine-König |
2024-07-05 | pwm: stm32: Always do lazy disabling | Uwe Kleine-König |
2024-06-22 | pwm: stm32: Fix error message to not describe the previous error path | Uwe Kleine-König |
2024-06-22 | pwm: stm32: Fix calculation of prescaler | Uwe Kleine-König |
2024-06-21 | pwm: stm32: Refuse too small period requests | Uwe Kleine-König |
2024-05-10 | pwm: pca9685: Drop explicit initialization of struct i2c_device_id::driver_da... | Uwe Kleine-König |
2024-04-30 | pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating | George Stark |
2024-04-30 | pwm: meson: Add check for error from clk_round_rate() | George Stark |
2024-04-30 | pwm: meson: Drop unneeded check in .get_state() | George Stark |
2024-04-30 | pwm: meson: Add generic compatible for meson8 to sm1 | Jerome Brunet |
2024-04-30 | pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get() | Uwe Kleine-König |
2024-04-30 | pwm: bcm2835: Introduce a local variable for &pdev->dev | Uwe Kleine-König |
2024-04-30 | pwm: stm32: Calculate prescaler with a division instead of a loop | Uwe Kleine-König |
2024-04-30 | pwm: stm32: Fix for settings using period > UINT32_MAX | Uwe Kleine-König |
2024-04-30 | pwm: stm32: Improve precision of calculation in .apply() | Uwe Kleine-König |
2024-04-30 | pwm: stm32: Add error messages in .probe()'s error paths | Uwe Kleine-König |
2024-04-30 | pwm: Don't check pointer for being non-NULL after use | Uwe Kleine-König |
2024-04-26 | pwm: Add a struct device to struct pwm_chip | Uwe Kleine-König |
2024-04-26 | pwm: Ensure a struct pwm has the same lifetime as its pwm_chip | Uwe Kleine-König |
2024-04-26 | pwm: Move contents of sysfs.c into core.c | Uwe Kleine-König |
2024-04-26 | pwm: Give some sysfs related variables and functions better names | Uwe Kleine-König |
2024-04-26 | pwm: sti: Prefer local variable over pointer dereference | Uwe Kleine-König |
2024-04-26 | pwm: sti: Use devm_kcalloc() instead of calculating the size for devm_kzalloc() | Uwe Kleine-König |
2024-04-26 | pwm: sti: Maintain all per-chip driver data in a single struct | Uwe Kleine-König |
2024-04-26 | pwm: sti: Drop member from driver data that only carries a constant | Uwe Kleine-König |
2024-04-26 | pwm: sti: Improve error reporting using dev_err_probe() | Uwe Kleine-König |