1. a76e7c6 i2c: algo: pca: Fix chip reset function for PCA9665 by Thomas Kavanagh · 12 years ago
  2. 0c25aef i2c: mpc: Wait for STOP to hit the bus by Joakim Tjernlund · 12 years ago
  3. 2bdbfa9 i2c: davinci: preparation for switch to common clock framework by Murali Karicheri · 12 years ago
  4. c5d3cd6 omap-i2c: fix incorrect log message when using a device tree by Florian Vaussard · 12 years ago
  5. 0bdfe0c i2c: omap: sanitize exit path by Felipe Balbi · 12 years ago
  6. 6d8451d i2c: omap: switch over to autosuspend API by Felipe Balbi · 12 years ago
  7. e3a36b2 i2c: omap: remove unnecessary pm_runtime_suspended check by Felipe Balbi · 12 years ago
  8. 3b2f8f8 i2c: omap: switch to threaded IRQ support by Felipe Balbi · 12 years ago
  9. d741d0c i2c: omap: remove redundant status read by Shubhrajyoti D · 12 years ago
  10. b07be0f i2c: omap: get rid of the "complete" label by Felipe Balbi · 12 years ago
  11. dd74548 i2c: omap: resize fifos before each message by Felipe Balbi · 12 years ago
  12. 4a7ec4e i2c: omap: simplify IRQ exit path by Felipe Balbi · 12 years ago
  13. 6a85ced i2c: omap: always return IRQ_HANDLED by Felipe Balbi · 12 years ago
  14. 3ff4443 i2c: omap: simplify errata check by Felipe Balbi · 12 years ago
  15. 079d8af i2c: omap: bus: add a receiver flag by Felipe Balbi · 12 years ago
  16. ac79e4b i2c: omap: switch to platform_get_irq() by Felipe Balbi · 12 years ago
  17. 1d7afc9 i2c: omap: ack IRQ in parts by Felipe Balbi · 12 years ago
  18. 66b9298 i2c: omap: switch over to do {} while loop by Felipe Balbi · 12 years ago
  19. 3312d25 i2c: omap: re-factor receive/transmit data loop by Felipe Balbi · 12 years ago
  20. 4151e74 i2c: omap: improve i462 errata handling by Felipe Balbi · 12 years ago
  21. 6d9939f i2c: omap: split out [XR]DR and [XR]RDY by Felipe Balbi · 12 years ago
  22. 540a479 i2c: omap: simplify omap_i2c_ack_stat() by Felipe Balbi · 12 years ago
  23. c55edb9 i2c: omap: add blank lines by Felipe Balbi · 12 years ago
  24. 2049b5b i2c: omap: decrease indentation level on data handling by Felipe Balbi · 12 years ago
  25. baf3d7b i2c: omap: simplify num_bytes handling by Felipe Balbi · 12 years ago
  26. d9ebd04 i2c: omap: switch to devm_* API by Felipe Balbi · 12 years ago
  27. 70d46a2 i2c: at91: add dt support to i2c-at91 by Ludovic Desroches · 12 years ago
  28. fac368a i2c: at91: add new driver by Nikolaus Voss · 13 years ago
  29. a879e9c i2c: at91: remove old polling driver by Nikolaus Voss · 13 years ago
  30. e89cec7 i2c: nomadik: stop fetching the regulator by Linus Walleij · 12 years ago
  31. 5c3d8a4 i2c: davinci: add OF support by Heiko Schocher · 12 years ago
  32. 002f002 i2c: imx: Use dev_dbg logging style by Fabio Estevam · 12 years ago
  33. 06d141e i2c: imx: Use dev_info to indicate that i2c driver was succesfully registered by Fabio Estevam · 12 years ago
  34. 371e67c i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEP by Laxman Dewangan · 12 years ago
  35. ab5625c i2c: diolan-u2c: Fix master_xfer return code by Guenter Roeck · 12 years ago
  36. 33ec5e8 I2C: OMAP: xfer: fix runtime PM get/put balance on error by Kevin Hilman · 12 years ago
  37. b007a3e i2c: nomadik: Add default configuration into the Nomadik I2C driver by Lee Jones · 12 years ago
  38. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  39. 6df419e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  40. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  41. dd995c9 i2c/i2c-pxa: remove conditional compilation of clk code by Viresh Kumar · 12 years ago
  42. 287dc4b Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  43. a410963 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  44. 5db20c4 Revert "i2c: tegra: convert normal suspend/resume to *_noirq" by Wolfram Sang · 12 years ago
  45. fb604a3 i2c-omap: Add support for I2C_M_STOP message flag by Laurent Pinchart · 12 years ago
  46. 72fc2c7 i2c: Fall back to emulated SMBus if the operation isn't supported natively by Laurent Pinchart · 12 years ago
  47. d47726c i2c: Add SCCB support by Laurent Pinchart · 12 years ago
  48. 68a7602 i2c-tiny-usb: Add support for the Robofuzz OSIF USB/I2C converter by Emmanuel Deloget · 12 years ago
  49. d3ff6ce i2c-i801: Enable IRQ for byte_by_byte transactions by Daniel Kurtz · 12 years ago
  50. 29b6085 i2c-i801: Enable interrupts on ICH5/7/8/9/10 by Jean Delvare · 12 years ago
  51. 636752b i2c-i801: Enable IRQ for SMBus transactions by Daniel Kurtz · 12 years ago
  52. 6cad93c i2c-i801: Consolidate polling by Jean Delvare · 12 years ago
  53. 37af871 i2c-i801: Drop ENABLE_INT9 by Daniel Kurtz · 12 years ago
  54. edbeea6 i2c-i801: Rename some SMBHSTCNT bit constants by Daniel Kurtz · 12 years ago
  55. 70a1cc1 i2c-i801: Check and return errors during byte-by-byte transfers by Daniel Kurtz · 12 years ago
  56. 0ba8b8b i2c-i801: Clear only status bits in HST_STS by Daniel Kurtz · 12 years ago
  57. efa3cb1 i2c-i801: Refactor use of LAST_BYTE in i801_block_transaction_byte_by_byte by Daniel Kurtz · 12 years ago
  58. fda2f4a i2c-smbus: Use module_i2c_driver() by Fabio Estevam · 12 years ago
  59. 2a2f740 i2c-piix4: Support AMD auxiliary SMBus controller by Andrew Armenia · 12 years ago
  60. e154bf6 i2c-piix4: Separate registration and probing code by Andrew Armenia · 12 years ago
  61. 14a8086 i2c-piix4: Eliminate piix4_smba global variable by Andrew Armenia · 12 years ago
  62. 56f2178 i2c/busses: Use module_pci_driver by Axel Lin · 12 years ago
  63. 83a638d i2c: Update Guenter Roeck's e-mail address by Guenter Roeck · 12 years ago
  64. 83c7f72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  65. 97e7292 Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  66. 3645f0c Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  67. b61d157 I2C: MV64XYZ: Add Device Tree support by Andrew Lunn · 12 years ago
  68. f353a21 i2c: Convert i2c-octeon.c to use device tree. by David Daney · 12 years ago
  69. d38a014 i2c-pmcmsp: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 12 years ago
  70. 6f535b9 i2c: stu300: use devm managed resources by Linus Walleij · 12 years ago
  71. 7326e38 i2c: i2c-ocores: support for 16bit and 32bit IO by Ganesan Ramalingam · 12 years ago
  72. 8bb986a i2c: i2c-ocores: Use reg-shift property by Ganesan Ramalingam · 12 years ago
  73. 9ae97a8 i2c: i2c-ocores: DT bindings and minor fixes. by Jayachandran C · 12 years ago
  74. 097df40 i2c: mv64xxxx: remove EXPERIMENTAL tag by Wolfram Sang · 12 years ago
  75. a86ae9f i2c-s3c2410: Use plain pm_runtime_put() by Mark Brown · 12 years ago
  76. b900ba4 i2c: s3c2410: Fix pointer type passed to of_match_node() by Karol Lewandowski · 12 years ago
  77. cd4f2d4 i2c: mxs: Set I2C timing registers for mxs-i2c by Marek Vasut · 12 years ago
  78. 98582d9 ARM: ux500: Remove unused i2c platform_data initialisation code by Lee Jones · 12 years ago
  79. 90c16bb i2c: i2c-bfin-twi: Move blackfin TWI register access Macro to head file. by Sonic Zhang · 12 years ago
  80. f88aafe i2c: i2c-bfin-twi: Move TWI peripheral pin request array to platform data. by Sonic Zhang · 12 years ago
  81. c9d87ed i2c:i2c-bfin-twi: include twi head file by Sonic Zhang · 12 years ago
  82. 28a377c i2c:i2c-bfin-twi: TWI fails to restart next transfer in high system load. by Sonic Zhang · 12 years ago
  83. 2ee74eb i2c: i2c-bfin-twi: Tighten condition when failing I2C transfer if MEN bit is reset unexpectedly. by Sonic Zhang · 12 years ago
  84. a25733d i2c: i2c-bfin-twi: Break dead waiting loop if i2c device misbehaves. by Sonic Zhang · 12 years ago
  85. a20a64d i2c: i2c-bfin-twi: Improve the patch for bug "Illegal i2c bus lock upon certain transfer scenarios". by Sonic Zhang · 12 years ago
  86. 925594e i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios. by Michael Hennerich · 12 years ago
  87. d61a909 i2c-mv64xxxx: allow more than one driver instance by Florian Fainelli · 12 years ago
  88. f518b48 i2c: omap: Correct I2C revision for OMAP3 by Jon Hunter · 12 years ago
  89. 0e33bbb i2c: omap: Do not initialise the completion everytime by Shubhrajyoti D · 12 years ago
  90. 5692d2a i2c: omap: Use SET_RUNTIME_PM_OPS by Shubhrajyoti D · 12 years ago
  91. d790aea i2c: omap: Annotate the remove code by Shubhrajyoti D · 12 years ago
  92. 7c86d44 i2c: tegra: convert normal suspend/resume to *_noirq by Laxman Dewangan · 12 years ago
  93. 6a7b3c3 i2c-tegra: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  94. 4aacc4b i2c-stu300: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  95. b9f1b45 i2c-puv3: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  96. 783414b i2c-pnx: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  97. 84603c7 i2c-ocores: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  98. 85777ad i2c-bfin-twi: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  99. f277d27 i2c-at91: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  100. 02d8bf8 i2c: tegra: use of_match_ptr() for match_table initialization by Laxman Dewangan · 12 years ago