1. d55fc37 Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  2. 8eb5c87 i2c: add ACPI support for I2C mux ports by Dustin Byford · 9 years ago
  3. 3eddad9 i2c: designware: reverts "i2c: designware: Add support for AMD I2C controller" by Ken Xue · 9 years ago
  4. 319d7f0 i2c: designware: Fix build error when !CONFIG_PM_SLEEP by Jarkko Nikula · 9 years ago
  5. 56d4b8a i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348 by Mika Westerberg · 9 years ago
  6. 36d48fb i2c: designware-platdrv: enable RuntimePM before registering to the core by Wolfram Sang · 9 years ago
  7. d80d134 i2c: designware: Move common probe code into i2c_dw_probe() by Jarkko Nikula · 9 years ago
  8. 6ad6fde i2c: designware: Rename platform driver probe and PM functions by Jarkko Nikula · 9 years ago
  9. edfc390 i2c: designware: Make sure the device is suspended before disabling runtime PM by Mika Westerberg · 9 years ago
  10. 8503ff1 i2c: designware: Avoid unnecessary resuming during system suspend by Jisheng Zhang · 9 years ago
  11. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  12. ca5b74d ACPI: Introduce has_acpi_companion() by Rafael J. Wysocki · 9 years ago
  13. b20d386 i2c: designware: Suppress error message if platform_get_irq() < 0 by Alexey Brodkin · 9 years ago
  14. 894acb2 i2c: designware: Add Intel Baytrail PMIC I2C bus support by David Box · 10 years ago
  15. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  16. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  17. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  18. a445900 i2c: designware: Add support for AMD I2C controller by Carl Peng · 10 years ago
  19. 925ddb2 i2c: designware: Rework probe() to get clock a bit later by Mika Westerberg · 10 years ago
  20. 0b26c84 i2c: designware: Default to fast mode in case of ACPI by Mika Westerberg · 10 years ago
  21. 4bcfda0 i2c: designware: add support of platform data to set I2C mode by Tan, Raymond · 10 years ago
  22. 8e5f6b2 i2c: designware: add support of I2C standard mode by Romain Baeriswyl · 10 years ago
  23. 0409516 i2c: designware: add new bindings by Alan Cox · 10 years ago
  24. 70fba83 i2c: i2c-designware-platdrv: Drop class based scanning to improve bootup time by Wolfram Sang · 10 years ago
  25. 1fc2fe2 i2c: designware: Add runtime PM hooks by Mika Westerberg · 10 years ago
  26. f537295 i2c: designware: Disable device on system suspend by Mika Westerberg · 10 years ago
  27. 834f2d8 i2c: i2c-designware-platdrv: deprecate class based instantiation by Wolfram Sang · 11 years ago
  28. 6468276 i2c: designware: make SCL and SDA falling time configurable by Romain Baeriswyl · 11 years ago
  29. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  30. 25b3dfc i2c: designware: add new ACPI IDs by Mika Westerberg · 11 years ago
  31. cccdcea i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  32. 57cd1e3 i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPI by Mika Westerberg · 11 years ago
  33. 55e71ed i2c: move ACPI helpers into the core by Mika Westerberg · 11 years ago
  34. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  35. dfb03fb i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  36. 97191d7 i2c-designware: use div_u64 to fix link by Vincent Stehlé · 11 years ago
  37. 9803f86 i2c-designware: make SDA hold time configurable by Christian Ruppert · 11 years ago
  38. 3cc2d00 drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  39. 5a7e6bd i2c: designware: add Intel BayTrail ACPI ID by Mika Westerberg · 11 years ago
  40. 99bece7 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  41. be7fbe6 i2c: designware-plat: drop superfluous {get|put}_device by Wolfram Sang · 11 years ago
  42. 4345233 i2c-designware: switch to use runtime PM autosuspend by Mika Westerberg · 11 years ago
  43. efe7d64 i2c-designware: use dynamic adapter numbering on Lynxpoint by Mika Westerberg · 11 years ago
  44. 1cb715c i2c-designware: move to managed functions (devm_*) by Andy Shevchenko · 11 years ago
  45. b34bb1e ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices() by Rafael J. Wysocki · 11 years ago
  46. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 11 years ago
  47. b61b141 i2c-designware: add support for Intel Lynxpoint by Mika Westerberg · 12 years ago
  48. 7272194 i2c-designware: add minimal support for runtime PM by Mika Westerberg · 12 years ago
  49. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 12 years ago
  50. e1fac69 i2c: designware: Add clk_{un}prepare() support by Viresh Kumar · 12 years ago
  51. 3bf3b28 i2c: designware: add PM support by Deepak Sikri · 12 years ago
  52. 1045228 i2c: designware: dw_i2c_init_driver as subsys initcall by Pratyush Anand · 12 years ago
  53. af71100 i2c-designware: add OF binding support by Rob Herring · 13 years ago
  54. f3fa9f3 i2c-designware: Push all register reads/writes into the core code. by Dirk Brandewie · 13 years ago
  55. e18563f i2c-designware: move controller config to bus specific portion of driver by Dirk Brandewie · 13 years ago
  56. 2fa8326 i2c-designware: move i2c functionality bit field to be adapter specific by Dirk Brandewie · 13 years ago
  57. 1d31b58 i2c-designware: Move retriveving the clock speed out of core code. by Dirk Brandewie · 13 years ago
  58. 2373f6b i2c-designware: split of i2c-designware.c into core and bus specific parts by Dirk Brandewie · 13 years ago