summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-cros-ec.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: cros-ec: Simplify EC error handlingGuenter Roeck2020-08-241-22/+4
* pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck2020-08-241-7/+22
* pwm: cros-ec: Cache duty cycle valueThierry Reding2019-12-091-4/+54
* Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-271-1/+1
|\
| * pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* | mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-2/+2
|/
* pwm: cros-ec: Switch to SPDX identifierEnric Balletbo i Serra2018-07-091-6/+3
* pwm: cros-ec: Fix transposed param settingsNick Vaccaro2017-07-061-2/+2
* pwm: cros-ec: Add __packed to prevent paddingBrian Norris2016-09-061-2/+2
* pwm: Add ChromeOS EC PWM driverBrian Norris2016-07-251-0/+260