summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/dwiic_acpi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't complain when child nodes don't have a _CRS method. This happens forkettenis2020-08-221-6/+4
* match on AMDI0010jsg2020-07-231-1/+2
* Move parsing of _CRS into acpi(4) and pass the parsed address and interruptkettenis2020-05-081-35/+36
* Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi2020-02-181-2/+1
* Add support for X-Gene/eMAG variant.kettenis2019-08-041-1/+2
* dwiic_acpi: handle GPIO interrupts when we have no appropriate driverjcs2019-07-311-5/+11
* Even when polling is requested, install ihidev's interrupt handlerjcs2019-07-221-3/+4
* don't bother reading default timing parameters if they're just goingjcs2019-07-161-6/+1
* Remove semicolon before printing the AML name.kettenis2018-07-011-2/+2
* Pass interrupt description along as well.kettenis2018-05-211-1/+4
* Pass the acpi node corresponding to the i2c device down as the cookie.kettenis2018-05-201-1/+2
* This needs some #ifndef SMALL_KERNEL as well. Fixes RAMDISK_CD.kettenis2018-05-181-1/+3
* Implement GenericSerialBus OpRegion support.kettenis2018-05-171-1/+4
* dwiic: cleanup function prototypes after ACPI/PCI splitjcs2018-01-191-17/+1
* Enumerate all i2c devices on the bus. Mark their nodes as attached evenkettenis2017-12-031-1/+14
* Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesjcs2017-11-161-0/+536