aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichiic
Commit message (Expand)AuthorAgeFilesLines
* [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