summaryrefslogtreecommitdiff
path: root/sys/dev/ichiic/ig4_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* ig4(4): Add device HID to match I2C controller on ASUS X540 laptopsVladimir Kondratyev2022-12-241-0/+1
* ig4(4): Add PNP info for ACPI attachmentVladimir Kondratyev2022-12-241-0/+1
* ig4iic_acpi_probe: remove set but unused variableAndriy Gapon2020-04-301-2/+0
* ig4: ensure that drivers always attach in correct orderAndriy Gapon2020-04-241-1/+2
* [ig4] Remove unused methods from bus interfaceVladimir Kondratyev2019-12-101-2/+0
* [ig4] Add generic resource methods to bus interfaceVladimir Kondratyev2019-11-031-0/+11
* [ig4] Add suspend/resume supportVladimir Kondratyev2019-11-031-0/+18
* [ig4] Allow enabling of polled mode from iicbus allocation callbackVladimir Kondratyev2019-11-031-1/+1
* [ig4] Only enable interrupts when we want them. Otherwise keep mask at 0.Vladimir Kondratyev2019-11-031-4/+1
* [ig4] Give common name to PCI and ACPI device driversVladimir Kondratyev2019-11-031-8/+3
* fix formatting and style in ig4iic_acpi_probe afetr r339754Andriy Gapon2018-12-171-7/+3
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-9/+11
* [ig4] Fix I/O timeout issue with Designware I2C controller on AMD platformsOleksandr Tymoshenko2018-08-221-3/+13
* [ig4] add ACPI Device HID for AMD platformsOleksandr Tymoshenko2018-08-201-0/+1
* [ig4] Add support for i2c controllers on Skylake and Kaby LakeOleksandr Tymoshenko2018-03-061-0/+2
* [ig4] Add ACPI platform support for ig4 driverOleksandr Tymoshenko2016-12-261-0/+166