summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/tipmic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+3
* The ASUS E200HA reads the register at "address" 0x00 instead of 0x18.kettenis2019-04-041-1/+2
* Print a message if AML attempts to access a part of the Operation Regionkettenis2018-05-231-3/+7
* Implement power management Operation Region support.kettenis2018-05-211-1/+68
* Add tipmic(4), a driver for the "Intel" Dollar Cove TI PMIC. This is actuallykettenis2018-05-201-0/+361