summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/generic
Commit message (Expand)AuthorAgeFilesLines
* drivers/i2c/generic: Add support for i2c device detectionMatt DeVillier2022-05-312-0/+23
* drivers/i2c/generic: Set S0W to D3hot for wake deviceTony Huang2021-05-051-1/+1
* drivers/i2c/generic: Only write DDN field if description not emptyMatt DeVillier2020-11-221-1/+2
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-021-4/+3
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-282-3/+3
* drivers/i2c: Constify struct device * param to i2c fill ssdt callbackFurquan Shaikh2020-04-282-2/+2
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-062-24/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-5/+5
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-4/+4
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-4/+0
* drivers/i2c/generic: Add "compatible" property to _DSDFurquan Shaikh2019-08-132-1/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-161-1/+1
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* drivers/i2c/generic: Ensure config is not NULL before accessing itFurquan Shaikh2018-06-121-2/+4
* src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cbNaresh G Solanki2018-06-061-0/+5
* src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen2018-05-022-8/+23
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* acpigen: Add stop gpio control to power resourceFurquan Shaikh2017-08-302-1/+6
* drivers/i2c/generic: Support additional device propertiesDuncan Laurie2017-08-302-1/+11
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+2
* i2c/generic: Add support for GPIO IRQDuncan Laurie2017-03-162-3/+18
* acpi_device: Move power resource function to generic codeDuncan Laurie2017-02-191-45/+4
* i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPIFurquan Shaikh2017-01-292-12/+17
* drivers/i2c/generic: Allow mainboards to export reset and enable GPIOsFurquan Shaikh2016-12-162-16/+71
* drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdtFurquan Shaikh2016-12-152-7/+9
* drivers/i2c/generic: Re-factor SSDT generation codeFurquan Shaikh2016-10-252-2/+47
* drivers/i2c/generic: Enable support for adding PowerResource for deviceFurquan Shaikh2016-10-252-0/+52
* drivers/i2c/generic: Return correct name for acpi_nameFurquan Shaikh2016-10-241-1/+1
* drivers/i2c/generic: Add config for marking device as probedDuncan Laurie2016-09-282-0/+16
* drivers/i2c/generic: Fix compile failureDuncan Laurie2016-06-221-1/+1
* i2c: Add a generic i2c driverDuncan Laurie2016-06-024-0/+143