summaryrefslogtreecommitdiff
path: root/sys/dev/ichiic
Commit message (Expand)AuthorAgeFilesLines
* ig4: Add PCI IDs for Intel Gemini Lake I2C controller.Vladimir Kondratyev2021-04-113-1/+24
* MFC r368366Vladimir Kondratyev2020-12-163-3/+46
* MFC r367230:Vladimir Kondratyev2020-11-141-0/+28
* MFC r360499: ig4iic_acpi_probe: remove set but unused variableAndriy Gapon2020-05-221-2/+0
* MFC r360241: ig4: ensure that drivers always attach in correct orderAndriy Gapon2020-05-221-1/+2
* MFC r360355:Vladimir Kondratyev2020-05-031-0/+14
* MFC r358818:Vladimir Kondratyev2020-03-291-0/+4
* MFC r354291 - r354322, r354327, r355596Vladimir Kondratyev2019-12-225-312/+793
* ig4(4): Fix SDA HOLD time set too low on Skylake controllersVladimir Kondratyev2019-09-151-0/+2
* [ig4] style(9) clean-upOleksandr Tymoshenko2018-10-041-2/+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
* [ig4] Fix I/O timeout issue with Designware I2C controller on AMD platformsOleksandr Tymoshenko2018-08-223-3/+27
* [ig4] add ACPI Device HID for AMD platformsOleksandr Tymoshenko2018-08-203-4/+3
* [ig4] Fix initialization sequence for newer ig4 chipsOleksandr Tymoshenko2018-08-132-0/+28
* 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-062-61/+51
* [ig4] Add support for i2c controllers on Skylake and Kaby LakeOleksandr Tymoshenko2018-03-065-25/+116
* [ig4] Add ACPI platform support for ig4 driverOleksandr Tymoshenko2016-12-264-19/+184
* Add Braswell PCI IDs for Intel CherryviewConrad Meyer2016-12-201-0/+24
* fix typo in a commentAndriy Gapon2016-11-021-1/+1
* ichiic/ig4: completely disengage from smbusAndriy Gapon2016-11-024-529/+21
* add iic interface to ig4 driver, move isl and cyapa to iicbusAndriy Gapon2016-10-303-11/+253
* Fix ig4 operation for certain machinesMichael Gmelin2016-05-301-8/+14
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Use DELAY() instead of sleeping during boot-time attach.John Baldwin2016-04-091-1/+4
* Allow building a kernel with baked in ig4, isl and cyapa drivers.Michael Gmelin2015-08-191-2/+2
* Protect smbus ioctls in ig4 driver using a shared lock.Michael Gmelin2015-06-253-58/+90
* ig4 - Intel fourth gen integrated I2C SMBus driver.Michael Gmelin2015-05-304-0/+1876