aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-cros-ec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-20pwm: pwm-cros-ec: Add channel type supportFabio Baltieri1-15/+67
2021-09-02pwm: cros-ec: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-1/+3
2021-03-22pwm: cros-ec: Refuse requests with unsupported polarityUwe Kleine-König1-0/+3
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-08-24pwm: cros-ec: Simplify EC error handlingGuenter Roeck1-22/+4
2020-08-24pwm: cros-ec: Accept more error codes from cros_ec_cmd_xfer_statusGuenter Roeck1-7/+22
2019-12-09pwm: cros-ec: Cache duty cycle valueThierry Reding1-4/+54
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-1/+1
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-1/+1
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-2/+2
2018-07-09pwm: cros-ec: Switch to SPDX identifierEnric Balletbo i Serra1-6/+3
2017-07-06pwm: cros-ec: Fix transposed param settingsNick Vaccaro1-2/+2
2016-09-06pwm: cros-ec: Add __packed to prevent paddingBrian Norris1-2/+2
2016-07-25pwm: Add ChromeOS EC PWM driverBrian Norris1-0/+260