1. 7746626 i2c: mv_i2c.c: Correct address endianness by Bradley Bolen · 8 years ago
  2. 2852709 dm: i2c: Add a note to I2C drivers which need conversion by Simon Glass · 8 years ago
  3. 37b8eb3 samsung: i2c: Split the high-speed I2C code into a new driver by Simon Glass · 8 years ago
  4. 9a1bff6 samsung: i2c: Drop old code from I2C driver by Simon Glass · 8 years ago
  5. aec9a0f sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  6. 1df182d Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  7. 52f3733 i2c: at91_i2c: Change error return -ENODEV to -EINVAL by Wenyou Yang · 8 years ago
  8. 2ccc07b i2c: at91_i2c: Remove unnecessary clock calling by Wenyou Yang · 8 years ago
  9. b033808 i2c: designware: Avoid overwriting the cmd_data register by Marek Vasut · 8 years ago
  10. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  11. fac3e79 x86: i2c: Fix cast of address to 32-bit value by Simon Glass · 8 years ago
  12. 6d1a718 cros_ec: Honor the google,remote-bus dt property by Moritz Fischer · 8 years ago
  13. fc607d9 i2c: tegra: only use new clock/reset APIs by Stephen Warren · 8 years ago
  14. 87de0eb i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K by Stefan Roese · 8 years ago
  15. 85f03f0 i2c: mv_i2c.c: Validate read length in I2C command by jinghua · 8 years ago
  16. 9ad5a00 i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode) by Stefan Roese · 8 years ago
  17. 0c0f719 i2c: mv_i2c.c: Add DM support by Stefan Roese · 8 years ago
  18. 7b46ee5 i2c: mv_i2c.c: Prepare driver for DM conversion by Stefan Roese · 8 years ago
  19. 340fcd6 i2c: mv_i2c.c: Remove CONFIG_HARD_I2C by Stefan Roese · 8 years ago
  20. 8eff909 i2c: mv_i2c.c: cosmetic: Coding style cleanups by Stefan Roese · 8 years ago
  21. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  22. 76062b9 i2c: at91_i2c: Fix the wrong include file by Wenyou Yang · 8 years ago
  23. 21d4b7d rockchip: i2c: fix >32 byte writes by John Keeping · 8 years ago
  24. 551288b rockchip: i2c: move register write out of inner loop by John Keeping · 8 years ago
  25. 80333fd rockchip: i2c: use named constant when appropriate by John Keeping · 8 years ago
  26. da968c7 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  27. 03d6cd9 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
  28. 6002c75 ARM: tegra: remove stale nvidia, bpmp I2C DT property by Stephen Warren · 8 years ago
  29. b4ee081 ARM: tegra: fix Tegra186 I2C clock name by Stephen Warren · 8 years ago
  30. ca6c5e0 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · 8 years ago
  31. 0fcb9f0 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  32. 8800e0f i2c: atmel: add i2c driver by Songjun Wu · 8 years ago
  33. 3c27fa2 i2c: tegra: add standardized clk/reset API support by Bryan Wu · 8 years ago
  34. 34f1c9f i2c: add Tegra186 BPMP driver by Stephen Warren · 8 years ago
  35. f4b0df1 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  36. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  37. 2651a05 i2c: Drop redundant platform data setting in drivers by Simon Glass · 8 years ago
  38. 95def3c i2c: i2c-uclass-compat: avoid any BSS usage by Vignesh R · 8 years ago
  39. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  40. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  41. 9c7a0a6 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  42. 27059c3 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · 8 years ago
  43. 6e677ca i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · 8 years ago
  44. c68c624 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · 8 years ago
  45. 24f9c6b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · 8 years ago
  46. 14a6ff2 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · 8 years ago
  47. f8a10ed i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · 8 years ago
  48. 3c4db63 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
  49. 61bc02b i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · 8 years ago
  50. e075828 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · 8 years ago
  51. 059fce9 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · 8 years ago
  52. 670514f i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · 8 years ago
  53. 49c801b i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · 8 years ago
  54. dfc3958 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · 8 years ago
  55. 9ec43b0 i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · 8 years ago
  56. daa69ff drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model by Mugunthan V N · 8 years ago
  57. be243e4 drivers: i2c: omap24xx_i2c: prepare driver for DM conversion by Mugunthan V N · 8 years ago
  58. 5142ac7 drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable by Mugunthan V N · 8 years ago
  59. 4e3d840 ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  60. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  61. 9d10c2d drivers: i2c: mxc: Add early init by Yuan Yao · 8 years ago
  62. d6b7757 i2c: mvtwsi: Eliminate twsi_control_flags by Chris Packham · 8 years ago
  63. 3a37052 i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr by Stefan Roese · 8 years ago
  64. e32d0db i2c: Add entry for Designware I2C driver in Kconfig by Stefan Roese · 8 years ago
  65. dbc82ce dm: fsl_i2c: Enable DM for FSL I2C by mario.six@gdsys.cc · 8 years ago
  66. ecf591e dm: fsl_i2c: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
  67. ad7e657 dm: fsl_i2c: Prepare compatibility functions by mario.six@gdsys.cc · 8 years ago
  68. 00b6155 dm: fsl_i2c: Rename methods for reading/writing data by mario.six@gdsys.cc · 8 years ago
  69. 16579ec dm: fsl_i2c: Rename probe method by mario.six@gdsys.cc · 8 years ago
  70. 03a112a dm: fsl_i2c: Remove unnecessary variable by mario.six@gdsys.cc · 8 years ago
  71. 386b276 dm: fsl_i2c: Reword and clarify comment by mario.six@gdsys.cc · 8 years ago
  72. 2b21e96 dm: fsl_i2c: Use clearer parameter names by mario.six@gdsys.cc · 8 years ago
  73. ec2c81c dm: fsl_i2c: Rename I2C register structure by mario.six@gdsys.cc · 8 years ago
  74. b6a77b0 i2c: designware_i2c: Optionally check enable status register by Stefan Roese · 8 years ago
  75. d79ac32 i2c: muxes: Add support for TI PCA954X mux by Michal Simek · 8 years ago
  76. ad72e76 i2c: cdns: Support different bus speeds by Michal Simek · 8 years ago
  77. 6150be9 i2c: cdns: Moving speed setup from probe to set_bus_speed function by Michal Simek · 8 years ago
  78. a13767b i2c: cdns: Read address from DT in ofdata_to_platdata by Michal Simek · 8 years ago
  79. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  80. ba5da55 i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) by Stefan Roese · 8 years ago
  81. 334b9b0 i2c: designware_i2c: Add DM support by Stefan Roese · 8 years ago
  82. 3f4358d i2c: designware_i2c: Prepare for DM driver conversion by Stefan Roese · 8 years ago
  83. 11b544a i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed() by Stefan Roese · 8 years ago
  84. 1c8b089 i2c: designware_i2c: Add dw_i2c_enable() helper function by Stefan Roese · 8 years ago
  85. e209828 i2c: designware_i2c: Add ic_enable_status to ic_regs struct by Stefan Roese · 8 years ago
  86. fdec2d2 dm: i2c: Add driver for Cadence I2C IP by Moritz Fischer · 9 years ago
  87. 336399f i2c: uniphier: use devm_get_addr() to get base address by Masahiro Yamada · 9 years ago
  88. 32b9b55 omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW by Guy Thouret · 9 years ago
  89. e1bed80 dm: i2c: mxc_i2c: implement i2c_idle_bus by Peng Fan · 9 years ago
  90. 2ca0299 mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs" by Hans de Goede · 9 years ago
  91. 0c7645b x86: ivybridge: Use the I2C driver to perform SMbus init by Simon Glass · 9 years ago
  92. abb0b01 x86: i2c: Add a stub driver for Intel I2C/SMbus by Simon Glass · 9 years ago
  93. 4082fce dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · 9 years ago
  94. 930bc37 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  95. 9d08268 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  96. 904dfbf i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
  97. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  98. 81e33f4 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  99. f1993ca Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  100. aee3fdd i2c: mxc: add a condition in case the parameter is NULL by Gong Qianyu · 9 years ago