1. 4632a93 i2c: sun6-p2wi: fix call to snprintf by Boris BREZILLON · 10 years ago
  2. c51bd6a i2c: rk3x: add NULL entry to the end of_device_id array by Dan Carpenter · 10 years ago
  3. c155ba8 i2c: sun6i-p2wi: use proper return value in probe by Wolfram Sang · 10 years ago
  4. 3e83349 i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support by Boris BREZILLON · 10 years ago
  5. c41aa3c i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapter by Max Schwarz · 10 years ago
  6. 7b215de Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into next by Linus Torvalds · 10 years ago
  7. 642653d i2c: pca954x: Fix compilation without CONFIG_GPIOLIB by Laurent Pinchart · 10 years ago
  8. 4807e84 i2c: mux: pca954x: Use the descriptor-based GPIO API by Laurent Pinchart · 10 years ago
  9. d49019a i2c: mpc: insert DR read in i2c_fixup() by Valentin Longchamp · 10 years ago
  10. 0709dc9 i2c: bfin: turn to Resource-managed API in probe function by Sonic Zhang · 10 years ago
  11. 9d230c9 i2c: ChromeOS EC tunnel driver by Doug Anderson · 10 years ago
  12. eae45e5 i2c: Make of_device_id array const by Jingoo Han · 10 years ago
  13. 46797a2 i2c: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  14. 157a801 i2c: designware-pci: Add Haswell PCI IDs by Mika Westerberg · 10 years ago
  15. 1fc2fe2 i2c: designware: Add runtime PM hooks by Mika Westerberg · 10 years ago
  16. f537295 i2c: designware: Disable device on system suspend by Mika Westerberg · 10 years ago
  17. 7da62cb i2c: nuc900: remove driver by Wolfram Sang · 10 years ago
  18. 9b2a6da i2c: imx: update i2c clock divider for each transaction by Fugang Duan · 10 years ago
  19. 054b62d i2c: imx: fix the i2c bus hang issue when do repeat restart by Fugang Duan · 10 years ago
  20. 3d99bea i2c: rcar: update copyright and license information by Wolfram Sang · 10 years ago
  21. 51371cd i2c: rcar: janitorial cleanup after refactoring by Wolfram Sang · 10 years ago
  22. 3e3aaba i2c: rcar: reuse status bits as enable bits by Wolfram Sang · 10 years ago
  23. 150b8be i2c: rcar: remove spinlock by Wolfram Sang · 10 years ago
  24. 3c95de6 i2c: rcar: refactor status bit handling by Wolfram Sang · 10 years ago
  25. 386babf i2c: rcar: refactor setting up msg by Wolfram Sang · 10 years ago
  26. 3f7de22 i2c: rcar: check bus free before first message by Wolfram Sang · 10 years ago
  27. f238224 i2c: rcar: refactor irq state machine by Wolfram Sang · 10 years ago
  28. 4f443a8 i2c: rcar: refactor bus state machine by Wolfram Sang · 10 years ago
  29. 93e953d i2c: rcar: no need to store irq number by Wolfram Sang · 10 years ago
  30. 1c176d5 i2c: rcar: not everything needs to be a function by Wolfram Sang · 10 years ago
  31. 90104d0 i2c: sh_mobile: add compatibles for additional SoC by Wolfram Sang · 10 years ago
  32. 819a395 i2c: rcar: add compatibles for additional SoC by Wolfram Sang · 10 years ago
  33. a0682a3 i2c: gpio: Use devm_gpio_request() by Jingoo Han · 11 years ago
  34. fa96faa i2c: eg20t: Fix Kconfig dependencies by Jean Delvare · 10 years ago
  35. 67240df i2c: sh_mobile: fix clock calculation for newer SoCs by Wolfram Sang · 10 years ago
  36. 7663ebe i2c: sh_mobile: check timing parameters for valid range by Wolfram Sang · 10 years ago
  37. 6ed7053 i2c: sh_mobile: bail out on errors when initializing by Wolfram Sang · 10 years ago
  38. ed4121e i2c: sh_mobile: remove superfluous offset parameter by Wolfram Sang · 10 years ago
  39. 7fe8a99 i2c: sh_mobile: devm conversion, irq setup by Wolfram Sang · 10 years ago
  40. 4fd31c2 i2c: sh_mobile: devm conversion, low hanging fruits by Wolfram Sang · 10 years ago
  41. 88c289e i2c: sh_mobile: honor DT bus speed settings by Wolfram Sang · 10 years ago
  42. 5a72b25 i2c: sh_mobile: improve error handling by Wolfram Sang · 10 years ago
  43. a78f6a4 i2c: sh_mobile: replace magic hex values with constants by Wolfram Sang · 10 years ago
  44. 218e149 i2c: exynos5: add support for HSI2C on Exynos5260 SoC by Naveen Krishna Ch · 10 years ago
  45. 482116b i2c: ali1563: fix checkpatch.pl issues by Richard Leitner · 10 years ago
  46. 9219982 i2c: nomadik: Fixup system suspend by Ulf Hansson · 10 years ago
  47. 8e8782c i2c: imx: add SMBus block read support by Kaushal Butala · 10 years ago
  48. 5ed9d92 i2c: mv64xxx: Change i2c compatibles for sunxi by Maxime Ripard · 10 years ago
  49. d765396 i2c: rcar: bail out on zero length transfers by Wolfram Sang · 10 years ago
  50. fa01d09 i2c: qup: Fix pm_runtime_get_sync usage by Andy Gross · 10 years ago
  51. ce78cc0 i2c: s3c2410: resume race fix by Olof Johansson · 10 years ago
  52. 37e5eb0 i2c: nomadik: Don't use IS_ERR for devm_ioremap by Ulf Hansson · 10 years ago
  53. 47bb27e i2c: designware: Mask all interrupts during i2c controller enable by Du, Wenkai · 10 years ago
  54. 39de65a Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  55. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  56. 1fbeab0 i2c: cadence: fix Kconfig dependency by Wolfram Sang · 10 years ago
  57. df8eb56 i2c: Add driver for Cadence I2C controller by Soren Brinkmann · 10 years ago
  58. cf23e33 i2c: qup: use proper type fro clk_freq by Wolfram Sang · 10 years ago
  59. 199c1df i2c: qup: off by ones in qup_i2c_probe() by Dan Carpenter · 10 years ago
  60. 10c5a84 i2c: qup: New bus driver for the Qualcomm QUP I2C controller by Bjorn Andersson · 10 years ago
  61. a9965d7 i2c: i2c-xiic: deprecate class based instantiation by Wolfram Sang · 10 years ago
  62. 85fff8b i2c: i2c-sirf: deprecate class based instantiation by Wolfram Sang · 10 years ago
  63. 5fe29d4 i2c: i2c-mv64xxx: deprecate class based instantiation by Wolfram Sang · 10 years ago
  64. 834f2d8 i2c: i2c-designware-platdrv: deprecate class based instantiation by Wolfram Sang · 10 years ago
  65. 2f392dc i2c: i2c-davinci: deprecate class based instantiation by Wolfram Sang · 10 years ago
  66. 37888f7 i2c: i2c-bcm2835: deprecate class based instantiation by Wolfram Sang · 10 years ago
  67. f2a67d0 i2c: mv64xxx: Fix reset controller handling by Maxime Ripard · 10 years ago
  68. ff37025 i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_sync by Nishanth Menon · 10 years ago
  69. 1b5b237 i2c: efm32: new bus driver by Uwe Kleine-König · 10 years ago
  70. 5f12c5e i2c: cpm: Fix build by adding of_address.h and of_irq.h by Scott Wood · 10 years ago
  71. 62c19c9 i2c: Remove usage of orphaned symbol OF_I2C by Richard Weinberger · 10 years ago
  72. 0ff83d2 i2c: exynos5: remove unnecessary cast of void pointer by Jingoo Han · 10 years ago
  73. 3917b84 i2c: exynos5: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 10 years ago
  74. 40e7b11 i2c: gpio: OF gpio code does not handle defered probe case by Ben Dooks · 10 years ago
  75. 8a32599 i2c: Add message transfer tracepoints for SMBUS [ver #2] by David Howells · 10 years ago
  76. d9a83d6 i2c: Add message transfer tracepoints for I2C by David Howells · 10 years ago
  77. 392debf i2c: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  78. 069a950 i2c: s3c2410: Leave the bus disabled unless it is in use by Simon Glass · 10 years ago
  79. 5304032 i2c: i2c-s3c2410: deprecate class based instantiation by Wolfram Sang · 10 years ago
  80. 75b6c4b i2c: at91: Add device tree property to set clock-frequency by Marek Roszko · 10 years ago
  81. 8efd1e9 i2c: designware-pci: set ideal HCNT, LCNT and SDA hold time value by Chew, Chiau Ee · 10 years ago
  82. 4fda996 i2c: st: Fix return in case of arbitration lost by Maxime COQUELIN · 10 years ago
  83. 485ecdf i2c: mv64xxx: refactor initialization for new msgs by Wolfram Sang · 10 years ago
  84. b0200ab i2c: mv64xxx: directly call send_start when initializing transfer by Wolfram Sang · 10 years ago
  85. 4c5b38e i2c: mv64xxx: refactor send_start by Wolfram Sang · 10 years ago
  86. ceccd29 i2c: designware-pci: add 10-bit addressing mode functionality for BYT I2C by Chew, Chiau Ee · 10 years ago
  87. 0977f27 i2c: mxs: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  88. ae50b1d i2c: bcm2835: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  89. 1b31e9b i2c: i801: enable Intel BayTrail SMBUS by Chew, Kean ho · 10 years ago
  90. 089c729 i2c: designware-pci: Add Baytrail PCI IDs by Mika Westerberg · 10 years ago
  91. be58eda i2c: designware-pci: Cleanup driver power management by Mika Westerberg · 11 years ago
  92. 6468276 i2c: designware: make SCL and SDA falling time configurable by Romain Baeriswyl · 11 years ago
  93. 5029a22 i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driver by Sonic Zhang · 11 years ago
  94. 45126da i2c: bfin-twi: move bits macros and structs in header from arch include to generic include by Sonic Zhang · 11 years ago
  95. 80c6991 i2c: mv64xxx: fix circular Kconfig dependency by Wolfram Sang · 10 years ago
  96. c7dcb1f i2c: mv64xxx: Add support for the Allwinner A31 I2C driver by Maxime Ripard · 10 years ago
  97. 370136b i2c: mv64xxx: Add reset deassert call by Maxime Ripard · 10 years ago
  98. 96c4b6b i2c: i2c-rcar: deprecate class based instantiation by Wolfram Sang · 10 years ago
  99. 02c2a28 i2c: i2c-tegra: deprecate class based instantiation by Wolfram Sang · 10 years ago
  100. bee749c i2c: i2c-stu300: deprecate class based instantiation by Wolfram Sang · 10 years ago