aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/intpm
Commit message (Expand)AuthorAgeFilesLines
* sys/intpm: fix SMBus Read BlockCorvin Köhne2025-05-061-1/+1
* intpm: use MMIO for AMD EFCH CPUsBrian Poole2025-01-241-11/+33
* Use device_delete_children instead of explicit calls to device_delete_childJohn Baldwin2025-01-021-2/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ichsmb/imcsmb/intpm/ismt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-4/+1
* Remove unused smbus_devclass.John Baldwin2022-05-061-1/+1
* intpm: Remove write only variables, tag slvcnt unused since it's used for deb...Warner Losh2022-04-061-3/+3
* amdsbwd, intpm: Add Hygon Dhyana support.Konstantin Belousov2020-02-131-0/+2
* intpm: change translation of HBA error status to smbus(4) errorsAndriy Gapon2019-03-221-2/+9
* 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