1. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  2. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  3. 964409d Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  4. 6e6dce6 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · 9 years ago
  5. efd1fb8 i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · 8 years ago
  6. e841b58 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · 8 years ago
  7. 029a84b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · 8 years ago
  8. 355a127 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · 8 years ago
  9. c4eceb5 i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · 8 years ago
  10. 9f7f689 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
  11. a4ac8b7 i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · 8 years ago
  12. 9e118b3 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · 8 years ago
  13. bdf0f66 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · 8 years ago
  14. 1cc2c28 i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · 8 years ago
  15. 7b0c431 i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · 8 years ago
  16. f43d3e9 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · 8 years ago
  17. 2b656eb i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · 8 years ago
  18. 560037b drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model by Mugunthan V N · 8 years ago
  19. 38d943a drivers: i2c: omap24xx_i2c: prepare driver for DM conversion by Mugunthan V N · 8 years ago
  20. bbf1ccf drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable by Mugunthan V N · 8 years ago
  21. fa1f73f ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  22. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  23. d40c885 drivers: i2c: mxc: Add early init by Yuan Yao · 8 years ago
  24. c42be01 i2c: mvtwsi: Eliminate twsi_control_flags by Chris Packham · 9 years ago
  25. 38fe7dc i2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for SPEAr by Stefan Roese · 9 years ago
  26. b71955f i2c: Add entry for Designware I2C driver in Kconfig by Stefan Roese · 9 years ago
  27. 349686c dm: fsl_i2c: Enable DM for FSL I2C by mario.six@gdsys.cc · 9 years ago
  28. 416b2dc dm: fsl_i2c: Factor out adap parameter by mario.six@gdsys.cc · 9 years ago
  29. 2d96aa7 dm: fsl_i2c: Prepare compatibility functions by mario.six@gdsys.cc · 9 years ago
  30. 271fb69 dm: fsl_i2c: Rename methods for reading/writing data by mario.six@gdsys.cc · 9 years ago
  31. 4a79069 dm: fsl_i2c: Rename probe method by mario.six@gdsys.cc · 9 years ago
  32. 8230fc4 dm: fsl_i2c: Remove unnecessary variable by mario.six@gdsys.cc · 9 years ago
  33. 2eae9d0 dm: fsl_i2c: Reword and clarify comment by mario.six@gdsys.cc · 9 years ago
  34. a447265 dm: fsl_i2c: Use clearer parameter names by mario.six@gdsys.cc · 9 years ago
  35. 7d43b4e dm: fsl_i2c: Rename I2C register structure by mario.six@gdsys.cc · 9 years ago
  36. abb3e13 i2c: designware_i2c: Optionally check enable status register by Stefan Roese · 9 years ago
  37. 81aaacc i2c: muxes: Add support for TI PCA954X mux by Michal Simek · 9 years ago
  38. 91429f4 i2c: cdns: Support different bus speeds by Michal Simek · 9 years ago
  39. 48cd206 i2c: cdns: Moving speed setup from probe to set_bus_speed function by Michal Simek · 9 years ago
  40. 97ba81f i2c: cdns: Read address from DT in ofdata_to_platdata by Michal Simek · 9 years ago
  41. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · 9 years ago
  42. 3848120 i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) by Stefan Roese · 9 years ago
  43. 3cb2796 i2c: designware_i2c: Add DM support by Stefan Roese · 9 years ago
  44. 41de766 i2c: designware_i2c: Prepare for DM driver conversion by Stefan Roese · 9 years ago
  45. 88893c9 i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed() by Stefan Roese · 9 years ago
  46. 3bc33ba i2c: designware_i2c: Add dw_i2c_enable() helper function by Stefan Roese · 9 years ago
  47. 5a3a3a4 i2c: designware_i2c: Add ic_enable_status to ic_regs struct by Stefan Roese · 9 years ago
  48. 0075dac dm: i2c: Add driver for Cadence I2C IP by Moritz Fischer · 9 years ago
  49. 78752d6 i2c: uniphier: use devm_get_addr() to get base address by Masahiro Yamada · 9 years ago
  50. 51c2727 omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW by Guy Thouret · 9 years ago
  51. 4f1a581 dm: i2c: mxc_i2c: implement i2c_idle_bus by Peng Fan · 9 years ago
  52. 5a09209 mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs" by Hans de Goede · 9 years ago
  53. 9afcd96 x86: ivybridge: Use the I2C driver to perform SMbus init by Simon Glass · 9 years ago
  54. 5e66fdc x86: i2c: Add a stub driver for Intel I2C/SMbus by Simon Glass · 9 years ago
  55. 6e4666b dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · 9 years ago
  56. 3d15605 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  57. 8d3d7c1 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  58. 6b703e0 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
  59. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  60. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  61. adce477 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  62. fd99908 i2c: mxc: add a condition in case the parameter is NULL by Gong Qianyu · 9 years ago
  63. 5ea6f88 Kconfig: i2c: Fix indentation by Michal Simek · 9 years ago
  64. c1adca9 Kconfig: i2c: Fix typo Suport -> Support by Michal Simek · 9 years ago
  65. aabdc52 i2c, avr32: fix compiler warning "input is not relaxable" by Heiko Schocher · 9 years ago
  66. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  67. e2493dd i2c: soft_i2c: Fix bus indizes by Dirk Eibach · 9 years ago
  68. 9459433 hrcon: Add fan controllers by Dirk Eibach · 9 years ago
  69. 981bacd hrcon: Add support for the DH variant by Dirk Eibach · 9 years ago
  70. 9c9f807 i2c: ihs_i2c: Fix hold_bus control by Dirk Eibach · 9 years ago
  71. 2c7212b i2c: ihs_i2c: Use macro bestpractices by Dirk Eibach · 9 years ago
  72. 9ac3385 i2c: ihs_i2c: Dual channel support by Dirk Eibach · 9 years ago
  73. 71c44e8 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  74. 0e58b51 armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · 9 years ago
  75. ccc63f5 i2c: Instantiate I2C controllers when selected by Michal Simek · 9 years ago
  76. eb94387 I2C: mxc_i2c: make I2C1 and I2C2 optional by Albert ARIBAUD \\(3ADEV\\) · 9 years ago
  77. 3b1bb09 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
  78. 3595f95 rockchip: Add I2C driver by Simon Glass · 9 years ago
  79. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  80. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  81. 714642d i2c: lpc32xx: correct sanity check for requested bus speed by Vladimir Zapolskiy · 9 years ago
  82. fb51abb i2c: lpc32xx: add support for OTG I2C by Sylvain Lemieux · 9 years ago
  83. 2e6300f i2c: lpc32xx: fix write timeout by Sylvain Lemieux · 9 years ago
  84. dcdd925 i2c: lpc32xx: fix read timeout by Sylvain Lemieux · 9 years ago
  85. e071cd7 i2c: lpc32xx: use api to get hclk instead of fix value by Sylvain Lemieux · 9 years ago
  86. cc85b7b drivers: hierarchize drivers Kconfig menu by Masahiro Yamada · 9 years ago
  87. eb2cc51 cros_ec: Support the LDO access method used by spring by Simon Glass · 9 years ago
  88. 9ad07af dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  89. e3b8c86 exynos: i2c: Tidy up the driver model code by Simon Glass · 9 years ago
  90. 824802d exynos: i2c: Fix code style with ReadWriteByte() by Simon Glass · 9 years ago
  91. e6346b0 i2c: Add a mux for GPIO-based I2C bus arbitration by Simon Glass · 9 years ago
  92. 2a80c40 dm: i2c: Add support for multiplexed I2C buses by Simon Glass · 9 years ago
  93. f281885 dm: i2c: Add a function to transfer messages by Simon Glass · 9 years ago
  94. a8e64c4 dm: i2c: Add a message debug function by Simon Glass · 9 years ago
  95. 65022b3 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  96. 2bd3a3e i2c: tegra: Build warning fixes for 64-bit by Thierry Reding · 9 years ago
  97. 37203e1 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 9 years ago
  98. 8db5f47 exynos: i2c: Correct bug in pinmux selection by Simon Glass · 9 years ago
  99. 40281ba i2c: fix vf610 support by Albert ARIBAUD \(3ADEV\) · 9 years ago
  100. 8a18dd8 dm: i2c: Add compatibility functions for dm_i2c_reg_read/write() by Simon Glass · 10 years ago