1. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  2. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  3. 54f8ace samsung: Drop more references fo s3c24x0 by Simon Glass · 8 years ago
  4. 6fba048 dm: sandbox: i2c: Drop fdtdec.h header by Simon Glass · 8 years ago
  5. 654e3a0 dm: i2c: Convert uclass to livetree by Simon Glass · 8 years ago
  6. 1d9af1f dm: gpio: Add live tree support by Simon Glass · 7 years ago
  7. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 8 years ago
  8. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  9. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  10. c9956d8 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  11. 0670cac omap24xx_i2c.c: Drop references to CONFIG_OMAP243X by Tom Rini · 8 years ago
  12. 4601333 i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT by Simon Glass · 8 years ago
  13. cb05d9d i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
  14. 3dc631d ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3 by Adam Ford · 8 years ago
  15. e9d8527 drivers: i2c: davinci_i2c: Update davinci i2c driver to driver model by Cooper Jr., Franklin · 8 years ago
  16. e1f7f6d i2c: davinci: Split functions into two parts for future DM support by Cooper Jr., Franklin · 8 years ago
  17. 14fdaa8 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  18. 7f61331 aspeed: Add I2C Driver by maxims@google.com · 8 years ago
  19. 9220d50 sunxi: i2c: Add support for DM I2C by Jernej Skrabec · 8 years ago
  20. cffa503 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  21. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 8 years ago
  22. 5f0ce63 rockchip: i2c: Enable i2c for rk3399 by eric.gao@rock-chips.com · 8 years ago
  23. 861c041 i2c: Drop unused i2c_soft...() functions by Simon Glass · 8 years ago
  24. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  25. 3714d31 rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socs by Heiko Stübner · 8 years ago
  26. 0a55627 i2c: Set default I2C bus number by Lukasz Majewski · 8 years ago
  27. 698a9ba i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters by Lukasz Majewski · 8 years ago
  28. 4cd6fd4 i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel by Lukasz Majewski · 8 years ago
  29. 54c00a1 i2c: lpc32xx: Force consistent bus numbering by Liam Beguin · 8 years ago
  30. b61b623 i2c: lpc32xx: Move definitions to header file by Liam Beguin · 8 years ago
  31. 285de71 i2c: lpc32xx: Remove note for DM conversation by Sylvain Lemieux · 8 years ago
  32. 13232b9 i2c: lpc32xx: Add DM for lpc32xx I2C by Liam Beguin · 8 years ago
  33. 326998e i2c: lpc32xx: Factor out i2c_adapter parameter by Liam Beguin · 8 years ago
  34. 3fe4a6c i2c: lpc32xx: Prepare compatibility functions by Liam Beguin · 8 years ago
  35. 57612f2 i2c: lpc32xx: Rename probe function by Liam Beguin · 8 years ago
  36. d684adb i2c: lpi2c: add lpi2c driver for i.MX7ULP by Peng Fan · 8 years ago
  37. 56762c1 fsl_i2c.c: Fix warning on gcc-6.x by Tom Rini · 8 years ago
  38. 8d8371d i2c: sandbox: remove code snippet from Kconfig help by Masahiro Yamada · 8 years ago
  39. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  40. ccd9702 i2c: uniphier-f: use readl_poll_timeout() to poll registers by Masahiro Yamada · 8 years ago
  41. 8d4852b i2c: uniphier(-f): remove unneeded #include <dm/root.h> by Masahiro Yamada · 8 years ago
  42. 645be4c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  43. ab23a5b Merge git://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  44. 37978c6 i2c: i2c-cdns: No need for dedicated probe function by Moritz Fischer · 8 years ago
  45. 9393f58 i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0 by Moritz Fischer · 8 years ago
  46. 0b24579 i2c: i2c-cdns: Reorder timeout loop for interrupt waiting by Moritz Fischer · 8 years ago
  47. 61f0651 i2c: i2c-cdns: Detect unsupported sequences for rev 1.0 by Moritz Fischer · 8 years ago
  48. c5d3a5e i2c: mux: Allow muxes to work as children of i2c bus without i2c-parent by Moritz Fischer · 8 years ago
  49. f7e6a03 i2c: Kconfig: Add SYS_I2C_S3C24X0 entry by Jaehoon Chung · 8 years ago
  50. 9ac1fdf i2c: s3c24x0: fix the compiler error for exynos4 by Jaehoon Chung · 8 years ago
  51. f807776 i2c: cdns: Add additional compatible string for r1p14 of the IP. by Moritz Fischer · 8 years ago
  52. 127695d Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  53. 36c4a7c i2c: mv_i2c.c: Correct address endianness by Bradley Bolen · 8 years ago
  54. cac3006 i2c: mxc: Make 'no gpio pinctrl state' print as debug by Jagan Teki · 8 years ago
  55. d9e8bb3 i2c: mxc: Print hex instead of decimal for bus address by Jagan Teki · 8 years ago
  56. 0aedd7f i2c: Kconfig: Add SYS_I2C_MXC entry by Jagan Teki · 8 years ago
  57. cb052ff dm: i2c: Add a note to I2C drivers which need conversion by Simon Glass · 8 years ago
  58. b9d7f99 samsung: i2c: Split the high-speed I2C code into a new driver by Simon Glass · 8 years ago
  59. 365c3da samsung: i2c: Drop old code from I2C driver by Simon Glass · 8 years ago
  60. 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  61. 1f8f721 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  62. 66d9e1f i2c: at91_i2c: Change error return -ENODEV to -EINVAL by Wenyou Yang · 8 years ago
  63. 5af5237 i2c: at91_i2c: Remove unnecessary clock calling by Wenyou Yang · 8 years ago
  64. c4bc9a8 i2c: designware: Avoid overwriting the cmd_data register by Marek Vasut · 8 years ago
  65. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  66. 64f9960 x86: i2c: Fix cast of address to 32-bit value by Simon Glass · 8 years ago
  67. 6cddc60 cros_ec: Honor the google,remote-bus dt property by Moritz Fischer · 8 years ago
  68. 00b6aad i2c: tegra: only use new clock/reset APIs by Stephen Warren · 8 years ago
  69. 58e58d8 i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K by Stefan Roese · 8 years ago
  70. 2bbee3e i2c: mv_i2c.c: Validate read length in I2C command by jinghua · 8 years ago
  71. 2b9a838 i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode) by Stefan Roese · 8 years ago
  72. 8c3ba15 i2c: mv_i2c.c: Add DM support by Stefan Roese · 8 years ago
  73. 90ddbb9 i2c: mv_i2c.c: Prepare driver for DM conversion by Stefan Roese · 8 years ago
  74. 71c9a50 i2c: mv_i2c.c: Remove CONFIG_HARD_I2C by Stefan Roese · 8 years ago
  75. 5196855 i2c: mv_i2c.c: cosmetic: Coding style cleanups by Stefan Roese · 8 years ago
  76. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  77. 3529b64 i2c: at91_i2c: Fix the wrong include file by Wenyou Yang · 8 years ago
  78. 27dfc94 rockchip: i2c: fix >32 byte writes by John Keeping · 8 years ago
  79. bcd11c4 rockchip: i2c: move register write out of inner loop by John Keeping · 8 years ago
  80. febe763 rockchip: i2c: use named constant when appropriate by John Keeping · 8 years ago
  81. 932d9ab Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  82. abd7d31 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
  83. 1e75f47 ARM: tegra: remove stale nvidia, bpmp I2C DT property by Stephen Warren · 8 years ago
  84. 1505b23 ARM: tegra: fix Tegra186 I2C clock name by Stephen Warren · 8 years ago
  85. cad6de4 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · 8 years ago
  86. 4009b7e Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  87. 26d8828 i2c: atmel: add i2c driver by Songjun Wu · 8 years ago
  88. c704d18 i2c: tegra: add standardized clk/reset API support by Bryan Wu · 8 years ago
  89. 67a8348 i2c: add Tegra186 BPMP driver by Stephen Warren · 8 years ago
  90. 5cd3727 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  91. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  92. 70ab454 i2c: Drop redundant platform data setting in drivers by Simon Glass · 8 years ago
  93. c344b6a i2c: i2c-uclass-compat: avoid any BSS usage by Vignesh R · 8 years ago
  94. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  95. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  96. 964409d Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  97. 6e6dce6 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · 9 years ago
  98. efd1fb8 i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · 8 years ago
  99. e841b58 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · 8 years ago
  100. 029a84b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · 8 years ago