Age | Commit message (Expand) | Author | Files | Lines |
2024-02-22 | pwm: sprd: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -9/+8 |
2024-02-22 | pwm: sprd: Drop duplicated tracking of the parent device | Uwe Kleine-König | 1 | -4/+2 |
2024-02-19 | pwm: sprd: Rework how the available channels are counted | Uwe Kleine-König | 1 | -19/+18 |
2023-10-13 | pwm: sprd: Simplify using devm_pwmchip_add() and dev_err_probe() | Uwe Kleine-König | 1 | -14/+3 |
2023-10-13 | pwm: sprd: Provide a helper to cast a chip to driver data | Uwe Kleine-König | 1 | -4/+7 |
2023-10-13 | pwm: Manage owner assignment implicitly for drivers | Uwe Kleine-König | 1 | -1/+0 |
2023-07-24 | pwm: Explicitly include correct DT includes | Rob Herring | 1 | -0/+1 |
2023-03-30 | pwm: sprd: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-23 | pwm: sprd: Explicitly set .polarity in .get_state() | Uwe Kleine-König | 1 | -0/+1 |
2022-12-06 | pwm: sprd: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -1/+1 |
2022-12-06 | pwm: Make .get_state() callback return an error code | Uwe Kleine-König | 1 | -3/+5 |
2021-07-08 | pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skipped | Uwe Kleine-König | 1 | -7/+4 |
2021-06-30 | pwm: sprd: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -1/+3 |
2021-03-22 | pwm: sprd: Refuse requests with unsupported polarity | Uwe Kleine-König | 1 | -0/+3 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-09-24 | pwm: sprd: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -5/+2 |
2019-09-21 | pwm: Ensure pwm_apply_state() doesn't modify the state argument | Uwe Kleine-König | 1 | -1/+1 |
2019-09-21 | pwm: sprd: Add Spreadtrum PWM support | Baolin Wang | 1 | -0/+309 |