1. a86ae9f i2c-s3c2410: Use plain pm_runtime_put() by Mark Brown · 13 years ago
  2. b900ba4 i2c: s3c2410: Fix pointer type passed to of_match_node() by Karol Lewandowski · 13 years ago
  3. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 13 years ago
  4. ec39ef8 i2c-s3c2410: Add HDMIPHY quirk for S3C2440 by Karol Lewandowski · 13 years ago
  5. 2745249 i2c-s3c2410: Rework device type handling by Karol Lewandowski · 13 years ago
  6. 9df7ead i2c-s3c2410: Drop unused define by Karol Lewandowski · 13 years ago
  7. c62c3ca i2c-s3c2410: Add stub runtime power management by Mark Brown · 14 years ago
  8. 4ea1557 i2c-s3c2410: Convert to devm_kzalloc() by Mark Brown · 14 years ago
  9. 8ebe661 i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpio by Tushar Behera · 14 years ago
  10. 37de03e i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idle by Mark Brown · 14 years ago
  11. 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 · 14 years ago
  12. 5a5f508 i2c-s3c2410: Add device tree support by Thomas Abraham · 14 years ago
  13. 4fd81eb i2c-s3c2410: Keep a copy of platform data and use it by Thomas Abraham · 14 years ago
  14. 4311051 i2c: irq: Remove IRQF_DISABLED by Yong Zhang · 14 years ago
  15. b90ea76 i2c-s3c2410: Remove useless break code by Jonghwan Choi · 14 years ago
  16. 1982051 i2c-s3c2410: Fix typo 'i2s' -> 'i2c' by Huisung Kang · 14 years ago
  17. e0b11c3 Merge branch 'for-2637/i2c/samsung' into next-i2c by Ben Dooks · 15 years ago
  18. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 15 years ago
  19. d2360b8 i2c-s3c2410: Enable i2c clock only when doing some transfert by Arnaud Patard (Rtp) · 15 years ago
  20. 7031307 i2c-s3c2410: fix calculation of SDA line delay by MyungJoo Ham · 15 years ago
  21. 2178218 i2c: Use <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 15 years ago
  22. 1bc2962 i2c-s3c2410: Remove unconditional 1ms delay on each transfer by Mark Brown · 15 years ago
  23. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  24. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 16 years ago
  25. 2e6713c Merge branch 'master' into for-linus by Rafael J. Wysocki · 16 years ago
  26. 0e014e9 i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC value by Peter Korsgaard · 16 years ago
  27. 6a6c6189 I2C: Rework i2c-s3c2410 suspend_late()/resume() V2 by Magnus Damm · 16 years ago
  28. 933a2ae i2c-s3c2410: use resource_size() by Ben Dooks · 16 years ago
  29. 7d85ccd i2c-s3c2410: move to using platform idtable to match devices by Ben Dooks · 16 years ago
  30. 18dc83a i2c: i2c-s3c2410: Initialise Samsung I2C controller early by Mark Brown · 16 years ago
  31. c564e6a i2c-s3c2410: Simplify bus frequency calculation by Daniel Silverstone · 16 years ago
  32. a192f71 i2c-s3c2410: sda_delay should be in ns, not clock ticks by Ben Dooks · 16 years ago
  33. 22e965c i2c: Get rid of remaining bus_id access by Jean Delvare · 17 years ago
  34. c58bd34d Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 17 years ago
  35. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  36. e0d1ec9 i2c-s3c2410: Change IRQ to be plain integer. by Ben Dooks · 17 years ago
  37. 692acbd i2c-s3c2410: Allow more than one i2c-s3c2410 adapter by Ben Dooks · 17 years ago
  38. 6a039ca i2c-s3c2410: Remove default platform data. by Ben Dooks · 17 years ago
  39. 8be310a i2c-s3c2410: Use platform data for gpio configuration by Ben Dooks · 17 years ago
  40. 3d0911b i2c-s3c2410: Fixup style problems from checkpatch.pl by Ben Dooks · 17 years ago
  41. be44f01 i2c-s3c2410: fix check for being in suspend. by Ben Dooks · 17 years ago
  42. e856359 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s3c-moves2 by Ben Dooks · 17 years ago
  43. da6801e i2c-s3c2410: Correct use of ! and & by Julia Lawall · 17 years ago
  44. 9498cb7 [ARM] S3C: Move i2c headers to arch/arm/plat-s3c/include/plat. by Ben Dooks · 17 years ago
  45. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 17 years ago
  46. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 17 years ago
  47. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 17 years ago
  48. 61c7cff i2c: S3C24XX I2C frequency scaling support. by Ben Dooks · 17 years ago
  49. 399dee2 i2c: S3C2410: Pass the I2C bus number via drivers platform data by Ben Dooks · 17 years ago
  50. 3401b2f i2c: Let bus drivers add SPD to their class by Jean Delvare · 17 years ago
  51. d150a4b I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device. by Ben Dooks · 17 years ago
  52. 63f5c28 I2C: S3C2410: Fixup error codes returned rom a transfer. by Ben Dooks · 17 years ago
  53. 2709781 I2C: S3C2410: Check ACK on byte transmission by Ben Dooks · 17 years ago
  54. add8eda i2c: Fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
  55. 08882d2 i2c: Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  56. b5d0b4b i2c-s3c2410: Build fix by Ben Dooks · 18 years ago
  57. a1ba158 i2c-s3c2410: Fix build warning by Arnaud Patard · 18 years ago
  58. 5b68790 i2c-s3c2410: Fix bug in releasing driver by Ben Dooks · 18 years ago
  59. e00a8cd i2c-s3c2410: Fix I2C SDA to SCL setup time by Ben Dooks · 18 years ago
  60. 35532d2 i2c: SPIN_LOCK_UNLOCKED cleanup by Milind Arun Choudhary · 18 years ago
  61. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  62. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  63. 8f9082c i2c: Constify i2c_algorithm declarations, part 2 by Jean Delvare · 19 years ago
  64. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  66. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 20 years ago
  67. a8d3584 [ARM] Remove clk_use()/clk_unuse() by Russell King · 20 years ago
  68. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 20 years ago
  69. e32e28e [DRIVER MODEL] Add missing driver_unregister in i2c-s3c2410 failure path. by Russell King · 20 years ago
  70. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 20 years ago
  71. 0cf3628 [PATCH] Owner field additions to many i2c drivers, 2 of 5 by Laurent Riffard · 20 years ago
  72. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 20 years ago
  73. 9751858 [PATCH] I2C: Kill i2c_algorithm.name (1/7) by Jean Delvare · 20 years ago
  74. 44bbe87 [PATCH] Spelling fixes for drivers/i2c. by Steven Cole · 20 years ago
  75. f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 20 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago