aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichiic/ig4_pci.c
Commit message (Expand)AuthorAgeFilesLines
* ichiic: Add PCI id for Arrow Lake.Takanori Watanabe2025-07-081-0/+12
* ig4(4): Add several PCI IDs for Intel Jasper Lake controllersJean-Sébastien Pédron2025-05-081-0/+12
* ig4(4): Add Raptor Lake PCI IDsBen Wilber2025-04-281-0/+12
* ig4(4): Add Meteor Lake PCI IDsAustin Shafer2024-11-091-0/+4
* Add smbus and i2c device IDs for Meteor LakeSHENG-YI HONG2024-08-131-0/+8
* ig4: Add PCI IDs for Intel Ice Lake I2C controller.Vladimir Kondratyev2023-11-271-0/+12
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ichiic: use bool for one-bit wide bit-fieldsDimitry Andric2023-04-191-2/+2
* ichiic: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* ig4: Add PCI IDs for Intel Alder Lake I2C controller.Alexander Motin2021-11-251-0/+40
* ig4: Add PCI IDs for Intel Gemini Lake I2C controller.Vladimir Kondratyev2021-02-231-0/+16
* ig4(4): Add PCI IDs for Intel Tiger LakeVladimir Kondratyev2020-12-051-0/+30
* ig4(4): Add PCI IDs for Intel Comit Lake I2C controllers.Vladimir Kondratyev2020-10-311-0/+28
* ig4(4): Add PCI IDs for Intel Bay Trail I2C controllers.Vladimir Kondratyev2020-04-261-0/+14
* [ig4] Remove unused methods from bus interfaceVladimir Kondratyev2019-12-101-2/+0
* [ig4] Add support for CannonLake controllersVladimir Kondratyev2019-11-031-1/+21
* [ig4] Add generic resource methods to bus interfaceVladimir Kondratyev2019-11-031-0/+12
* [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] Give common name to PCI and ACPI device driversVladimir Kondratyev2019-11-031-8/+4
* Catch up with r338948.Mark Johnston2018-12-171-1/+1
* Revert r336326.Mark Johnston2018-12-171-4/+2
* [ig4] Fix device description for Kaby Lake systemsOleksandr Tymoshenko2018-09-161-2/+2
* [ig4] Add PCI IDs for I2C controller on Intel Kaby Lake systemsOleksandr Tymoshenko2018-09-131-0/+4
* Remove MODULE_PNP_INFO for ig4(4) driverOleksandr Tymoshenko2018-07-161-2/+4
* ig4(4): add devmatch(8) PNP infoOleksandr Tymoshenko2018-07-091-3/+4
* ig4(4): Fix Apollo lake entries platform identifierOleksandr Tymoshenko2018-07-061-8/+8
* ig4(4): add support for Apollo Lake I2C controllersOleksandr Tymoshenko2018-07-061-61/+51
* [ig4] Add support for i2c controllers on Skylake and Kaby LakeOleksandr Tymoshenko2018-03-061-0/+40
* [ig4] Add ACPI platform support for ig4 driverOleksandr Tymoshenko2016-12-261-17/+8
* Add Braswell PCI IDs for Intel CherryviewConrad Meyer2016-12-201-0/+24
* ichiic/ig4: completely disengage from smbusAndriy Gapon2016-11-021-19/+1
* add iic interface to ig4 driver, move isl and cyapa to iicbusAndriy Gapon2016-10-301-1/+8
* Protect smbus ioctls in ig4 driver using a shared lock.Michael Gmelin2015-06-251-5/+10
* ig4 - Intel fourth gen integrated I2C SMBus driver.Michael Gmelin2015-05-301-0/+192