summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dwiic_acpi.c
AgeCommit message (Expand)Author
2020-05-08Move parsing of _CRS into acpi(4) and pass the parsed address and interruptMark Kettenis
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-07-31dwiic_acpi: handle GPIO interrupts when we have no appropriate driverJoshua Stein
2019-07-22Even when polling is requested, install ihidev's interrupt handlerJoshua Stein
2019-07-16don't bother reading default timing parameters if they're just goingJoshua Stein
2018-07-01Remove semicolon before printing the AML name.Mark Kettenis
2018-05-21Pass interrupt description along as well.Mark Kettenis
2018-05-20Pass the acpi node corresponding to the i2c device down as the cookie.Mark Kettenis
2018-05-18This needs some #ifndef SMALL_KERNEL as well. Fixes RAMDISK_CD.Mark Kettenis
2018-05-17Implement GenericSerialBus OpRegion support.Mark Kettenis
2018-01-19dwiic: cleanup function prototypes after ACPI/PCI splitJoshua Stein
2017-12-03Enumerate all i2c devices on the bus. Mark their nodes as attached evenMark Kettenis
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein