1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  2. b72ad66 driver/i2c: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  3. 8324fe9 drivers: Add SPDX license headers to Makefiles by Martin Roth · 12 months ago
  4. 2ca55f2 drivers/i2c/generic: Add option to set ACPI subsystem ID by Matt DeVillier · 1 year, 6 months ago
  5. 4902e9b drivers/i2c/generic: Drop 'disable_gpio_export_in_crs' flag by Matt DeVillier · 1 year, 6 months ago
  6. ae129fc drivers/i2c/generic: Print error when using _CRS and PowerResource by Raul E Rangel · 2 years, 7 months ago
  7. 2494e93 drivers/i2c/generic: Tweak error text for missing HID by Matt DeVillier · 1 year, 9 months ago
  8. c636142 drivers/i2c/generic: Add support for i2c device detection by Matt DeVillier · 2 years, 4 months ago
  9. 1282b00 drivers/i2c/generic: Set S0W to D3hot for wake device by Tony Huang · 3 years, 2 months ago
  10. 86dce8f drivers/i2c/generic: Only write DDN field if description not empty by Matt DeVillier · 3 years, 8 months ago
  11. d1c0f95 acpi: Call acpi_fill_ssdt() only for enabled devices by Karthikeyan Ramasubramanian · 3 years, 8 months ago
  12. d2d5e44 acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo by Furquan Shaikh · 4 years ago
  13. f70bd99 src: Remove unused '#include <stdint.h>' by Elyes HAOUAS · 4 years, 2 months ago
  14. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  15. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  16. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 3 months ago
  17. 8220c4b drivers/i2c: Constify struct device * param to i2c fill ssdt callback by Furquan Shaikh · 4 years, 3 months ago
  18. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  19. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 3 months ago
  20. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  21. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 4 months ago
  22. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  23. cddd600 AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  24. 8ce36ac drivers/i2c/generic: Add "compatible" property to _DSD by Furquan Shaikh · 5 years ago
  25. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  26. 2aa3b16 src/drivers: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  27. b4be50c acpi: Call acpi_gen_writeSTA by status from device tree by Hung-Te Lin · 6 years ago
  28. 1895838 src/drivers: Fix typo by Elyes HAOUAS · 6 years ago
  29. 24681f1 drivers/i2c/generic: Ensure config is not NULL before accessing it by Furquan Shaikh · 6 years ago
  30. 69e9e71 src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cb by Naresh G Solanki · 6 years ago
  31. a060339 src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices by Shelley Chen · 6 years ago
  32. aa090cb device: acpi_name() should take a const struct device by Aaron Durbin · 7 years ago
  33. edf459f acpigen: Add stop gpio control to power resource by Furquan Shaikh · 7 years ago
  34. 1533a3c drivers/i2c/generic: Support additional device properties by Duncan Laurie · 7 years ago
  35. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  36. b94e935 i2c/generic: Add support for GPIO IRQ by Duncan Laurie · 7 years ago
  37. bd73dbb acpi_device: Move power resource function to generic code by Duncan Laurie · 7 years ago
  38. 71d830f i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPI by Furquan Shaikh · 7 years ago
  39. 98915bb drivers/i2c/generic: Allow mainboards to export reset and enable GPIOs by Furquan Shaikh · 8 years ago
  40. fdc1b2e drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdt by Furquan Shaikh · 8 years ago
  41. 1d33488 drivers/i2c/generic: Re-factor SSDT generation code by Furquan Shaikh · 8 years ago
  42. 626ad20 drivers/i2c/generic: Enable support for adding PowerResource for device by Furquan Shaikh · 8 years ago
  43. 3f4e627 drivers/i2c/generic: Return correct name for acpi_name by Furquan Shaikh · 8 years ago
  44. fbf2c79b drivers/i2c/generic: Add config for marking device as probed by Duncan Laurie · 8 years ago
  45. 14b2a4d drivers/i2c/generic: Fix compile failure by Duncan Laurie · 8 years ago
  46. 21a097a i2c: Add a generic i2c driver by Duncan Laurie · 8 years ago