Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-04-30 | pwm: meson: Add generic compatible for meson8 to sm1 | Jerome Brunet | 1 | -74/+121 |
2024-04-30 | pwm: bcm2835: Drop open coded variant of devm_clk_rate_exclusive_get() | Uwe Kleine-König | 1 | -13/+1 |
2024-04-30 | pwm: bcm2835: Introduce a local variable for &pdev->dev | Uwe Kleine-König | 1 | -9/+9 |
2024-04-30 | pwm: stm32: Calculate prescaler with a division instead of a loop | Uwe Kleine-König | 1 | -13/+17 |
2024-04-30 | pwm: stm32: Fix for settings using period > UINT32_MAX | Uwe Kleine-König | 1 | -8/+20 |
2024-04-30 | pwm: stm32: Improve precision of calculation in .apply() | Uwe Kleine-König | 1 | -2/+3 |
2024-04-30 | pwm: stm32: Add error messages in .probe()'s error paths | Uwe Kleine-König | 1 | -3/+6 |
2024-04-30 | pwm: Don't check pointer for being non-NULL after use | Uwe Kleine-König | 1 | -1/+3 |
2024-04-26 | pwm: Add a struct device to struct pwm_chip | Uwe Kleine-König | 1 | -42/+51 |
2024-04-26 | pwm: Ensure a struct pwm has the same lifetime as its pwm_chip | Uwe Kleine-König | 1 | -17/+10 |
2024-04-26 | pwm: Move contents of sysfs.c into core.c | Uwe Kleine-König | 4 | -561/+534 |
2024-04-26 | pwm: Give some sysfs related variables and functions better names | Uwe Kleine-König | 1 | -78/+83 |
2024-04-26 | pwm: sti: Prefer local variable over pointer dereference | Uwe Kleine-König | 1 | -10/+10 |
2024-04-26 | pwm: sti: Use devm_kcalloc() instead of calculating the size for devm_kzalloc() | Uwe Kleine-König | 1 | -1/+2 |
2024-04-26 | pwm: sti: Maintain all per-chip driver data in a single struct | Uwe Kleine-König | 1 | -36/+22 |
2024-04-26 | pwm: sti: Drop member from driver data that only carries a constant | Uwe Kleine-König | 1 | -12/+6 |
2024-04-26 | pwm: sti: Improve error reporting using dev_err_probe() | Uwe Kleine-König | 1 | -21/+20 |
2024-04-26 | pwm: sti: Simplify probe function using devm functions | Uwe Kleine-König | 1 | -36/+3 |
2024-04-26 | pwm: Ensure that pwm_chips are allocated using pwmchip_alloc() | Uwe Kleine-König | 1 | -0/+10 |
2024-04-15 | pwm: dwc: allow suspend/resume for 16 channels | Raag Jadav | 3 | -32/+63 |
2024-03-29 | pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate() | Uwe Kleine-König | 1 | -1/+1 |
2024-03-25 | pwm: img: fix pwm clock lookup | Zoltan HERPAI | 1 | -2/+2 |
2024-03-04 | pwm: imx-tpm: fix probe crash due to access registers without clock | Dong Aisheng | 1 | -5/+7 |
2024-03-02 | pwm: meson: generalize 4 inputs clock on meson8 pwm type | Jerome Brunet | 1 | -42/+11 |
2024-02-26 | pwm: dwc: simplify error handling | Raag Jadav | 1 | -8/+4 |
2024-02-26 | pwm: dwc: Add 16 channel support for Intel Elkhart Lake | Raag Jadav | 2 | -9/+34 |
2024-02-26 | pwm: dwc: drop redundant error check | Raag Jadav | 1 | -4/+1 |
2024-02-22 | pwm: xilinx: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -14/+5 |
2024-02-22 | pwm: xilinx: Prepare removing pwm_chip from driver data | Uwe Kleine-König | 1 | -9/+12 |
2024-02-22 | pwm: vt8500: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -8/+8 |
2024-02-22 | pwm: vt8500: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -3/+3 |
2024-02-22 | pwm: vt8500: Introduce a local pwm_chip variable in .probe() | Uwe Kleine-König | 1 | -4/+6 |
2024-02-22 | pwm: vt8500: Change prototype of a helper to prepare further changes | Uwe Kleine-König | 1 | -9/+10 |
2024-02-22 | pwm: visconti: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -9/+8 |
2024-02-22 | pwm: twl-led: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -12/+15 |
2024-02-22 | pwm: twl-led: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -14/+14 |
2024-02-22 | pwm: twl: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -11/+9 |
2024-02-22 | pwm: twl: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -15/+15 |
2024-02-22 | pwm: tiehrpwm: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -8/+5 |
2024-02-22 | pwm: tiehrpwm: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -12/+12 |
2024-02-22 | pwm: tiehrpwm: Change prototype of helpers to prepare further changes | Uwe Kleine-König | 1 | -19/+26 |
2024-02-22 | pwm: tiehrpwm: Simplify code to determine the pwmchip's parent device | Uwe Kleine-König | 1 | -1/+1 |
2024-02-22 | pwm: tiecap: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -8/+5 |
2024-02-22 | pwm: tiecap: Make use of pwmchip_parent() accessor | Uwe Kleine-König | 1 | -8/+8 |
2024-02-22 | pwm: tiecap: Change prototype of helpers to prepare further changes | Uwe Kleine-König | 1 | -15/+21 |
2024-02-22 | pwm: tiecap: Simplify code to determine the pwmchip's parent device | Uwe Kleine-König | 1 | -6/+6 |