aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Ensure driver functions and data are staticHEADmasterDavid Phillips2021-05-22
|
* Add driver for cds9k fan blockDavid Phillips2021-05-22
|
* led: simplify probe return logicDavid Phillips2021-05-21
|
* readme: Promote IP block headingsDavid Phillips2021-05-18
|
* readme: Unindent tablesDavid Phillips2021-05-18
| | | | Fixes table rendering issue, since they should not be preformatted text/code
* Document register definitions for most IP blocksDavid Phillips2021-05-18
|
* reset: move delay within ARM platform boundsDavid Phillips2021-05-16
|
* reset: apply base addressDavid Phillips2021-05-16
|
* 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.
* Document DT binding for simple-reset-consumerDavid Phillips2021-05-16
|
* Add starter readmeDavid Phillips2021-05-16
|
* Add reset block to sample DTSDavid Phillips2021-05-16
|
* Add reset driver and consumer for debugging itDavid Phillips2021-05-16
|
* Add maximum registerDavid Phillips2021-05-09
| | | | This allows debug through debugfs
* Add sample DTSDavid Phillips2021-05-09
|
* Add driver for PWM LED blockDavid Phillips2021-05-09
|
* Update GPIO driver ngpioDavid Phillips2021-05-09
| | | | I forgot to raise this to 16 when the register size was also bumped to 16-bit.
* Remove debug printksDavid Phillips2021-05-09
|
* Rename top-level CDS9K regmap driverDavid Phillips2021-05-09
|
* Adjust regmap settingsDavid Phillips2021-05-09
| | | | | | The CDS9K has been changed to use an 8-bit pad between the register and value, and 16-bit values. The driver should be renamed at some point too, as this is less of a "simple MFD", but tailored to CDS9K protocol.
* Add driver for CDS9K GPIO IP blockDavid Phillips2021-05-09
|
* InitialDavid Phillips2021-05-01