1. 48a4158 Revert "i2c: designware: detect when dynamic tar update is possible" by Jarkko Nikula · 7 years ago
  2. 89119f0 Revert "i2c: designware: do not disable adapter after transfer" by Jarkko Nikula · 8 years ago
  3. 4d6d5f1 i2c: designware: fix rx fifo depth tracking by Russell King · 8 years ago
  4. 2bf413d i2c: designware: report short transfers by Russell King · 8 years ago
  5. 171e23e i2c: designware: Avoid aborted transfers with fast reacting I2C slaves by Jarkko Nikula · 8 years ago
  6. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  7. 664d58b i2c: designware: save the preset value of DW_IC_SDA_HOLD by Zhuo-hao Lee · 8 years ago
  8. 0317e6c i2c: designware: do not disable adapter after transfer by Lucas De Marchi · 8 years ago
  9. 63d0f0a6 i2c: designware: detect when dynamic tar update is possible by Lucas De Marchi · 8 years ago
  10. 8c5660b i2c: designware: add common functions for locking by Lucas De Marchi · 8 years ago
  11. 2702ea7 i2c: designware: wait for disable/enable only if necessary by José Roberto de Souza · 8 years ago
  12. b6e6714 i2c: designware: Enable high speed mode by Weifeng Voon · 8 years ago
  13. d608c3d i2c: designware: Enable fast mode plus by Weifeng Voon · 8 years ago
  14. d0bcd8d i2c: designware: Use transfer timeout from ioctl I2C_TIMEOUT by Weifeng Voon · 8 years ago
  15. cd998de i2c: designware: Prevent runtime suspend during adapter registration by Jarkko Nikula · 8 years ago
  16. e3c9765 i2c: designware: remove redundant lock by Baruch Siach · 9 years ago
  17. 08c6e8c i2c: designware-pci: use IRQF_COND_SUSPEND flag by Andy Shevchenko · 9 years ago
  18. 32250e4 Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  19. b33af11 i2c: designware: Do not require clock when SSCN and FFCN are provided by Suravee Suthikulpanit · 9 years ago
  20. 8d22f30 i2c: designware: retry transfer on transient failure by Baruch Siach · 9 years ago
  21. 2d244c8 i2c: designware: fix IO timeout issue for AMD controller by Xiangliang Yu · 9 years ago
  22. d80d134 i2c: designware: Move common probe code into i2c_dw_probe() by Jarkko Nikula · 9 years ago
  23. 8a43745 i2c: designware: Make dw_readl() and dw_writel() static by Jarkko Nikula · 9 years ago
  24. f6ed2b7 i2c: designware: Remove unused functions by Jarkko Nikula · 9 years ago
  25. c335631 i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe() by Jarkko Nikula · 9 years ago
  26. fb42746 i2c: designware: Make debug print in i2c_dw_isr() shorter by Jarkko Nikula · 9 years ago
  27. 63d51e5 i2c: designware: fixup return handling of wait_for_completion_timeout by Nicholas Mc Guire · 9 years ago
  28. 42ffd39 i2c: designware: Do not calculate SCL timing parameters needlessly by Jarkko Nikula · 10 years ago
  29. c0601d2 i2c: designware: Add i2c bus locking support by David Box · 10 years ago
  30. 67105c5 i2c: designware: use {readl|writel}_relaxed instead of readl/writel by Jisheng Zhang · 10 years ago
  31. d39f77b i2c: designware: prevent early stop on TX FIFO empty by Andrew Jackson · 10 years ago
  32. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  33. 47bb27e i2c: designware: Mask all interrupts during i2c controller enable by Du, Wenkai · 10 years ago
  34. 6468276 i2c: designware: make SCL and SDA falling time configurable by Romain Baeriswyl · 11 years ago
  35. 7ae532e i2c: designware: remove HAVE_CLK build dependecy by Baruch Siach · 11 years ago
  36. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  37. bd63ace i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is set by Chew, Chiau Ee · 11 years ago
  38. defc0b2 i2c: designware: make HCNT/LCNT values configurable by Mika Westerberg · 11 years ago
  39. 8256424 i2c: designware: Manually set RESTART bit between messages by Chew, Chiau Ee · 11 years ago
  40. 9803f86 i2c-designware: make SDA hold time configurable by Christian Ruppert · 11 years ago
  41. 38d7fad i2c: designware: fix race between subsequent xfers by Christian Ruppert · 11 years ago
  42. e42dba5 i2c: designware: prevent signals from aborting I2C transfers by Mika Westerberg · 11 years ago
  43. 2a2d95e i2c: designware: always clear interrupts before enabling them by Mika Westerberg · 11 years ago
  44. e6f34ce i2c: designware: fix RX FIFO overrun by Josef Ahmad · 11 years ago
  45. 4345233 i2c-designware: switch to use runtime PM autosuspend by Mika Westerberg · 11 years ago
  46. 1451b91 i2c-designware: use usleep_range() in the busy-loop by Mika Westerberg · 11 years ago
  47. 3ca4ed8 i2c-designware: enable/disable the controller properly by Mika Westerberg · 11 years ago
  48. 17a76b4 i2c-designware: always set the STOP bit after last byte by Mika Westerberg · 12 years ago
  49. 9dd3162 i2c-designware: add missing MODULE_LICENSE by Mika Westerberg · 12 years ago
  50. bccd780 i2c-designware: i2c_dw_xfer_msg can be static by Jean Delvare · 12 years ago
  51. e68bb91 i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG_I2C_DESIGNWARE_PCI=y by Axel Lin · 12 years ago
  52. a8a9f3f i2c: designware: Add support for 16bit register access by Stefan Roese · 12 years ago
  53. 18dbdda i2c-designware: Add runtime power management support by Dirk Brandewie · 13 years ago
  54. f3fa9f3 i2c-designware: Push all register reads/writes into the core code. by Dirk Brandewie · 13 years ago
  55. af06cf6 i2c-designware: Support multiple cores using same ISR by Dirk Brandewie · 13 years ago
  56. e18563f i2c-designware: move controller config to bus specific portion of driver by Dirk Brandewie · 13 years ago
  57. 2fa8326 i2c-designware: move i2c functionality bit field to be adapter specific by Dirk Brandewie · 13 years ago
  58. 1d31b58 i2c-designware: Move retriveving the clock speed out of core code. by Dirk Brandewie · 13 years ago
  59. 2373f6b i2c-designware: split of i2c-designware.c into core and bus specific parts by Dirk Brandewie · 13 years ago[Renamed (60%) from drivers/i2c/busses/i2c-designware.c]
  60. 4a423a8 i2c-designware: Move checking of IP core version to i2c_dw_init() by Dirk Brandewie · 13 years ago
  61. 18c4089 i2c-designware: Allow mixed endianness accesses by Jean-Hugues Deschenes · 13 years ago
  62. 4ff895b i2c-designware: Check component type register by Jean-Hugues Deschenes · 13 years ago
  63. 7f27960 i2c-designware: Use local version of readl & writel by Jean-Hugues Deschenes · 13 years ago
  64. 6993248 treewide: remove extra semicolons from various parts of the kernel by Justin P. Mattock · 13 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  68. 6d1ea0f i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases by Shinya Kuribayashi · 15 years ago
  69. a0e06ea i2c-designware: Cosmetic cleanups by Shinya Kuribayashi · 15 years ago
  70. ce6eb57 i2c-designware: Tx abort cleanups by Shinya Kuribayashi · 15 years ago
  71. 597fe31 i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors by Shinya Kuribayashi · 15 years ago
  72. 8f588e4 i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures by Shinya Kuribayashi · 15 years ago
  73. 69151e5 i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed by Shinya Kuribayashi · 15 years ago
  74. 201d6a7 i2c-designware: Process all i2c_msg messages in the interrupt handler by Shinya Kuribayashi · 15 years ago
  75. 41c4e35 i2c-designware: i2c_dw_read: Remove redundant target address checker by Shinya Kuribayashi · 15 years ago
  76. 52d7e43 i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits by Shinya Kuribayashi · 15 years ago
  77. ae72222 i2c-designware: Initialize byte count variables just prior to being used by Shinya Kuribayashi · 15 years ago
  78. 26ea15b i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer by Shinya Kuribayashi · 15 years ago
  79. 81e798b i2c-designware: Divide i2c_dw_xfer_msg into two functions by Shinya Kuribayashi · 15 years ago
  80. 21a89d4 i2c-designware: Enable RX_FULL interrupt by Shinya Kuribayashi · 15 years ago
  81. 4cb6d1d i2c-designware: Set Tx/Rx FIFO threshold levels by Shinya Kuribayashi · 15 years ago
  82. 0774539 i2c-designware: Process i2c_msg messages in the interrupt handler by Shinya Kuribayashi · 15 years ago
  83. c70c5cd i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug by Shinya Kuribayashi · 15 years ago
  84. d60c7e8 i2c-designware: Improved _HCNT/_LCNT calculation by Shinya Kuribayashi · 15 years ago
  85. 6d2ea48 i2c-designware: Remove an useless local variable "num" by Shinya Kuribayashi · 15 years ago
  86. e77cf23 i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer by Shinya Kuribayashi · 15 years ago
  87. 78839bd i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer by Shinya Kuribayashi · 15 years ago
  88. 91b52ca i2c-designware: Use platform_get_irq helper by Shinya Kuribayashi · 15 years ago
  89. e28000a i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts by Shinya Kuribayashi · 15 years ago
  90. ed5e1dd i2c-designware: Consolidate to use 32-bit word accesses by Shinya Kuribayashi · 15 years ago
  91. 1ab52cf i2c: driver for the Synopsys DesignWare I2C controller by Baruch Siach · 15 years ago