1. 852f719 i2c: designware: Adjust bus speed independently of ACPI by Andy Shevchenko · 4 years, 7 months ago
  2. c615f5c i2c: designware: Discard Cherry Trail model flag by Serge Semin · 4 years, 8 months ago
  3. 3f35064 i2c: designware: Drop hard coded FIFO depth assignment by Andy Shevchenko · 4 years, 8 months ago
  4. 64d0a07 i2c: designware: Read counters from ACPI for PCI driver by Andy Shevchenko · 4 years, 8 months ago
  5. ab0ef8b i2c: designware: Get rid of PCI driver specifics in common code by Andy Shevchenko · 4 years, 8 months ago
  6. 7943f1d i2c: designware: Allow slave mode for PCI enumerated devices by Andy Shevchenko · 4 years, 9 months ago
  7. bed20c8 i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master() by Andy Shevchenko · 4 years, 9 months ago
  8. 42ab001 i2c: designware: Switch PCI driver to use i2c_dw_configure_master() by Andy Shevchenko · 4 years, 9 months ago
  9. 6d7e0a3 Merge tag 'v5.6-rc7' into i2c/for-5.7 by Wolfram Sang · 4 years, 10 months ago
  10. 24d3fdc i2c: designware: Fix spelling typos in the comments by Andy Shevchenko · 4 years, 10 months ago
  11. 9be8bc4 i2c: designware-pci: Fix BUG_ON during device removal by Jarkko Nikula · 5 years ago
  12. 70fb95e i2c: designware-pci: Add support for Elkhart Lake PSE I2C by Jarkko Nikula · 5 years ago
  13. 21aa398 i2c: designware-pci: Switch over to MSI interrupts by Felipe Balbi · 5 years ago
  14. 7735eee i2c: busses: Use dev_get_drvdata where possible by Chuhong Yuan · 6 years ago
  15. 2751541 i2c: designware: Do not allow i2c_dw_xfer() calls while suspended by Hans de Goede · 6 years ago
  16. 15c566f i2c: designware: Add SPDX license tag by Andy Shevchenko · 6 years ago
  17. 1c02cbf7 i2c: designware-pcidrv: Mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  18. 9031235 i2c: designware: MASTER mode as separated driver by Luis Oliveira · 8 years ago
  19. fd476fa i2c: designware-baytrail: Add support for cherrytrail by Hans de Goede · 8 years ago
  20. 531ccab i2c: designware-pcidrv: Add 10bit address feature to medfield/merrifield by Alexander Stein · 8 years ago
  21. f06122f i2c: designware: Consolidate default functionality bits by Alexander Stein · 8 years ago
  22. c3ae106 i2c: designware: Implement support for SMBus block read and write by Tin Huynh · 8 years ago
  23. ec2790e i2c: designware-pci: clarify a comment for Merrifield by Andy Shevchenko · 9 years ago
  24. 45bc35e i2c: designware-pci: Sort header block alphabetically by Andy Shevchenko · 9 years ago
  25. b20551c i2c: designware-pci: Introduce Merrifield support by Andy Shevchenko · 9 years ago
  26. ed1bf03 i2c: designware-pci: Make bus number allocation robust by Andy Shevchenko · 9 years ago
  27. 238c44a i2c: designware: use to_pci_dev() by Geliang Tang · 9 years ago
  28. 8eb5c87 i2c: add ACPI support for I2C mux ports by Dustin Byford · 9 years ago
  29. d80d134 i2c: designware: Move common probe code into i2c_dw_probe() by Jarkko Nikula · 9 years ago
  30. b9f84ad i2c: designware: Disable interrupts before requesting PCI device interrupt by Jarkko Nikula · 9 years ago
  31. c335631 i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe() by Jarkko Nikula · 9 years ago
  32. b0898fd i2c: designware-pci: use IRQF_COND_SUSPEND flag by Andy Shevchenko · 10 years ago
  33. a93ac57 i2c: designware-pci: update Intel copyright line by Andy Shevchenko · 10 years ago
  34. c99d49a9 i2c: designware-pci: no need to provide clk_khz by Andy Shevchenko · 10 years ago
  35. bd1179f i2c: designware-pci: remove Moorestown support by Andy Shevchenko · 10 years ago
  36. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  37. 0409516 i2c: designware: add new bindings by Alan Cox · 11 years ago
  38. 157a801 i2c: designware-pci: Add Haswell PCI IDs by Mika Westerberg · 11 years ago
  39. 392debf i2c: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  40. 8efd1e9 i2c: designware-pci: set ideal HCNT, LCNT and SDA hold time value by Chew, Chiau Ee · 11 years ago
  41. ceccd29 i2c: designware-pci: add 10-bit addressing mode functionality for BYT I2C by Chew, Chiau Ee · 11 years ago
  42. 089c729 i2c: designware-pci: Add Baytrail PCI IDs by Mika Westerberg · 11 years ago
  43. be58eda i2c: designware-pci: Cleanup driver power management by Mika Westerberg · 11 years ago
  44. aaedeb6 i2c: designware-pci: drop superfluous {get|put}_device by Wolfram Sang · 12 years ago
  45. 4345233 i2c-designware: switch to use runtime PM autosuspend by Mika Westerberg · 12 years ago
  46. 76cf3fc i2c-designware-pci: use managed functions pcim_* and devm_* by Andy Shevchenko · 12 years ago
  47. ca0c1ff i2c-designware-pci: use dev_err() instead of printk() by Andy Shevchenko · 12 years ago
  48. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 12 years ago
  49. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 12 years ago
  50. 56f2178 i2c/busses: Use module_pci_driver by Axel Lin · 13 years ago
  51. 3a48d1c i2c: prevent spurious interrupt on Designware controllers by Kristen Carlson Accardi · 13 years ago
  52. 3527bd5 i2c: Convert to DEFINE_PCI_DEVICE_TABLE by Axel Lin · 13 years ago
  53. 52c2843 i2c-designware: Fix PCI core warning on suspend/resume by Octavian Purdila · 13 years ago
  54. 18dbdda i2c-designware: Add runtime power management support by Dirk Brandewie · 13 years ago
  55. fe20ff5 i2c-designware: Add support for Designware core behind PCI devices. by Dirk Brandewie · 13 years ago