1. 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  2. faf93ff i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440 by Giridhar Maruthy · 12 years ago
  3. dc6fea4 i2c: s3c2410: Remove err_cpufreq label by Tushar Behera · 12 years ago
  4. d16933b i2c: s3c2410: Move location of clk_prepare_enable() call in probe function by Tushar Behera · 12 years ago
  5. 2b255b9 i2c: s3c2410: Convert to use devm_* APIs by Tushar Behera · 12 years ago
  6. 669da30 i2c: s3c2410: Remove unnecessary label err_noclk by Tushar Behera · 12 years ago
  7. 84dbf80 i2c: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  8. 752451f Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  9. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  10. 31f313d i2c: s3c2410: Remove recently introduced performance overheads by Mark Brown · 12 years ago
  11. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  12. 963f207 i2c: s3c2410: Fix code to free gpios by Abhilash Kesavan · 12 years ago
  13. 658122f i2c: s3c2410: Add fix for i2c suspend/resume by Abhilash Kesavan · 12 years ago
  14. 3b2f3ce i2c: s3c2410: Fix code to free gpios by Abhilash Kesavan · 12 years ago
  15. 79f678e i2c: s3c2410: do not special case HDMIPHY stuck bus detection by Daniel Kurtz · 12 years ago
  16. fe724bf i2c: s3c2410: use exponential back off while polling for bus idle by Daniel Kurtz · 12 years ago
  17. 0da2e77 i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHY by Daniel Kurtz · 12 years ago
  18. 9bcd04b i2c: s3c2410: grab adapter lock while changing i2c clock by Daniel Kurtz · 12 years ago
  19. 2693ac6 i2c: s3c2410: Add support for pinctrl by Tomasz Figa · 12 years ago
  20. a72ad45 i2c: s3c2410: Convert to devm_request_and_ioremap() by Mark Brown · 12 years ago
  21. 2935e0e i2c: s3c2410: Refactor ifdefs for PM_SLEEP by Mark Brown · 12 years ago
  22. 12250d8 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  23. d3b64c5 i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  24. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago
  25. a86ae9f i2c-s3c2410: Use plain pm_runtime_put() by Mark Brown · 12 years ago
  26. b900ba4 i2c: s3c2410: Fix pointer type passed to of_match_node() by Karol Lewandowski · 12 years ago
  27. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 12 years ago
  28. ec39ef8 i2c-s3c2410: Add HDMIPHY quirk for S3C2440 by Karol Lewandowski · 12 years ago
  29. 2745249 i2c-s3c2410: Rework device type handling by Karol Lewandowski · 12 years ago
  30. 9df7ead i2c-s3c2410: Drop unused define by Karol Lewandowski · 12 years ago
  31. c62c3ca i2c-s3c2410: Add stub runtime power management by Mark Brown · 13 years ago
  32. 4ea1557 i2c-s3c2410: Convert to devm_kzalloc() by Mark Brown · 13 years ago
  33. 8ebe661 i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpio by Tushar Behera · 13 years ago
  34. 37de03e i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idle by Mark Brown · 13 years ago
  35. 3945fe9 Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/tegra-iomem' into for-linus/i2c-3.2 by Ben Dooks · 13 years ago
  36. 5a5f508 i2c-s3c2410: Add device tree support by Thomas Abraham · 13 years ago
  37. 4fd81eb i2c-s3c2410: Keep a copy of platform data and use it by Thomas Abraham · 13 years ago
  38. 4311051 i2c: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  39. b90ea76 i2c-s3c2410: Remove useless break code by Jonghwan Choi · 13 years ago
  40. 1982051 i2c-s3c2410: Fix typo 'i2s' -> 'i2c' by Huisung Kang · 13 years ago
  41. e0b11c3 Merge branch 'for-2637/i2c/samsung' into next-i2c by Ben Dooks · 14 years ago
  42. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 14 years ago
  43. d2360b8 i2c-s3c2410: Enable i2c clock only when doing some transfert by Arnaud Patard (Rtp) · 14 years ago
  44. 7031307 i2c-s3c2410: fix calculation of SDA line delay by MyungJoo Ham · 14 years ago
  45. 2178218 i2c: Use <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 14 years ago
  46. 1bc2962 i2c-s3c2410: Remove unconditional 1ms delay on each transfer by Mark Brown · 14 years ago
  47. 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
  48. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  49. 2e6713c Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  50. 0e014e9 i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC value by Peter Korsgaard · 15 years ago
  51. 6a6c6189 I2C: Rework i2c-s3c2410 suspend_late()/resume() V2 by Magnus Damm · 15 years ago
  52. 933a2ae i2c-s3c2410: use resource_size() by Ben Dooks · 15 years ago
  53. 7d85ccd i2c-s3c2410: move to using platform idtable to match devices by Ben Dooks · 15 years ago
  54. 18dc83a i2c: i2c-s3c2410: Initialise Samsung I2C controller early by Mark Brown · 15 years ago
  55. c564e6a i2c-s3c2410: Simplify bus frequency calculation by Daniel Silverstone · 15 years ago
  56. a192f71 i2c-s3c2410: sda_delay should be in ns, not clock ticks by Ben Dooks · 15 years ago
  57. 22e965c i2c: Get rid of remaining bus_id access by Jean Delvare · 16 years ago
  58. c58bd34d Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 16 years ago
  59. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  60. e0d1ec9 i2c-s3c2410: Change IRQ to be plain integer. by Ben Dooks · 16 years ago
  61. 692acbd i2c-s3c2410: Allow more than one i2c-s3c2410 adapter by Ben Dooks · 16 years ago
  62. 6a039ca i2c-s3c2410: Remove default platform data. by Ben Dooks · 16 years ago
  63. 8be310a i2c-s3c2410: Use platform data for gpio configuration by Ben Dooks · 16 years ago
  64. 3d0911b i2c-s3c2410: Fixup style problems from checkpatch.pl by Ben Dooks · 16 years ago
  65. be44f01 i2c-s3c2410: fix check for being in suspend. by Ben Dooks · 16 years ago
  66. e856359 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s3c-moves2 by Ben Dooks · 16 years ago
  67. da6801e i2c-s3c2410: Correct use of ! and & by Julia Lawall · 16 years ago
  68. 9498cb7 [ARM] S3C: Move i2c headers to arch/arm/plat-s3c/include/plat. by Ben Dooks · 16 years ago
  69. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  70. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 16 years ago
  71. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  72. 61c7cff i2c: S3C24XX I2C frequency scaling support. by Ben Dooks · 16 years ago
  73. 399dee2 i2c: S3C2410: Pass the I2C bus number via drivers platform data by Ben Dooks · 16 years ago
  74. 3401b2f i2c: Let bus drivers add SPD to their class by Jean Delvare · 16 years ago
  75. d150a4b I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device. by Ben Dooks · 16 years ago
  76. 63f5c28 I2C: S3C2410: Fixup error codes returned rom a transfer. by Ben Dooks · 16 years ago
  77. 2709781 I2C: S3C2410: Check ACK on byte transmission by Ben Dooks · 16 years ago
  78. add8eda i2c: Fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  79. 08882d2 i2c: Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  80. b5d0b4b i2c-s3c2410: Build fix by Ben Dooks · 17 years ago
  81. a1ba158 i2c-s3c2410: Fix build warning by Arnaud Patard · 17 years ago
  82. 5b68790 i2c-s3c2410: Fix bug in releasing driver by Ben Dooks · 17 years ago
  83. e00a8cd i2c-s3c2410: Fix I2C SDA to SCL setup time by Ben Dooks · 17 years ago
  84. 35532d2 i2c: SPIN_LOCK_UNLOCKED cleanup by Milind Arun Choudhary · 17 years ago
  85. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  86. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  87. 8f9082c i2c: Constify i2c_algorithm declarations, part 2 by Jean Delvare · 18 years ago
  88. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  89. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  90. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 19 years ago
  91. a8d3584 [ARM] Remove clk_use()/clk_unuse() by Russell King · 19 years ago
  92. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  93. e32e28e [DRIVER MODEL] Add missing driver_unregister in i2c-s3c2410 failure path. by Russell King · 19 years ago
  94. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  95. 0cf3628 [PATCH] Owner field additions to many i2c drivers, 2 of 5 by Laurent Riffard · 19 years ago
  96. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  97. 9751858 [PATCH] I2C: Kill i2c_algorithm.name (1/7) by Jean Delvare · 19 years ago
  98. 44bbe87 [PATCH] Spelling fixes for drivers/i2c. by Steven Cole · 19 years ago
  99. f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago