1. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  2. 97ccd4a i2c: ocores: add missed clk_disable_unprepare() on failure paths by Alexey Khoroshilov · 8 years ago
  3. 380a295 i2c: ocores: use new 8 bit address helper function by Wolfram Sang · 8 years ago
  4. b299167 i2c: ocores: support big-endian register layout by Max Filippov · 9 years ago
  5. 0d8fb59 i2c: ocores: rework clk code to handle NULL cookie by Wolfram Sang · 9 years ago
  6. e961a09 i2c: ocores: add common clock support by Max Filippov · 9 years ago
  7. 3a33a85 i2c: ocores: fix clock-frequency binding usage by Max Filippov · 9 years ago
  8. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  9. 1ce97e0 i2c: i2c-ocores: Drop class based scanning to improve bootup time by Wolfram Sang · 10 years ago
  10. eae45e5 i2c: Make of_device_id array const by Jingoo Han · 10 years ago
  11. 878f00b i2c: i2c-ocores: deprecate class based instantiation by Wolfram Sang · 10 years ago
  12. 21d0b7c i2c: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  13. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  14. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  15. b7d12a8 drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  16. f076e91 i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  17. 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  18. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 11 years ago
  19. 6beaddf i2c: ocores: Fix pointer to integer cast warning by Jayachandran C · 11 years ago
  20. 84dbf80 i2c: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  21. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 11 years ago
  22. 752451f Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 11 years ago
  23. c5d5474 i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF block by Andreas Larsson · 12 years ago
  24. a000b8c1 i2c: ocores: Add support for the GRLIB port of the controller and use function pointers for getreg and setreg functions by Andreas Larsson · 12 years ago
  25. f5f35a9 i2c: ocores: Add irq support for sparc by Andreas Larsson · 12 years ago
  26. 16c4c52 bindings: i2c: use consistent naming for i2c binding descriptions by Wolfram Sang · 12 years ago
  27. 970d494 i2c: ocores: Use devm_request_and_ioremap() by Thierry Reding · 12 years ago
  28. 7326e38 i2c: i2c-ocores: support for 16bit and 32bit IO by Ganesan Ramalingam · 12 years ago
  29. 8bb986a i2c: i2c-ocores: Use reg-shift property by Ganesan Ramalingam · 12 years ago
  30. 9ae97a8 i2c: i2c-ocores: DT bindings and minor fixes. by Jayachandran C · 12 years ago
  31. 84603c7 i2c-ocores: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  32. a5063f1 i2c: ocores: register OF i2c devices by Ganesan Ramalingam · 12 years ago
  33. a3664b5 i2c/busses: Use module_platform_driver() by Axel Lin · 12 years ago
  34. 3271d38 mfd: Use mfd cell platform_data for timberdale cells platform bits by Samuel Ortiz · 13 years ago
  35. e46dccf mfd: mfd_cell is now implicitly available to timberdale drivers by Andres Salomon · 13 years ago
  36. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  37. 12c3832 i2c-ocores: Fix pointer type mismatch error by Grant Likely · 13 years ago
  38. c9e358d driver-core: remove conditionals around devicetree pointers by Grant Likely · 13 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. 2178218 i2c: Use <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 14 years ago
  43. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  44. c6ffdde i2c: Use resource_size macro by Linus Walleij · 15 years ago
  45. dd14be4 i2c-ocores: Can add I2C devices to the bus by Richard Röjfors · 15 years ago
  46. 2373c18 i2c-ocores: basic PM support by Manuel Lauss · 16 years ago
  47. 3401b2f i2c: Let bus drivers add SPD to their class by Jean Delvare · 16 years ago
  48. add8eda i2c: Fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  49. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  50. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  51. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  52. 8f9082c i2c: Constify i2c_algorithm declarations, part 2 by Jean Delvare · 18 years ago
  53. 1ded969 [PATCH] i2c-ocores: Minor cleanups by Peter Korsgaard · 18 years ago
  54. 18f98b1 [PATCH] i2c: New bus driver for the OpenCores I2C controller by Peter Korsgaard · 18 years ago