1. 12c3832 i2c-ocores: Fix pointer type mismatch error by Grant Likely · 14 years ago
  2. 120bdaa i2c-omap: Program I2C_WE on OMAP4 to enable i2c wakeup by Rajendra Nayak · 13 years ago
  3. 173442f i2c-eg20t: support new device OKI SEMICONDUCTOR ML7213 IOH by Tomoya MORINAGA · 14 years ago
  4. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 14 years ago
  5. a8da7fe i2c: add driver for Freescale i.MX28 by Wolfram Sang · 14 years ago
  6. db811ca i2c: tegra: Add i2c support by Colin Cross · 14 years ago
  7. a5a595c i2c-omap: fixup commit cb527ede1bf6ff2008a025606f25344b8ed7b4ac whitespace by Ben Dooks · 14 years ago
  8. cb527ed i2c-omap: Double clear of ARDY status in IRQ handler by Richard woodruff · 14 years ago
  9. f72487e i2c-omap: fix build for !CONFIG_SUSPEND by Balaji T K · 14 years ago
  10. adf6e07 i2c-omap: fix static suspend vs. runtime suspend by Kevin Hilman · 14 years ago
  11. f10820e i2c-stu300: make sure adapter-name is terminated by Wolfram Sang · 14 years ago
  12. 335d7c5 i2c/busses: Add support for Diolan U2C-12 USB-I2C adapter by Guenter Roeck · 14 years ago
  13. c9e358d driver-core: remove conditionals around devicetree pointers by Grant Likely · 14 years ago
  14. f4e8db3 i2c: Encourage move to dev_pm_ops by warning on use of legacy methods by Mark Brown · 14 years ago
  15. d529de2 i2c: Factor out runtime suspend checks from PM operations by Mark Brown · 14 years ago
  16. 5219bf8 i2c: Unregister dummy devices last on adapter removal by Jean Delvare · 14 years ago
  17. de8255c i2c: Convert SCx200 driver from using raw PCI to platform device by Andres Salomon · 14 years ago
  18. fe3c560 Merge branch 'for-linus/i2c-2638' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  19. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  20. dad9292 Merge branch 'for-2638/i2c/bfin2' into for-linus/i2c-2638 by Ben Dooks · 14 years ago
  21. adeaf46 Merge branch 'for-2638/i2c/nomadik' into for-linus/i2c-2638 by Ben Dooks · 14 years ago
  22. 428dcc1 Merge branch 'for-2638/i2c/intel' into for-linus/i2c-2638 by Ben Dooks · 14 years ago
  23. c5ba47b Merge branch 'for-2638/i2c/ocores' into for-linus/i2c-2638 by Ben Dooks · 14 years ago
  24. 084b7c8 Merge branch 'for-2638/i2c/iop' into for-linus/i2c-2638 by Ben Dooks · 14 years ago
  25. 7f42f9f Merge branch 'for-2638/i2c/omap' into for-linus/i2c-2638 by Ben Dooks · 14 years ago
  26. cc3feac Merge branch 'for-2638/i2c/mv64xx' into for-linus/i2c-2638 by Ben Dooks · 14 years ago
  27. 74f56c4 i2c-bfin-twi: move setup to the earlier subsys initcall by Michael Hennerich · 14 years ago
  28. 540ac55 i2c-bfin-twi: handle faulty slave devices better by Michael Hennerich · 14 years ago
  29. 0cc43a1 i2c: Constify i2c_client where possible by Jean Delvare · 14 years ago
  30. af5a60b i2c-algo-bit: Complain about masters which can't read SCL by Jean Delvare · 14 years ago
  31. f451171 i2c-algo-bit: Refactor adapter registration by Jean Delvare · 14 years ago
  32. 92ed1a7 i2c: Add generic I2C multiplexer using GPIO API by Peter Korsgaard · 14 years ago
  33. b18a5c8 i2c-nforce2: Remove unnecessary cast of pci_get_drvdata by Joe Perches · 14 years ago
  34. 665a96b i2c-i801: Include <linux/slab.h> by Ben Hutchings · 14 years ago
  35. eda6bee i2c-mv64xxx: send repeated START between messages in xfer by Rodolfo Giometti · 14 years ago
  36. 6d779a4 i2c-nomadik: fix regression on adapter name by Linus Walleij · 14 years ago
  37. 6a91b55 i2c-omap: Set latency requirements only once for several messages by Samu Onkalo · 14 years ago
  38. e9bc8fa i2c-eg20t: add driver for Intel EG20T by Tomoya MORINAGA · 14 years ago
  39. d9240e6 i2c-ocores: add some device tree documentation by Jonas Bonn · 14 years ago
  40. 47def5b i2c-ocores: Use devres for resource allocation by Jonas Bonn · 14 years ago
  41. 049bb69d i2c-ocores: Adapt for device tree by Jonas Bonn · 14 years ago
  42. 747fcc9 i2c-iop3xx: add iomem annotation by Aaro Koskinen · 14 years ago
  43. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  44. f7bb0d9 I2C: i2c-omap: Change device name: i2c_omap -> omap_i2c by Benoit Cousson · 14 years ago
  45. fea83f6 Merge branch 'devel-board' into omap-for-linus by Tony Lindgren · 14 years ago
  46. 54efdfe i2c_intel_mid: Fix slash in sysfs name by Alan Cox · 14 years ago
  47. 67b738e Merge branch 'devel-omap-irq' into omap-for-linus by Tony Lindgren · 14 years ago
  48. 55a4e78 Merge branch 'pm-hwmod-i2c' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linus by Tony Lindgren · 14 years ago
  49. c38bd4f i2c/algos: convert Kconfig to use the menu's `visible' keyword by Arnaud Lacombe · 14 years ago
  50. dfc518d Revert "i2c: Fix Kconfig dependencies" by Arnaud Lacombe · 14 years ago
  51. 2236baa i2c: Sanity checks on adapter registration by Jean Delvare · 14 years ago
  52. e1e18ee i2c: Mark i2c_adapter.id as deprecated by Jean Delvare · 14 years ago
  53. 27b1fec OMAP: I2C: Convert i2c driver to use PM runtime api's by Rajendra Nayak · 14 years ago
  54. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  55. 55fee8d i2c-i801: Add PCI idents for Patsburg 'IDF' SMBus controllers by David Woodhouse · 14 years ago
  56. 0cd96eb i2c-i801: Handle multiple instances instead of keeping global state by David Woodhouse · 14 years ago
  57. e30d985 i2c-i801: Add Intel Patsburg device ID by Seth Heasley · 14 years ago
  58. 44234d0 Merge branch 'for-2637/i2c-all' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  59. 9cc11de i2c-intel-mid: Driver depends on PCI by Randy Dunlap · 14 years ago
  60. e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  61. e0b11c3 Merge branch 'for-2637/i2c/samsung' into next-i2c by Ben Dooks · 14 years ago
  62. 3751638 Merge branch 'for-2637/i2c/i2c-nomadik' into next-i2c by Ben Dooks · 14 years ago
  63. aa62f85 i2c-intel-mid: support for Moorestown and Medfield platform by Alan Cox · 14 years ago
  64. 87acf5a NULL-terminate all pci_device_id tables by Dzianis Kahanovich · 14 years ago
  65. 1dfd166 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  66. 8df3990 sh: i2c-sh7760: Replase from ctrl_* to __raw_* by Nobuhiro Iwamatsu · 14 years ago
  67. f868fc3 i2c-nomadik: fixup bus delays by Linus Walleij · 14 years ago
  68. 5680bc6 i2c-nomadik: support smbus emulation by Linus Walleij · 14 years ago
  69. 8ef4f4e i2c-nomadik: dynamic clocking by Linus Walleij · 14 years ago
  70. 1804edd i2c-nomadik: documentation fixes by Linus Walleij · 14 years ago
  71. bf5d95c i2c-viapro: Don't log nacks by Jean Delvare · 14 years ago
  72. db79f2a i2c/pca954x: Remove __devinit and __devexit from probe and remove functions by Guenter Roeck · 14 years ago
  73. ae63b13 i2c/mux: Driver for PCA9541 I2C Master Selector by Guenter Roeck · 14 years ago
  74. 51b54ba i2c: Optimize function i2c_detect() by Jean Delvare · 14 years ago
  75. d57558d i2c: Discard warning message on device instantiation from user-space by Jean Delvare · 14 years ago
  76. 9cb2c27 i2c-amd8111: Add proper error handling by Julia Lawall · 14 years ago
  77. ef9d9b8 i2c: Change to new flag variable by matt mooney · 14 years ago
  78. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 14 years ago
  79. 97cc4d4 i2c: Let i2c_parent_is_i2c_adapter return the parent adapter by Jean Delvare · 14 years ago
  80. 3235844 i2c-pca-platform: Change device name of request_irq by Nobuhiro Iwamatsu · 14 years ago
  81. 0a57274 i2c: Fix Kconfig dependencies by Jean Delvare · 14 years ago
  82. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  83. d2360b8 i2c-s3c2410: Enable i2c clock only when doing some transfert by Arnaud Patard (Rtp) · 14 years ago
  84. cb04e95 PCI: update Intel chipset names and defines by Seth Heasley · 14 years ago
  85. e39428d i2c-imx: do not allow interruptions when waiting for I2C to complete by Marc Kleine-Budde · 14 years ago
  86. c5b4afe i2c-davinci: Fix TX setup for more SoCs by Jon Povey · 14 years ago
  87. 8032214 i2c/i2c-pasemi.c: Fix unsigned return type by Julia Lawall · 14 years ago
  88. 5672bc81 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  89. 7031307 i2c-s3c2410: fix calculation of SDA line delay by MyungJoo Ham · 14 years ago
  90. 925bb9c of/i2c: Fix module load order issue caused by of_i2c.c by Grant Likely · 14 years ago
  91. 64b4782 i2c: Fix checks which cause legacy suspend to never get called by Rajendra Nayak · 14 years ago
  92. 6abb930 i2c-pca: Fix waitforcompletion() return value by Yegor Yefremov · 14 years ago
  93. 753419f i2c: Fix for suspend/resume issue by Vishwanath BS · 14 years ago
  94. 4bba0fd i2c-davinci: Fix race when setting up for TX by Jon Povey · 14 years ago
  95. cc33e54 i2c-octeon: Return -ETIMEDOUT in octeon_i2c_wait() on timeout by Bernhard Walle · 14 years ago
  96. 5c64eb2 i2c-omap: Make sure i2c bus is free before setting it to idle by Mathias Nyman · 14 years ago
  97. bbcf6e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  98. d0a0c28 Merge branch 'for-linus/i2c-2636' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  99. 1c00650 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  100. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago