Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert sleeps of 1sec or more to tsleep_nsec(9). | 2020-01-09 | 1 | -2/+3 | |
| | | | | ok bluhm@ | ||||
* | The ASUS E200HA reads the register at "address" 0x00 instead of 0x18. | 2019-04-04 | 1 | -1/+2 | |
| | |||||
* | Print a message if AML attempts to access a part of the Operation Region | 2018-05-23 | 1 | -3/+7 | |
| | | | | that we haven't implemented yet. | ||||
* | Implement power management Operation Region support. | 2018-05-21 | 1 | -1/+68 | |
| | |||||
* | Add tipmic(4), a driver for the "Intel" Dollar Cove TI PMIC. This is actually | 2018-05-20 | 1 | -0/+361 | |
a TI part (SND9039) but the datasheet is only available under NDA because it contains "Intel proprietary information". Initial implementation handles the thermal sensors, providing data to acpi(4) which is used by acpitz(4). Power management functionality will be added later. Disabled for now until some bugs in dwiic(4) are fixed. |