aboutsummaryrefslogtreecommitdiff
path: root/cds9k-led.c
Commit message (Collapse)AuthorAge
* led: dev_err on regmap read failureDavid Phillips2021-05-16
|
* led: add blink supportDavid Phillips2021-05-16
| | | | | | | The blink support is a bit of an odd case that has to be shoehorned into the Linux LED API. CDS9K's LED blink logic doesn't allow for anything other than 50% duty, so we ignore delay_off all the time, and just set it to whatever we derive delay_on to rounded to.
* Add maximum registerDavid Phillips2021-05-09
| | | | This allows debug through debugfs
* Add driver for PWM LED blockDavid Phillips2021-05-09