Age | Commit message (Expand) | Author |
2024-09-06 | drivers/i2c/generic: Remove erroneous acpigen_pop_len | Sean Rhodes |
2024-08-02 | i2c/drivers/generic: Return ROTM in a package | Sean Rhodes |
2024-07-29 | i2c/drivers/generic: Add support for including a CDM | Sean Rhodes |
2024-05-29 | tree: Remove unused <string.h> | Elyes Haouas |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-04-19 | acpi: Make acpi_device_write_dsd_gpio() public | Jianeng Ceng |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-02-21 | i2c/drivers/generic: Add support for including a rotation matrix | Sean Rhodes |
2024-02-18 | drivers: Add SPDX license headers to Kconfig files | Martin Roth |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-24 | driver/i2c: Rename Makefiles from .inc to .mk | Martin Roth |
2023-08-06 | drivers: Add SPDX license headers to Makefiles | Martin Roth |
2023-07-31 | drivers/i2c/generic: Add option to set ACPI subsystem ID | Matt DeVillier |
2023-01-15 | drivers/i2c/generic: Drop 'disable_gpio_export_in_crs' flag | Matt DeVillier |
2022-11-05 | drivers/i2c/generic: Print error when using _CRS and PowerResource | Raul E Rangel |
2022-11-03 | drivers/i2c/generic: Tweak error text for missing HID | Matt DeVillier |
2022-05-31 | drivers/i2c/generic: Add support for i2c device detection | Matt DeVillier |
2021-05-05 | drivers/i2c/generic: Set S0W to D3hot for wake device | Tony Huang |
2020-11-22 | drivers/i2c/generic: Only write DDN field if description not empty | Matt DeVillier |
2020-11-09 | acpi: Call acpi_fill_ssdt() only for enabled devices | Karthikeyan Ramasubramanian |
2020-07-02 | acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo | Furquan Shaikh |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | drivers/i2c: Constify struct device * param to i2c fill ssdt callback | Furquan Shaikh |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-08-13 | drivers/i2c/generic: Add "compatible" property to _DSD | Furquan Shaikh |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-23 | src/drivers: Remove needless '&' on function pointers | Elyes HAOUAS |
2018-09-16 | acpi: Call acpi_gen_writeSTA by status from device tree | Hung-Te Lin |
2018-08-10 | src/drivers: Fix typo | Elyes HAOUAS |
2018-06-12 | drivers/i2c/generic: Ensure config is not NULL before accessing it | Furquan Shaikh |
2018-06-06 | src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cb | Naresh G Solanki |
2018-05-02 | src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices | Shelley Chen |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-08-30 | acpigen: Add stop gpio control to power resource | Furquan Shaikh |
2017-08-30 | drivers/i2c/generic: Support additional device properties | Duncan Laurie |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-03-16 | i2c/generic: Add support for GPIO IRQ | Duncan Laurie |
2017-02-19 | acpi_device: Move power resource function to generic code | Duncan Laurie |
2017-01-29 | i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPI | Furquan Shaikh |
2016-12-16 | drivers/i2c/generic: Allow mainboards to export reset and enable GPIOs | Furquan Shaikh |
2016-12-15 | drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdt | Furquan Shaikh |
2016-10-25 | drivers/i2c/generic: Re-factor SSDT generation code | Furquan Shaikh |
2016-10-25 | drivers/i2c/generic: Enable support for adding PowerResource for device | Furquan Shaikh |
2016-10-24 | drivers/i2c/generic: Return correct name for acpi_name | Furquan Shaikh |
2016-09-28 | drivers/i2c/generic: Add config for marking device as probed | Duncan Laurie |
2016-06-22 | drivers/i2c/generic: Fix compile failure | Duncan Laurie |
2016-06-02 | i2c: Add a generic i2c driver | Duncan Laurie |