Age | Commit message (Expand) | Author | Files | Lines |
2022-12-06 | pwm: cros-ec: 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 |
2022-05-20 | pwm: pwm-cros-ec: Add channel type support | Fabio Baltieri | 1 | -15/+67 |
2021-09-02 | pwm: cros-ec: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -1/+3 |
2021-03-22 | pwm: cros-ec: 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-08-24 | pwm: cros-ec: Simplify EC error handling | Guenter Roeck | 1 | -22/+4 |
2020-08-24 | pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_status | Guenter Roeck | 1 | -7/+22 |
2019-12-09 | pwm: cros-ec: Cache duty cycle value | Thierry Reding | 1 | -4/+54 |
2019-09-27 | Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2019-09-21 | pwm: Ensure pwm_apply_state() doesn't modify the state argument | Uwe Kleine-König | 1 | -1/+1 |
2019-09-02 | mfd / platform: cros_ec: Reorganize platform and mfd includes | Enric Balletbo i Serra | 1 | -2/+2 |
2018-07-09 | pwm: cros-ec: Switch to SPDX identifier | Enric Balletbo i Serra | 1 | -6/+3 |
2017-07-06 | pwm: cros-ec: Fix transposed param settings | Nick Vaccaro | 1 | -2/+2 |
2016-09-06 | pwm: cros-ec: Add __packed to prevent padding | Brian Norris | 1 | -2/+2 |
2016-07-25 | pwm: Add ChromeOS EC PWM driver | Brian Norris | 1 | -0/+260 |