Age | Commit message (Expand) | Author | Files | Lines |
2024-09-16 | pwm: lp3943: Fix an incorrect type in lp3943_pwm_parse_dt() | Jiapeng Chong | 1 | -2/+1 |
2024-09-05 | pwm: lp3943: Use of_property_count_u32_elems() to get property length | Rob Herring (Arm) | 1 | -6/+3 |
2024-02-19 | pwm: lp3943: Make use of devm_pwmchip_alloc() function | Uwe Kleine-König | 1 | -9/+8 |
2023-10-13 | pwm: lp3943: Drop usage of pwm_[gs]et_chip_data() | Uwe Kleine-König | 1 | -14/+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-07-21 | pwm: lp3943: Consistently name pwm_chip variables "chip" | Uwe Kleine-König | 1 | -2/+2 |
2023-01-30 | pwm: lp3943: Drop unused i2c include | Uwe Kleine-König | 1 | -1/+0 |
2022-04-22 | pwm: lp3943: Implement .apply() callback | Uwe Kleine-König | 1 | -7/+34 |
2022-04-22 | pwm: lp3943: Fix duty calculation in case period was clamped | Uwe Kleine-König | 1 | -0/+1 |
2021-09-02 | pwm: lp3943: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
2021-03-22 | pwm: Always allocate PWM chip base ID dynamically | Uwe Kleine-König | 1 | -1/+0 |
2020-12-17 | pwm: lp3943: Dynamically allocate PWM chip base | Lokesh Vutla | 1 | -0/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 1 | -4/+1 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -1/+1 |
2017-01-04 | pwm: Remove .can_sleep from struct pwm_chip | Thierry Reding | 1 | -1/+0 |
2014-10-20 | pwm: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-21 | pwm: lp3943: Set pwm_chip can_sleep flag | Axel Lin | 1 | -0/+1 |
2014-02-26 | pwm: lp3943: Fix potential memory leak during request | Christian Engelmayer | 1 | -1/+3 |
2014-01-21 | pwm: Add LP3943 PWM driver | Milo Kim | 1 | -0/+314 |