Age | Commit message (Expand) | Author | Files | Lines |
2024-09-26 | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -18/+8 |
2024-09-16 | pwm: stm32: Fix a typo | Andrew Kreimer | 1 | -1/+1 |
2024-09-16 | pwm: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 14 | -14/+14 |
2024-09-16 | pwm: axi-pwmgen: use shared macro for version reg | David Lechner | 1 | -2/+1 |
2024-09-16 | pwm: atmel-hlcdc: Drop trailing comma | Liao Chen | 1 | -2/+2 |
2024-09-16 | pwm: atmel-hlcdc: Enable module autoloading | Liao Chen | 1 | -0/+1 |
2024-09-16 | pwm: omap-dmtimer: Use of_property_read_bool() | Rob Herring (Arm) | 1 | -1/+1 |
2024-09-16 | pwm: adp5585: Set OSC_EN bit to 1 when PWM state is enabled | Liu Ying | 1 | -0/+4 |
2024-09-16 | Merge tag 'ib-mfd-gpio-pwm-v6.12' of https://git.kernel.org/pub/scm/linux/ker... | Uwe Kleine-König | 3 | -0/+192 |
2024-09-16 | pwm: lp3943: Fix an incorrect type in lp3943_pwm_parse_dt() | Jiapeng Chong | 1 | -2/+1 |
2024-09-12 | pwm: ep93xx: drop legacy pinctrl | Nikita Shubin | 1 | -18/+0 |
2024-09-12 | pwm: ep93xx: add DT support for Cirrus EP93xx | Nikita Shubin | 1 | -0/+8 |
2024-09-05 | pwm: Simplify pwm_capture() | Uwe Kleine-König | 1 | -4/+4 |
2024-09-05 | pwm: lp3943: Use of_property_count_u32_elems() to get property length | Rob Herring (Arm) | 1 | -6/+3 |
2024-09-05 | pwm: Don't export pwm_capture() | Uwe Kleine-König | 1 | -3/+2 |
2024-09-05 | pwm: stm32: Use the right CCxNP bit in stm32_pwm_enable() | Uwe Kleine-König | 1 | -1/+1 |
2024-08-01 | pwm: adp5585: Add Analog Devices ADP5585 support | Clark Wang | 3 | -0/+192 |
2024-07-25 | of: remove internal arguments from of_property_for_each_u32() | Luca Ceresoli | 1 | -3/+1 |
2024-07-11 | pwm: axi-pwmgen: add .max_register to regmap | Trevor Gamblin | 1 | -0/+1 |
2024-07-10 | pwm: atmel-tcb: Make private data variable naming consistent | Uwe Kleine-König | 1 | -45/+45 |
2024-07-10 | pwm: atmel-tcb: Simplify checking the companion output | Uwe Kleine-König | 1 | -8/+3 |
2024-07-10 | pwm: Allow pwm state transitions from an invalid state | Uwe Kleine-König | 1 | -2/+37 |
2024-07-10 | pwm: xilinx: Simplify using devm_ functions | Uwe Kleine-König | 1 | -21/+6 |
2024-07-10 | pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_u... | Uwe Kleine-König | 1 | -29/+22 |
2024-07-10 | pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlock | Uwe Kleine-König | 1 | -11/+8 |
2024-07-10 | pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlock | Uwe Kleine-König | 1 | -37/+15 |
2024-07-10 | pwm: Register debugfs operations after the pwm class | Uwe Kleine-König | 1 | -1/+9 |
2024-07-10 | pwm: imx-tpm: Enable pinctrl setting for sleep state | Shenwei Wang | 1 | -2/+14 |
2024-07-10 | pwm: lpss: drop redundant runtime PM handles | Raag Jadav | 1 | -22/+0 |
2024-07-10 | pwm: lpss: use devm_pm_runtime_enable() helper | Raag Jadav | 1 | -9/+1 |
2024-07-10 | pwm-stm32: Make use of parametrised register definitions | Uwe Kleine-König | 1 | -11/+11 |
2024-07-10 | pwm: meson: Add support for Amlogic S4 PWM | Junyi Zhao | 1 | -0/+39 |
2024-07-10 | pwm: Add GPIO PWM driver | Vincent Whitchurch | 3 | -0/+253 |
2024-07-10 | pwm: Make pwm_request_from_chip() private to the core | Uwe Kleine-König | 1 | -5/+3 |
2024-07-10 | pwm: cros-ec: Simplify device tree xlation | Uwe Kleine-König | 1 | -20/+12 |
2024-07-10 | pwm: cros-ec: Don't care about consumers in .get_state() | Uwe Kleine-König | 1 | -33/+1 |
2024-07-10 | pwm: Make use of a symbol namespace for the core | Uwe Kleine-König | 1 | -0/+2 |
2024-07-10 | pwm: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 8 | -0/+8 |
2024-07-10 | pwm: axi-pwmgen: Make use of regmap_clear_bits() | Uwe Kleine-König | 1 | -1/+1 |
2024-07-10 | pwm: jz4740: Another few conversions to regmap_{set,clear}_bits() | Uwe Kleine-König | 1 | -5/+4 |
2024-07-10 | pwm: Add driver for AXI PWM generator | Drew Fustini | 3 | -0/+255 |
2024-07-10 | pwm: atmel-tcb: Fix race condition and convert to guards | Uwe Kleine-König | 1 | -7/+5 |
2024-07-05 | pwm: stm32: Always do lazy disabling | Uwe Kleine-König | 1 | -2/+3 |
2024-06-22 | pwm: stm32: Fix error message to not describe the previous error path | Uwe Kleine-König | 1 | -1/+2 |
2024-06-22 | pwm: stm32: Fix calculation of prescaler | Uwe Kleine-König | 1 | -6/+12 |
2024-06-21 | pwm: stm32: Refuse too small period requests | Uwe Kleine-König | 1 | -0/+2 |
2024-05-10 | pwm: pca9685: Drop explicit initialization of struct i2c_device_id::driver_da... | Uwe Kleine-König | 1 | -2/+2 |
2024-04-30 | pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating | George Stark | 1 | -2/+2 |
2024-04-30 | pwm: meson: Add check for error from clk_round_rate() | George Stark | 1 | -5/+6 |
2024-04-30 | pwm: meson: Drop unneeded check in .get_state() | George Stark | 1 | -3/+0 |