aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/intpm
Commit message (Expand)AuthorAgeFilesLines
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Use '#' rather than some made up name for fields we want to ignore.Warner Losh2017-12-221-1/+1
* Add PNP metadata to a few driversConrad Meyer2017-09-141-23/+29
* intpm(4): Decrease requested i/o port range widthConrad Meyer2017-09-131-1/+1
* intpm(4): While here, remove redundant 'res' checkConrad Meyer2017-09-131-4/+0
* intpm(4): Do not attach if io_res can not be allocatedConrad Meyer2017-09-131-0/+4
* intpm: clean up intsmb_bread and intsmb_pcallAndriy Gapon2016-11-111-37/+2
* amdsbwd, intpm: unify bits specific to AMD chipsets (FCHs, southbridges)Andriy Gapon2016-09-221-37/+34
* intpm: make sure to register smbus driver before intpm driverAndriy Gapon2016-09-081-1/+2
* intpm: better clean up resources after a failed attachmentAndriy Gapon2016-09-081-14/+26
* intpm: do not try attaching to unsupported controller revisionsAndriy Gapon2016-09-081-3/+6
* intpm: fix attachment to supported AMD FCHsAndriy Gapon2016-09-081-1/+3
* intpm: add support for SB800Andriy Gapon2016-08-231-9/+103
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Move all the power management (SMBus) drivers to their own directory,Rui Paulo2014-09-232-0/+909