Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | led: dev_err on regmap read failure | David Phillips | 2021-05-16 |
| | |||
* | led: add blink support | David Phillips | 2021-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 register | David Phillips | 2021-05-09 |
| | | | | This allows debug through debugfs | ||
* | Add driver for PWM LED block | David Phillips | 2021-05-09 |