1. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  2. d16415b i2c: s3c2410: Check clk_prepare_enable() return value by Javier Martinez Canillas · 8 years ago
  3. 8f8edd4 i2c: s3c2410: Print errno code in error logs by Javier Martinez Canillas · 8 years ago
  4. 0915833 i2c: s3c2410: Cleanup indentation and comment style by Krzysztof Kozlowski · 8 years ago
  5. ec7c34a i2c: s3c2410: Minor function-level comment cleanup by Krzysztof Kozlowski · 8 years ago
  6. b1b3df2 i2c: s3c2410: Add missing clock unprepare on probe() error path by Krzysztof Kozlowski · 8 years ago
  7. f690378 i2c: s3c2410: Use SET_NOIRQ_SYSTEM_SLEEP_PM_OPS instead of open-coded by Axel Lin · 8 years ago
  8. 2fe3e51 i2c: s3c2410: remove superfluous runtime PM calls by Wolfram Sang · 8 years ago
  9. eadd709 i2c: s3c2410: enable RuntimePM before registering to the core by Wolfram Sang · 9 years ago
  10. 2486748 Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  11. e9a02a3 i2c: constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  12. 8d487a4 i2c: s3c2410: fix oops in suspend callback for non-dt platforms by Vasily Khoruzhick · 9 years ago
  13. 34e81ad i2c: s3c2410: fix ABBA deadlock by keeping clock prepared by Paul Osmialowski · 9 years ago
  14. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  15. a7750c3 i2c: s3c2410: Handle i2c sys_cfg register in i2c driver by Pankaj Dubey · 10 years ago
  16. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  17. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  18. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  19. 9b13494 treewide: Fix typo in printk by Masanari Iida · 10 years ago
  20. b19c195 i2c: s3c2410: resume the I2C controller earlier by Vincent Palatin · 10 years ago
  21. 6031d3d i2c: i2c-s3c2410: Drop class based scanning to improve bootup time by Wolfram Sang · 10 years ago
  22. 46797a2 i2c: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  23. ce78cc0 i2c: s3c2410: resume race fix by Olof Johansson · 10 years ago
  24. 069a950 i2c: s3c2410: Leave the bus disabled unless it is in use by Simon Glass · 10 years ago
  25. 5304032 i2c: i2c-s3c2410: deprecate class based instantiation by Wolfram Sang · 10 years ago
  26. 5f1b115 i2c: s3c2410: fix quirk usage for 64-bit by Pankaj Dubey · 10 years ago
  27. 61f4d6b i2c: s3c2410: dont need CPU_FREQ transitions for exynos series by Naveen Krishna Ch · 10 years ago
  28. 117053f i2c: s3c2410: Add polling mode support by Vasanth Ananthan · 11 years ago
  29. 4edd65e i2c: Include linux/of.h header by Sachin Kamat · 11 years ago
  30. 1533691 i2c: s3c2410: fix clk_disable/clk_unprepare WARNings by Kim Phillips · 11 years ago
  31. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  32. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  33. 00d083f drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  34. 85747311 i2c: s3c2410: Add SMBus emulation for block read by Jaemin Yoo · 11 years ago
  35. 7a6674d i2c: s3c2410: fixup the styling of the newly moved register definitions by Heiko Stübner · 11 years ago
  36. e636602 i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driver by Heiko Stübner · 11 years ago
  37. 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  38. faf93ff i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440 by Giridhar Maruthy · 11 years ago
  39. dc6fea4 i2c: s3c2410: Remove err_cpufreq label by Tushar Behera · 11 years ago
  40. d16933b i2c: s3c2410: Move location of clk_prepare_enable() call in probe function by Tushar Behera · 11 years ago
  41. 2b255b9 i2c: s3c2410: Convert to use devm_* APIs by Tushar Behera · 11 years ago
  42. 669da30 i2c: s3c2410: Remove unnecessary label err_noclk by Tushar Behera · 11 years ago
  43. 84dbf80 i2c: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  44. 752451f Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 11 years ago
  45. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  46. 31f313d i2c: s3c2410: Remove recently introduced performance overheads by Mark Brown · 12 years ago
  47. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  48. 963f207 i2c: s3c2410: Fix code to free gpios by Abhilash Kesavan · 12 years ago
  49. 658122f i2c: s3c2410: Add fix for i2c suspend/resume by Abhilash Kesavan · 12 years ago
  50. 3b2f3ce i2c: s3c2410: Fix code to free gpios by Abhilash Kesavan · 12 years ago
  51. 79f678e i2c: s3c2410: do not special case HDMIPHY stuck bus detection by Daniel Kurtz · 12 years ago
  52. fe724bf i2c: s3c2410: use exponential back off while polling for bus idle by Daniel Kurtz · 12 years ago
  53. 0da2e77 i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHY by Daniel Kurtz · 12 years ago
  54. 9bcd04b i2c: s3c2410: grab adapter lock while changing i2c clock by Daniel Kurtz · 12 years ago
  55. 2693ac6 i2c: s3c2410: Add support for pinctrl by Tomasz Figa · 12 years ago
  56. a72ad45 i2c: s3c2410: Convert to devm_request_and_ioremap() by Mark Brown · 12 years ago
  57. 2935e0e i2c: s3c2410: Refactor ifdefs for PM_SLEEP by Mark Brown · 12 years ago
  58. 12250d8 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  59. d3b64c5 i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  60. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago
  61. a86ae9f i2c-s3c2410: Use plain pm_runtime_put() by Mark Brown · 12 years ago
  62. b900ba4 i2c: s3c2410: Fix pointer type passed to of_match_node() by Karol Lewandowski · 12 years ago
  63. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 12 years ago
  64. ec39ef8 i2c-s3c2410: Add HDMIPHY quirk for S3C2440 by Karol Lewandowski · 12 years ago
  65. 2745249 i2c-s3c2410: Rework device type handling by Karol Lewandowski · 12 years ago
  66. 9df7ead i2c-s3c2410: Drop unused define by Karol Lewandowski · 12 years ago
  67. c62c3ca i2c-s3c2410: Add stub runtime power management by Mark Brown · 12 years ago
  68. 4ea1557 i2c-s3c2410: Convert to devm_kzalloc() by Mark Brown · 12 years ago
  69. 8ebe661 i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpio by Tushar Behera · 12 years ago
  70. 37de03e i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idle by Mark Brown · 12 years ago
  71. 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
  72. 5a5f508 i2c-s3c2410: Add device tree support by Thomas Abraham · 13 years ago
  73. 4fd81eb i2c-s3c2410: Keep a copy of platform data and use it by Thomas Abraham · 13 years ago
  74. 4311051 i2c: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  75. b90ea76 i2c-s3c2410: Remove useless break code by Jonghwan Choi · 13 years ago
  76. 1982051 i2c-s3c2410: Fix typo 'i2s' -> 'i2c' by Huisung Kang · 13 years ago
  77. e0b11c3 Merge branch 'for-2637/i2c/samsung' into next-i2c by Ben Dooks · 14 years ago
  78. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 14 years ago
  79. d2360b8 i2c-s3c2410: Enable i2c clock only when doing some transfert by Arnaud Patard (Rtp) · 14 years ago
  80. 7031307 i2c-s3c2410: fix calculation of SDA line delay by MyungJoo Ham · 14 years ago
  81. 2178218 i2c: Use <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 14 years ago
  82. 1bc2962 i2c-s3c2410: Remove unconditional 1ms delay on each transfer by Mark Brown · 14 years ago
  83. 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
  84. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 14 years ago
  85. 2e6713c Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  86. 0e014e9 i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC value by Peter Korsgaard · 15 years ago
  87. 6a6c6189 I2C: Rework i2c-s3c2410 suspend_late()/resume() V2 by Magnus Damm · 15 years ago
  88. 933a2ae i2c-s3c2410: use resource_size() by Ben Dooks · 15 years ago
  89. 7d85ccd i2c-s3c2410: move to using platform idtable to match devices by Ben Dooks · 15 years ago
  90. 18dc83a i2c: i2c-s3c2410: Initialise Samsung I2C controller early by Mark Brown · 15 years ago
  91. c564e6a i2c-s3c2410: Simplify bus frequency calculation by Daniel Silverstone · 15 years ago
  92. a192f71 i2c-s3c2410: sda_delay should be in ns, not clock ticks by Ben Dooks · 15 years ago
  93. 22e965c i2c: Get rid of remaining bus_id access by Jean Delvare · 15 years ago
  94. c58bd34d Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 15 years ago
  95. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  96. e0d1ec9 i2c-s3c2410: Change IRQ to be plain integer. by Ben Dooks · 16 years ago
  97. 692acbd i2c-s3c2410: Allow more than one i2c-s3c2410 adapter by Ben Dooks · 16 years ago
  98. 6a039ca i2c-s3c2410: Remove default platform data. by Ben Dooks · 16 years ago
  99. 8be310a i2c-s3c2410: Use platform data for gpio configuration by Ben Dooks · 16 years ago
  100. 3d0911b i2c-s3c2410: Fixup style problems from checkpatch.pl by Ben Dooks · 16 years ago