1. 5709713 drivers/i2c/dw_i2c: Adjust to handle 0-byte transfers by Matt DeVillier · 2 years, 4 months ago
  2. 4bc2ca5 drivers/i2c/designware/dw_i2c: Remove unnecessary tabs in debug log by Reka Norman · 2 years, 4 months ago
  3. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 6 months ago
  4. 6151ff3 drivers/i2c/designware/dw_i2c: improve CONTROL_SPEED_FS definition by Felix Held · 2 years, 7 months ago
  5. 7edf910 drivers/i2c/designware/dw_i2c: use cb_err for dw_i2c_gen_speed_config by Felix Held · 2 years, 7 months ago
  6. abdf684 drivers/i2c/designware/dw_i2c: limit scope of dw_i2c_transfer by Felix Held · 2 years, 7 months ago
  7. 8ed02de8 drivers/i2c/designware/dw_i2c: return enum cb_err from dw_i2c_transfer by Felix Held · 2 years, 7 months ago
  8. 3d94589 drivers/i2c/designware/dw_i2c: return enum cb_err from dw_i2c_init by Felix Held · 2 years, 7 months ago
  9. 2a542da drivers/i2c/designware/dw_i2c: use enum cb_err for static functions by Felix Held · 2 years, 7 months ago
  10. a704156 drivers/i2c/designware/dw_i2c: add missing types.h include by Felix Held · 2 years, 7 months ago
  11. 1e02ad3 drivers/i2c/designware: Report I2C timings for additional bus speeds by Werner Zeh · 3 years, 3 months ago
  12. 2263e9b drivers/i2c/designware: Use safe defaults for SCL parameters by Kyösti Mälkki · 3 years, 4 months ago
  13. b2c39b5 drivers/i2c/dw: Check for TX_ABORT in transfer by Kangheui Won · 3 years, 9 months ago
  14. d1c0f95 acpi: Call acpi_fill_ssdt() only for enabled devices by Karthikeyan Ramasubramanian · 3 years, 10 months ago
  15. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  16. 6191b85 drivers/i2c/designware: Check if the device is powered by Raul E Rangel · 4 years, 4 months ago
  17. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  18. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  19. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  20. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  21. ba37b94 drivers/i2c/designware: Add 150MHz clock speed by Martin Roth · 4 years, 8 months ago
  22. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  23. cddd600 AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file by Martin Roth · 5 years ago
  24. ba0a393 drivers/i2c/dw: Don't try to generate unselected speeds in ACPI table by Tim Wawrzynczak · 5 years ago
  25. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  26. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  27. 4afefd6 drivers/i2c/designware: Add soc_clock entry for 216MHz by Duncan Laurie · 6 years ago
  28. 1895838 src/drivers: Fix typo by Elyes HAOUAS · 6 years ago
  29. 794d097 drivers/i2c/designware: Fix indentation by Maulik V Vaghela · 6 years ago
  30. 97d58bc drivers/i2c/designware: conform to controller restrictions by Aaron Durbin · 7 years ago
  31. 1f27357 drivers/i2c/designware: Unset IC_ENABLE when setting target address by Chris Ching · 7 years ago
  32. b94a275 drivers/i2c/designware: reduce API complication for bus config by Aaron Durbin · 7 years ago
  33. b7d79cd drives/i2c/designware: incorporate device_operations support by Aaron Durbin · 7 years ago
  34. b8dc63b ic2/designware: Move Intel i2c logic to shared driver by Chris Ching · 7 years ago[Renamed (77%) from src/soc/intel/common/block/i2c/lpss_i2c.c]
  35. 8240a88c soc/intel/common/block/i2c: fix orphaned Kconfig options by Aaron Durbin · 7 years ago
  36. e1f4d79 soc/intel/common: Add error print in common i2c by Lijian Zhao · 7 years ago
  37. 5817386 Reinvent I2C ops by Nico Huber · 7 years ago
  38. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  39. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  40. 14deaee intel/common/block/i2c: Fix clock programming of i2c by Naresh G Solanki · 7 years ago
  41. ae6a4b6 intel/common/block/i2c: Add common block for I2C and use the same in SoCs by Rizwan Qureshi · 7 years ago[Renamed (85%) from src/soc/intel/common/lpss_i2c.c]
  42. 340908a soc/intel/lpss: Provide common LPSS clock config by Furquan Shaikh · 7 years ago
  43. c5f10f9 soc/intel/common: allow lpss i2c time-based data hold time by Aaron Durbin · 7 years ago
  44. 2072781 soc/intel/common: Fix unsigned warnings by Lee Leahy · 7 years ago
  45. e35e695 soc/intel/common/lpss_i2c: correct bus speed error by Aaron Durbin · 8 years ago
  46. bff8c5ec soc/intel/common/lpss_i2c: fix NULL dereference in error path by Aaron Durbin · 8 years ago
  47. 2b3e0cd soc/intel/common/lpss_i2c: configure buses by rise/fall times by Aaron Durbin · 8 years ago
  48. 4668ba7 soc/intel/common/lpss_i2c: simplify API and use common config structure by Aaron Durbin · 8 years ago
  49. a87170b lpss_i2c: Increase transaction timeout by Duncan Laurie · 8 years ago
  50. f8a7b2c lpss_i2c: Add Kconfig option to enable debug by Duncan Laurie · 8 years ago
  51. 772555a2 lpss_i2c: Change handling of controller enable/disable by Duncan Laurie · 8 years ago
  52. d1cab66 lpss_i2c: Increase default timeout to 4ms by Duncan Laurie · 8 years ago
  53. 222381e skylake: Generate ACPI timing values for I2C devices by Duncan Laurie · 8 years ago
  54. 88a1f14 lpss_i2c: Set SDA hold and support custom speed config by Duncan Laurie · 8 years ago
  55. 8a14c39 soc/intel/common: Add LPSS I2C driver by Duncan Laurie · 8 years ago