1. 87acf5a NULL-terminate all pci_device_id tables by Dzianis Kahanovich · 14 years ago
  2. 1dfd166 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  3. 8df3990 sh: i2c-sh7760: Replase from ctrl_* to __raw_* by Nobuhiro Iwamatsu · 14 years ago
  4. bf5d95c i2c-viapro: Don't log nacks by Jean Delvare · 14 years ago
  5. db79f2a i2c/pca954x: Remove __devinit and __devexit from probe and remove functions by Guenter Roeck · 14 years ago
  6. ae63b13 i2c/mux: Driver for PCA9541 I2C Master Selector by Guenter Roeck · 14 years ago
  7. 51b54ba i2c: Optimize function i2c_detect() by Jean Delvare · 14 years ago
  8. d57558d i2c: Discard warning message on device instantiation from user-space by Jean Delvare · 14 years ago
  9. 9cb2c27 i2c-amd8111: Add proper error handling by Julia Lawall · 14 years ago
  10. ef9d9b8 i2c: Change to new flag variable by matt mooney · 14 years ago
  11. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 14 years ago
  12. 97cc4d4 i2c: Let i2c_parent_is_i2c_adapter return the parent adapter by Jean Delvare · 14 years ago
  13. 3235844 i2c-pca-platform: Change device name of request_irq by Nobuhiro Iwamatsu · 14 years ago
  14. 0a57274 i2c: Fix Kconfig dependencies by Jean Delvare · 14 years ago
  15. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  16. e39428d i2c-imx: do not allow interruptions when waiting for I2C to complete by Marc Kleine-Budde · 14 years ago
  17. c5b4afe i2c-davinci: Fix TX setup for more SoCs by Jon Povey · 14 years ago
  18. 8032214 i2c/i2c-pasemi.c: Fix unsigned return type by Julia Lawall · 14 years ago
  19. 5672bc81 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  20. 7031307 i2c-s3c2410: fix calculation of SDA line delay by MyungJoo Ham · 14 years ago
  21. 925bb9c of/i2c: Fix module load order issue caused by of_i2c.c by Grant Likely · 14 years ago
  22. 64b4782 i2c: Fix checks which cause legacy suspend to never get called by Rajendra Nayak · 14 years ago
  23. 6abb930 i2c-pca: Fix waitforcompletion() return value by Yegor Yefremov · 14 years ago
  24. 753419f i2c: Fix for suspend/resume issue by Vishwanath BS · 14 years ago
  25. 4bba0fd i2c-davinci: Fix race when setting up for TX by Jon Povey · 14 years ago
  26. cc33e54 i2c-octeon: Return -ETIMEDOUT in octeon_i2c_wait() on timeout by Bernhard Walle · 14 years ago
  27. 5c64eb2 i2c-omap: Make sure i2c bus is free before setting it to idle by Mathias Nyman · 14 years ago
  28. bbcf6e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  29. d0a0c28 Merge branch 'for-linus/i2c-2636' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  30. 1c00650 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  31. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  32. 7f52813 i2c: I2C bus multiplexer driver pca954x by Michael Lawnick · 14 years ago
  33. 0826374 i2c: Multiplexed I2C bus core support by Michael Lawnick · 14 years ago
  34. dafc50d i2c: Use a separate mutex for userspace client lists by Jean Delvare · 14 years ago
  35. 8031d79 i2c: Make i2c_default_probe self-sufficient by Jean Delvare · 14 years ago
  36. d670328 i2c: Drop dummy variable by Jean Delvare · 14 years ago
  37. fe61e07 i2c: Move adapter locking helpers to i2c-core by Jean Delvare · 14 years ago
  38. d44f19d V4L/DVB: Use custom I2C probing function mechanism by Jean Delvare · 14 years ago
  39. 9a94241 i2c: Add support for custom probe function by Jean Delvare · 14 years ago
  40. f1c2e33 i2c-dev: Use memdup_user by Julia Lawall · 14 years ago
  41. 35a56c5 i2c-dev: Remove unnecessary kmalloc casts by Joe Perches · 14 years ago
  42. f6e1901 Merge branch 'for-2636/i2c/nuc' into next-i2c by Ben Dooks · 14 years ago
  43. d8a6206 Merge branch 'for-2636/i2c/nxp' into next-i2c by Ben Dooks · 14 years ago
  44. c09202a Merge branch 'for-2636/i2c/pxa' into next-i2c by Ben Dooks · 14 years ago
  45. ededad3 i2c/nuc900: add i2c driver support for nuc900 by Wan ZongShun · 14 years ago
  46. c115167 i2c: Enable NXP LPC support in Kconfig by Kevin Wells · 14 years ago
  47. 21e2ecf i2c-pxa: fix compiler warning, due to missing const by Marc Kleine-Budde · 14 years ago
  48. e126613 Merge branch 'davinci-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci into for-2636/i2c/davinci by Ben Dooks · 14 years ago
  49. 2192482 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable by Russell King · 14 years ago
  50. 500b9fc Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable by Russell King · 14 years ago
  51. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  52. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  53. 8574faf i2c: davinci: bus recovery procedure to clear the bus by Philby John · 15 years ago
  54. 82c0de1 i2c: davinci: Add cpufreq support by Chaithrika U S · 15 years ago
  55. 68f15de i2c: davinci: Add suspend/resume support by Chaithrika U S · 15 years ago
  56. 5ae5b11 i2c: davinci: Add helper functions for power management by Chaithrika U S · 15 years ago
  57. c062a25 i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usage by Chaithrika U S · 15 years ago
  58. c6c7c72 i2c: davinci: Fix smbus Oops with AIC33 usage by Dirk Behme · 16 years ago
  59. 4b62392 ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Samsung SoCs by Naveen Krishna Ch · 14 years ago
  60. 82b20d8 i2c: i2c-sh_mobile irq rollback fix by Magnus Damm · 14 years ago
  61. 701ec7a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  62. 0c2daaaf powerpc/5200/i2c: improve i2c bus error recovery by Albrecht Dreß · 14 years ago
  63. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  64. 589643b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  65. 102b59c i2c/mips: Fix error return codes from Sibyte i2c bus driver by Guenter Roeck · 14 years ago
  66. 827900c i2c: Fix probability check by Jean Delvare · 14 years ago
  67. faabd47 hwmon: Fix autoloading of fschmd on recent Fujitsu machines by Jean Delvare · 14 years ago
  68. 959e85f i2c: Add OF-style registration and binding by Grant Likely · 14 years ago
  69. 9fd0499 of/i2c: Generalize OF support by Grant Likely · 14 years ago
  70. 285eba5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  71. fbae3fb i2c: Remove all i2c_set_clientdata(client, NULL) in drivers by Wolfram Sang · 14 years ago
  72. 35bfc35 i2c/busses: Move two drivers to embedded section by Wolfram Sang · 14 years ago
  73. 3b5f794 i2c: Rename i2c_check_addr to i2c_check_addr_busy by Jean Delvare · 14 years ago
  74. 656b876 i2c: Document reserved I2C addresses by Jean Delvare · 14 years ago
  75. 3a89db5 i2c: Check for address validity on client registration by Jean Delvare · 14 years ago
  76. 63e4e80 i2c: Share the I2C device presence detection code by Jean Delvare · 14 years ago
  77. d5b732b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  78. 1f782fe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  79. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  80. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  81. 7c4fda1a i2c-nforce2: Remove redundant error messages on ACPI conflict by Chase Douglas · 14 years ago
  82. 2178218 i2c: Use <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 14 years ago
  83. 2086ca4 i2c-algo-pca: Fix coding style issues by Farid Hammane · 14 years ago
  84. ae5624f i2c-dev: Fix all coding style issues by Farid Hammane · 14 years ago
  85. 7225acf i2c-core: Fix some coding style issues by Farid Hammane · 14 years ago
  86. b868078 i2c-gpio: Move initialization code to subsys_initcall() by Marek Szyprowski · 14 years ago
  87. bfdcad9 i2c-parport: Make template structure const by Jean Delvare · 14 years ago
  88. 0be16c3 i2c-dev: Remove unnecessary casts by H Hartley Sweeten · 14 years ago
  89. c5aa692 i2c-stub: Expose the default functionality flags by Jean Delvare · 14 years ago
  90. e624dbd i2c/scx200_acb: Make PCI device ids constant by Jean Delvare · 14 years ago
  91. 3fb21c6 i2c-i801: Fix all checkpatch warnings by Ivo Manca · 14 years ago
  92. e0e8398c i2c-i801: All newer devices have all the optional features by Jean Delvare · 14 years ago
  93. adff687 i2c-i801: Let the user disable selected driver features by Jean Delvare · 14 years ago
  94. c3ad33c Merge branch 'for-linus/i2c-2635' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 14 years ago
  95. 46ee964 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  96. ffee72d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  97. b5c80bc i2c-highlander: remover superflous variable by Wolfram Sang · 14 years ago
  98. f0ec9e2 i2c-ibm-iic: drop NO_IRQ by Wolfram Sang · 15 years ago
  99. b865a4e i2c-cpm: drop NO_IRQ by Wolfram Sang · 15 years ago
  100. bf727e0 i2c-mpc: drop NO_IRQ by Wolfram Sang · 15 years ago