summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/dwiic_acpi.c
AgeCommit message (Expand)Author
2023-07-08Add ietp driver for Elantech I2C touchpadsJoshua Stein
2023-04-23add support for coordinating i2c bus access with iosf(4)David Gwynne
2022-08-31Introduce iic_intr_disestablish() and use it in ihidev(4).Mark Kettenis
2022-04-06constify struct cfattachChristian Weisgerber
2021-12-21Move checks on attach arguments from attach into match.Mark Kettenis
2021-12-07Fix parsing of SR_IRQ resource descriptors here as well.Mark Kettenis
2020-08-22Don't complain when child nodes don't have a _CRS method. This happens forMark Kettenis
2020-07-23match on AMDI0010Jonathan Gray
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