summaryrefslogtreecommitdiffstats
path: root/sys/modules/i2c/controllers/ichiic
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* MFC r310621:gonzo2017-01-091-2/+7
| | | | | | | | | | [ig4] Add ACPI platform support for ig4 driver Add ACPI part for ig4 driver to make it work on Intel BayTrail SoC where ig4 device is available only through ACPI Reviewed by: avg Differential Revision: https://reviews.freebsd.org/D8742
* MFC r308104: add iic interface to ig4 driver, move isl and cyapa to iicbusavg2016-12-141-1/+1
|
* ig4 - Intel fourth gen integrated I2C SMBus driver.grembo2015-05-301-0/+8
Differential Revision: https://reviews.freebsd.org/D2372 Reviewed by: jhb, wblock, adrian Approved by: jhb, wblock Relnotes: yes
OpenPOWER on IntegriCloud