1. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  2. cfff1f4 i2c: bcm-kona: fix error return code in bcm_kona_i2c_probe() by Wei Yongjun · 11 years ago
  3. 5e47eec i2c: i2c-eg20t: do not print error message in syslog if no ACK received by Andreas Werner · 11 years ago
  4. 93d1724 i2c: bcm-kona: Introduce Broadcom I2C Driver by Tim Kryger · 11 years ago
  5. de546c8 i2c: cbus-gpio: Fix device tree binding by Tony Lindgren · 11 years ago
  6. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  7. 2dc9688 i2c: wmt: add missing clk_disable_unprepare() on error by Wei Yongjun · 11 years ago
  8. 25b3dfc i2c: designware: add new ACPI IDs by Mika Westerberg · 11 years ago
  9. afc6592 i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCH by James Ralston · 11 years ago
  10. 3cd0c2d i2c: exynos5: Remove incorrect clk_disable_unprepare by Sachin Kamat · 11 years ago
  11. 85b4fab i2c: i2c-st: Add ST I2C controller by Maxime COQUELIN · 11 years ago
  12. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  13. 8a73cd4 i2c: exynos5: add High Speed I2C controller driver by Naveen Krishna Ch · 11 years ago
  14. 043a3f1 i2c: rcar: fixup rcar type naming by Kuninori Morimoto · 11 years ago
  15. e55fea0 i2c: scmi: remove some bogus NULL checks by Dan Carpenter · 11 years ago
  16. 5edb106 i2c: sh_mobile & rcar: Enable the driver on all ARM platforms by Laurent Pinchart · 11 years ago
  17. f887605 i2c: sh_mobile: Convert to clk_prepare/unprepare by Laurent Pinchart · 11 years ago
  18. 4edd65e i2c: Include linux/of.h header by Sachin Kamat · 11 years ago
  19. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 11 years ago
  20. 4cdbf7d i2c: omap: Clear ARDY bit twice by Taras Kondratiuk · 11 years ago
  21. 6d2cfb1 i2c: i2c-stu300: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  22. cc40bf9 i2c: i2c-mxs: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  23. 3611431 i2c: i2c-imx: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  24. cccdcea i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  25. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  26. 19e221b i2c: mxs: Fix PIO mode on i.MX23 by Marek Vasut · 11 years ago
  27. 29faeb3 i2c: mxs: Rework the PIO mode operation by Marek Vasut · 11 years ago
  28. 616228a i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controller by Juergen Beisert · 11 years ago
  29. 4e90532 i2c: remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  30. 3c41aa7 i2c: bfin-twi: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  31. ab0dc7a i2c: xiic: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  32. 991e7ec i2c: rcar: use per-device clock by Guennadi Liakhovetski · 11 years ago
  33. 330c824 i2c: rcar: fix clk_get() error handling by Guennadi Liakhovetski · 11 years ago
  34. 7679c0e i2c: rcar: add Device Tree support by Guennadi Liakhovetski · 11 years ago
  35. 8d04940 i2c: rcar: get clock rate only once and simplify calculation by Guennadi Liakhovetski · 11 years ago
  36. 14d32f1 i2c: rcar: (cosmetic) remove superfluous parenthesis by Guennadi Liakhovetski · 11 years ago
  37. bf41691 i2c: ismt: initialize DMA buffer by James Ralston · 11 years ago
  38. bd63ace i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is set by Chew, Chiau Ee · 11 years ago
  39. 85b3a93 i2c: mv64xxx: Do not use writel_relaxed() by Thierry Reding · 11 years ago
  40. c1a9946 i2c: mv64xxx: Fix some build warnings by Thierry Reding · 11 years ago
  41. 1533691 i2c: s3c2410: fix clk_disable/clk_unprepare WARNings by Kim Phillips · 11 years ago
  42. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  43. 1e2c239 i2c: davinci: Fix bad dev_get_platdata() conversion by Olof Johansson · 11 years ago
  44. b720423 i2c: rcar: add rcar-H2 support by Nguyen Viet Dung · 11 years ago
  45. 617da00 i2c: sirf: retry 3 times as sometimes we get random noack and timeout by Zhiwu Song · 11 years ago
  46. 5ebffa6b i2c: sirf: support reverse direction of address by Zhiwu Song · 11 years ago
  47. 4602bf1 i2c: sirf: fix the typo for setting bitrate to less than 100k by Zhiwu Song · 11 years ago
  48. ebae7df i2c: sirf: we need to wait I2C_RESET status in resume by Zhiwu Song · 11 years ago
  49. c984319 i2c: sirf: reset i2c controller early after we get a noack by Zhiwu Song · 11 years ago
  50. 57cd1e3 i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPI by Mika Westerberg · 11 years ago
  51. defc0b2 i2c: designware: make HCNT/LCNT values configurable by Mika Westerberg · 11 years ago
  52. b3bfce2b i2c: mpc: cleanup clock API use by Gerhard Sittig · 11 years ago
  53. 498c014 i2c: pnx: fix error return code in i2c_pnx_probe() by Wei Yongjun · 11 years ago
  54. 370257b i2c: ismt: add error return code in probe() by Wolfram Sang · 11 years ago
  55. 55e71ed i2c: move ACPI helpers into the core by Mika Westerberg · 11 years ago
  56. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  57. c1d15b6 i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889) by Gregory CLEMENT · 11 years ago
  58. 930ab3d i2c: mv64xxx: Add I2C Transaction Generator support by Gregory CLEMENT · 11 years ago
  59. 874e955 i2c: powermac: fix return path on error by Wolfram Sang · 11 years ago
  60. 243ec09 i2c: tiny-usb: do not use stack as URB transfer_buffer by Jussi Kivilinna · 11 years ago
  61. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  62. cda2109 i2c: omap: query STP always when NACK is received by Grygorii Strashko · 11 years ago
  63. 869c6a3 i2c: mxs: fix broken timing calculation by Lothar Waßmann · 11 years ago
  64. b7d12a8 drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  65. ad90efa i2c: imx: Add Vybrid VF610 I2C controller support by Jingchang Lu · 11 years ago
  66. 4b77502 i2c: imx: add struct to hold more configurable quirks by Jingchang Lu · 11 years ago
  67. 171408c i2c: imx: add INT flag and IEN bit operatation codes by Jingchang Lu · 11 years ago
  68. 8cc7331 i2c: imx: change register offset representation by Jingchang Lu · 11 years ago
  69. 1d5ef2a i2c: imx: wrap registers read/write to inline function by Jingchang Lu · 11 years ago
  70. 0fc1347 i2c: imx: don't change platform device id_entry directly by Jingchang Lu · 11 years ago
  71. 46f2832 i2c: imx: enable clk before write to registers by Jingchang Lu · 11 years ago
  72. d533f04 i2c: imx: use struct representing i2c clk{div, val} pair by Jingchang Lu · 11 years ago
  73. a94dd00 i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsets by Rudolf Marek · 11 years ago
  74. d654b54 i2c: davinci: Allow i2c driver available for keystone platforms by Santosh Shilimkar · 11 years ago
  75. 9adad4d i2c: davinci: remove useless mach/hardware include by Santosh Shilimkar · 11 years ago
  76. 2fb9ac0 i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  77. c6a88fa i2c: puv3: add CONFIG_PM_SLEEP to suspend function by Jingoo Han · 11 years ago
  78. d2f1853 i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  79. 71f1260 i2c: stu300: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  80. f076e91 i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  81. dfb03fb i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  82. 0a488c4 i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  83. 63151c5 i2c: mxs: Check the return value from stmp_reset_block() by Fabio Estevam · 11 years ago
  84. 2806914 drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  85. 3f97b62 drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probe by Wolfram Sang · 11 years ago
  86. 421476a i2c: mpc: Define unique I2C adapter names by Guenter Roeck · 11 years ago
  87. 8256424 i2c: designware: Manually set RESTART bit between messages by Chew, Chiau Ee · 11 years ago
  88. 9d3dda5 i2c: pxa: enable high speed mode for i2c bus by Leilei Shang · 11 years ago
  89. 4c71566 i2c: Fix Kontron PLD prescaler calculation by Michael Brunner · 11 years ago
  90. d6e102f i2c: i2c-mxs: Use DMA mode even for small transfers by Fabio Estevam · 11 years ago
  91. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  92. 98f486f1 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  93. 65b97fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  94. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  95. 97191d7 i2c-designware: use div_u64 to fix link by Vincent Stehlé · 11 years ago
  96. 3dbde57 Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  97. 3883cbb Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  98. e0b9b7b i2c: Kontron PLD i2c bus driver by Kevin Strasser · 11 years ago
  99. 88a8e4a i2c: iop3xxx: fix build failure after waitqueue changes by Kevin Hilman · 11 years ago
  100. 9803f86 i2c-designware: make SDA hold time configurable by Christian Ruppert · 11 years ago