summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/generic/chip.h
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28drivers/i2c: Constify struct device * param to i2c fill ssdt callbackFurquan Shaikh
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-08-13drivers/i2c/generic: Add "compatible" property to _DSDFurquan Shaikh
2018-08-10src/drivers: Fix typoElyes HAOUAS
2018-05-02src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen
2017-08-30acpigen: Add stop gpio control to power resourceFurquan Shaikh
2017-08-30drivers/i2c/generic: Support additional device propertiesDuncan Laurie
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-03-16i2c/generic: Add support for GPIO IRQDuncan Laurie
2017-01-29i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPIFurquan Shaikh
2016-12-16drivers/i2c/generic: Allow mainboards to export reset and enable GPIOsFurquan Shaikh
2016-12-15drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdtFurquan Shaikh
2016-10-25drivers/i2c/generic: Re-factor SSDT generation codeFurquan Shaikh
2016-10-25drivers/i2c/generic: Enable support for adding PowerResource for deviceFurquan Shaikh
2016-09-28drivers/i2c/generic: Add config for marking device as probedDuncan Laurie
2016-06-02i2c: Add a generic i2c driverDuncan Laurie