Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FDT-based I2C drivers should not use OF_* API in the match code, since | 2020-11-12 | 1 | -3/+2 | |
| | | | | | | | | on machines with ACPI ia->ia_cookie will be an ACPI node instead of an OF node. We'll still get into trouble with APCI devices that provide a string that matches, but we'll worry when that happens. ok kettenis@ | ||||
* | Fix pasto. | 2019-09-29 | 1 | -2/+2 | |
| | |||||
* | Also attach as a regulator if the FDT provides the fixed voltage value. | 2018-08-03 | 1 | -7/+41 | |
| | | | | | Restore fixed voltage at reboot time to prevent hangs after a warm reset if DVFS is active. | ||||
* | Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boards | 2017-12-31 | 1 | -0/+162 | |
using the Allwinner H3/H5 SoC. |