1. 0f5ed04 i2c-scmi: Provide module aliases for automatic loading by Darrick J. Wong · 14 years ago
  2. e82e15d i2c-scmi: Support IBM SMBus CMI devices by Crane Cai · 14 years ago
  3. 02ca6c4 Add include to i2c-xii.c to fix build error by Randy Dunlap · 14 years ago
  4. 0a9c147 i2c-algo-bit: Add pre- and post-xfer hooks by Jean Delvare · 14 years ago
  5. e77482d i2c: Drop configure option I2C_DEBUG_CHIP by Jean Delvare · 14 years ago
  6. 6a9bcce tsl2550: Move from i2c/chips to misc by Jean Delvare · 14 years ago
  7. c074c39 i2c-i801: Don't use the block buffer for I2C block writes by Jean Delvare · 14 years ago
  8. 8e4b980 i2c-powermac: Be less verbose in the absence of real errors. by Jean Delvare · 14 years ago
  9. f635a1e i2c-smbus: Use device_lock/device_unlock by Stephen Rothwell · 14 years ago
  10. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  11. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  12. 1139aea i2c: move i2c_omap's probe function to .devinit.text by Uwe Kleine-König · 14 years ago
  13. dd04265b Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  14. 3f4ae86 Merge branch 'next-i2c-xilinx' into next-i2c by Ben Dooks · 14 years ago
  15. 2086f84 Merge branch 'next-i2c-omap' into next-i2c by Ben Dooks · 14 years ago
  16. aaa02ab Merge branch 'next-i2c-mpc-v8' into next-i2c by Ben Dooks · 14 years ago
  17. e1d5b65 i2c: Add support for Xilinx XPS IIC Bus Interface by Richard Röjfors · 14 years ago
  18. d84d3ea i2c: omap: Add support for 16-bit registers by Cory Maccarrone · 15 years ago
  19. ad0194e i2c-pnx: fix setting start/stop condition by Luotao Fu · 14 years ago
  20. f00d738 i2c-mpc: add support for the MPC512x processors from Freescale by Wolfgang Grandegger · 14 years ago
  21. a935221 i2c-mpc: rename "setclock" initialization functions to "setup" by Wolfgang Grandegger · 14 years ago
  22. 6e56dd3 i2c-mpc: use __devinit[data] for initialization functions and data by Wolfgang Grandegger · 14 years ago
  23. 96eb716 i2c/imx: don't add probe function to the driver struct by Uwe Kleine-König · 14 years ago
  24. 3f9900f i2c: Add support for Ux500/Nomadik I2C controller by srinidhi kasagar · 14 years ago
  25. 860fb8c mfd: Fix lpc_sch related depends/selects, fix build error by Randy Dunlap · 14 years ago
  26. fd46a00 i2c: convert i2c-isch to platform_device by Denis Turischev · 14 years ago
  27. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  28. 0c43ea5 i2c: Document the message size limit by Zhangfei Gao · 14 years ago
  29. eec74a2 i2c-algo-pca: Drop duplicate variable by Jean Delvare · 14 years ago
  30. 6de468a i2c: Hook up runtime PM support by Mark Brown · 14 years ago
  31. 927ab2f i2c-parport-light: Add SMBus alert support by Jean Delvare · 14 years ago
  32. 3585925 i2c-parport: Add SMBus alert support by Jean Delvare · 14 years ago
  33. e2ca307 i2c: Separate Kconfig option for i2c-smbus by Jean Delvare · 14 years ago
  34. b5527a7 i2c: Add SMBus alert support by Jean Delvare · 14 years ago
  35. 6d376fc i2c-parport: Give powered devices some time to settle by Jean Delvare · 14 years ago
  36. c05d490 i2c-tiny-usb: Fix a comment on bus frequency by Jean Delvare · 14 years ago
  37. 3937643 i2c-i801: Add Intel Cougar Point device IDs by Seth Heasley · 14 years ago
  38. 4111ecd i2c: Make PCI device ids constant by Márton Németh · 14 years ago
  39. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  40. 85660f4 MIPS: I2C: Add driver for Cavium OCTEON I2C ports. by Rade Bozic · 14 years ago
  41. eed18b5 ARM: PNX4008: use msecs_to_jiffies() rather than open-coding it by Russell King · 15 years ago
  42. 7e20c83 ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.h by Russell King · 15 years ago
  43. 4be53db ARM: PNX4008: i2c-pnx: don't split messages across several lines by Russell King · 15 years ago
  44. 81d6724 ARM: PNX4008: Use i2c driver data for passing between internal functions by Russell King · 15 years ago
  45. 9d7f736 ARM: PNX4008: move i2c_adapter structure inside the drivers private data by Russell King · 15 years ago
  46. 44c5d73 ARM: PNX4008: kzalloc i2c drivers internal data by Russell King · 15 years ago
  47. 88d968b ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32' by Russell King · 15 years ago
  48. 6fff3da ARM: PNX4008: get i2c clock rate from clk API by Russell King · 15 years ago
  49. ebdbbf2 ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls by Russell King · 15 years ago
  50. 0321cb8 ARM: PNX4008: move i2c clock start/stop into driver by Russell King · 15 years ago
  51. a0dcf19 ARM: PNX4008: move i2c suspend/resume callbacks into driver by Russell King · 15 years ago
  52. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  53. 1c010ff i2c-tiny-usb: Fix on big-endian systems by Jean Delvare · 14 years ago
  54. 7d9b48e fix typo "definetly" -> "definitely" in comment by Uwe Kleine-König · 14 years ago
  55. 4927fbf i2c: imx: call ioremap only after request_mem_region by Uwe Kleine-König · 15 years ago
  56. a1ee06b i2c: mxc: let time to generate stop bit by Valentin Longchamp · 15 years ago
  57. c556752 i2c: Do not use device name after device_unregister by Thadeu Lima de Souza Cascardo · 15 years ago
  58. 22f8b26 i2c/pca: Don't use *_interruptible by Wolfram Sang · 15 years ago
  59. 7d53e79 i2c-ali1563: Remove sparse warnings by Márton Németh · 15 years ago
  60. b6a3195 i2c: Test off by one in {piix4,vt596}_transaction() by Roel Kluin · 15 years ago
  61. 0b2c368 i2c-core: Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  62. 57eb81b i2c-omap: OMAP3: Fix I2C lockup during timeout/error cases by Manjunatha GK · 15 years ago
  63. 07ac31f i2c-omap: Don't write IE state in unidle if 0 by Cory Maccarrone · 15 years ago
  64. ac07fb4 i2c-bfin-twi: fix CLKDIV calculation by Sonic Zhang · 15 years ago
  65. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  66. 54067ee i2c-core: i2c bus should support PM entries in struct dev_pm_ops by sonic zhang · 15 years ago
  67. c3813d6 i2c: Get rid of struct i2c_client_address_data by Jean Delvare · 15 years ago
  68. 310ec79 i2c: Drop the kind parameter from detect callbacks by Jean Delvare · 15 years ago
  69. 3067e02 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  70. 155a493 i2c-pnx: Map I2C adapter number to platform ID number by Kevin Wells · 15 years ago
  71. ef87143 i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode by Rajendra Nayak · 15 years ago
  72. 6d1ea0f i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases by Shinya Kuribayashi · 15 years ago
  73. a0e06ea i2c-designware: Cosmetic cleanups by Shinya Kuribayashi · 15 years ago
  74. ce6eb57 i2c-designware: Tx abort cleanups by Shinya Kuribayashi · 15 years ago
  75. 597fe31 i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors by Shinya Kuribayashi · 15 years ago
  76. 8f588e4 i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures by Shinya Kuribayashi · 15 years ago
  77. 69151e5 i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed by Shinya Kuribayashi · 15 years ago
  78. 201d6a7 i2c-designware: Process all i2c_msg messages in the interrupt handler by Shinya Kuribayashi · 15 years ago
  79. 41c4e35 i2c-designware: i2c_dw_read: Remove redundant target address checker by Shinya Kuribayashi · 15 years ago
  80. 52d7e43 i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits by Shinya Kuribayashi · 15 years ago
  81. ae72222 i2c-designware: Initialize byte count variables just prior to being used by Shinya Kuribayashi · 15 years ago
  82. 26ea15b i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer by Shinya Kuribayashi · 15 years ago
  83. 81e798b i2c-designware: Divide i2c_dw_xfer_msg into two functions by Shinya Kuribayashi · 15 years ago
  84. 21a89d4 i2c-designware: Enable RX_FULL interrupt by Shinya Kuribayashi · 15 years ago
  85. 4cb6d1d i2c-designware: Set Tx/Rx FIFO threshold levels by Shinya Kuribayashi · 15 years ago
  86. 0774539 i2c-designware: Process i2c_msg messages in the interrupt handler by Shinya Kuribayashi · 15 years ago
  87. c70c5cd i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug by Shinya Kuribayashi · 15 years ago
  88. d60c7e8 i2c-designware: Improved _HCNT/_LCNT calculation by Shinya Kuribayashi · 15 years ago
  89. 6d2ea48 i2c-designware: Remove an useless local variable "num" by Shinya Kuribayashi · 15 years ago
  90. e77cf23 i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer by Shinya Kuribayashi · 15 years ago
  91. 78839bd i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer by Shinya Kuribayashi · 15 years ago
  92. 91b52ca i2c-designware: Use platform_get_irq helper by Shinya Kuribayashi · 15 years ago
  93. e28000a i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts by Shinya Kuribayashi · 15 years ago
  94. ed5e1dd i2c-designware: Consolidate to use 32-bit word accesses by Shinya Kuribayashi · 15 years ago
  95. 38f41f2 i2c-stub: Allow user to disable some commands by Jean Delvare · 15 years ago
  96. 4710317 i2c-stub: Implement I2C block support by Jean Delvare · 15 years ago
  97. 69b0089 i2c: Refactor for_each callbacks by Jean Delvare · 15 years ago
  98. 7e2193a i2c-i801: Retry on lost arbitration by Jean Delvare · 15 years ago
  99. 9669f54 i2c: Remove big kernel lock from i2cdev_open by Vincent Sanders · 15 years ago
  100. ccfbbd0 i2c: Simplify i2c_detect_address by Jean Delvare · 15 years ago