1. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  2. 73fef21 i2c: ibm_iic: use new 8 bit address helper function by Wolfram Sang · 8 years ago
  3. f199b26 i2c: ibm_iic: rename i2c_timings struct due to clash with generic version by Stephen Rothwell · 8 years ago
  4. d695e22 i2c: ibm-iic: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  5. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. 21d0b7c i2c: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  7. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  8. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  9. c2c6495 i2c: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  10. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 11 years ago
  11. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 11 years ago
  12. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  13. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  14. a3664b5 i2c/busses: Use module_platform_driver() by Axel Lin · 12 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  16. 1c48a5c dt: Eliminate of_platform_{,un}register_driver by Grant Likely · 13 years ago
  17. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 14 years ago
  18. 925bb9c of/i2c: Fix module load order issue caused by of_i2c.c by Grant Likely · 14 years ago
  19. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  20. 959e85f i2c: Add OF-style registration and binding by Grant Likely · 14 years ago
  21. 9fd0499 of/i2c: Generalize OF support by Grant Likely · 14 years ago
  22. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  23. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  24. 2178218 i2c: Use <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 14 years ago
  25. f0ec9e2 i2c-ibm-iic: drop NO_IRQ by Wolfram Sang · 15 years ago
  26. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  27. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  28. 9d2c0f6 i2c: Fix confusing i2c-ibm_iic message by Sean MacLennan · 15 years ago
  29. 8a52c6b i2c: Adapter timeout is in jiffies by Jean Delvare · 15 years ago
  30. 1745522 i2c: Delete many unused adapter IDs by Jean Delvare · 15 years ago
  31. b1204e6 i2c-ibm_iic: Register child nodes by Sean MacLennan · 16 years ago
  32. d3dc685 i2c-ibm_iic: Enable driver for all PPC4xx variants in arch/powerpc by Stefan Roese · 16 years ago
  33. e6c3de6 i2c-ibm_iic: Remove deprecated OCP style part by Stefan Roese · 16 years ago
  34. 3401b2f i2c: Let bus drivers add SPD to their class by Jean Delvare · 16 years ago
  35. 838349b i2c-ibm_iic: Support building as an of_platform driver by Sean MacLennan · 16 years ago
  36. 681aae8 i2c-ibm_iic: Change the log levels by Sean MacLennan · 16 years ago
  37. 852fb2a i2c-ibm_iic: Fast mode parm desc fixup by Paul Mundt · 16 years ago
  38. 2caeac8 i2c: Don't uselessly set i2c_adapter.retries by Jean Delvare · 16 years ago
  39. 217bcec i2c-ibm_iic: Whitespace cleanup by Stefan Roese · 16 years ago
  40. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  41. 7589a32 i2c-ibm_iic: Add support for new-style clients by Stefan Roese · 17 years ago
  42. 12a917f i2c: Declare more i2c_adapter parent devices by Jean Delvare · 17 years ago
  43. 31c095b i2c: Add request/release_mem_region to i2c-ibm_iic bus driver by Jean-Baptiste Maneyrol · 17 years ago
  44. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  45. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  46. 8f9082c i2c: Constify i2c_algorithm declarations, part 2 by Jean Delvare · 18 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  48. a4787c0 [PATCH] i2c: i2c-ibm_iic add I2C_CLASS_HWMON by Martin Hicks · 18 years ago
  49. 5263ebb [PATCH] i2c: kzalloc conversion, other drivers by Deepak Saxena · 19 years ago
  50. c7a4653 [PATCH] I2C: Kill i2c_algorithm.id (5/7) by Jean Delvare · 19 years ago
  51. 1d8b9e1 [PATCH] I2C: Kill i2c_algorithm.id (4/7) by Jean Delvare · 19 years ago
  52. 87c3d7a [PATCH] I2C: Kill i2c_algorithm.id (3/7) by Jean Delvare · 19 years ago
  53. 9751858 [PATCH] I2C: Kill i2c_algorithm.name (1/7) by Jean Delvare · 19 years ago
  54. 44bbe87 [PATCH] Spelling fixes for drivers/i2c. by Steven Cole · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago