1. 6cbb717 drivers: i2c: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. f57e324 i2c: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 4086808 i2c: mxc_i2c: Use hex notation for the base address by Fabio Estevam · 1 year, 11 months ago
  6. 34d37a6 Correct SPL uses of IMX_MODULE_FUSE by Simon Glass · 1 year, 10 months ago
  7. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  8. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  9. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  10. 1a19588 Convert CONFIG_SYS_I2C_MXC et al to Kconfig by Tom Rini · 3 years, 3 months ago
  11. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  12. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  13. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  14. 323069e i2c: mxc_i2c: improve error message readability by Marc Ferland · 4 years ago
  15. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  16. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  17. fbba69f i2c: mxc: Fix dev_err being called on a nonexistant variable by Sean Anderson · 4 years, 2 months ago
  18. e96aa95 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 4 months ago
  19. 70a8158 i2c: mxc: move i2c_early_init_f to common function by Biwen Li · 4 years, 5 months ago
  20. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  21. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  22. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  23. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  24. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  25. 23d4ee3 i2c: mxc: add fuse check by Peng Fan · 4 years, 7 months ago
  26. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  27. 41a5abc i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag by Biwen Li · 5 years ago
  28. 87ea562 i2c: mxc: add CONFIG_CLK support by Peng Fan · 5 years ago
  29. 0fef143 i2c: mxc_i2c: Remove i2c_idle_bus from probe by Ye Li · 5 years ago
  30. d24d2d9 drivers: i2c: mxc: Fix compiler error when using i2c dm mode by Chuanhua Han · 5 years ago
  31. 9c896a9 i2c: mxc_i2c: Fix read and read->write xfers in DM mode by Trent Piepho · 6 years ago
  32. 15410ba i2c: mxc_i2c: Document how non-DM functions work by Trent Piepho · 6 years ago
  33. bc9aad6 DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property by Lukasz Majewski · 6 years ago
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  35. a64aa19 drivers: i2c: mxc: Update support to 8 I2C controllers by Sriram Dash · 7 years ago
  36. 08eaa83 i2c: mxc_i2c: Use or operation by Peng Fan · 7 years ago
  37. a51f9da imx: mxc_i2c: tweak the i2c transfer method by Nandor Han · 7 years ago
  38. f44b4bf dm: gpio: Correct use of -ENODEV in drivers by Simon Glass · 7 years ago
  39. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  40. 1d9af1f dm: gpio: Add live tree support by Simon Glass · 8 years ago
  41. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  42. cb05d9d i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
  43. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 8 years ago
  44. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  45. cac3006 i2c: mxc: Make 'no gpio pinctrl state' print as debug by Jagan Teki · 8 years ago
  46. d9e8bb3 i2c: mxc: Print hex instead of decimal for bus address by Jagan Teki · 8 years ago
  47. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  48. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  49. d40c885 drivers: i2c: mxc: Add early init by Yuan Yao · 8 years ago
  50. 4f1a581 dm: i2c: mxc_i2c: implement i2c_idle_bus by Peng Fan · 9 years ago
  51. fd99908 i2c: mxc: add a condition in case the parameter is NULL by Gong Qianyu · 9 years ago
  52. 0e58b51 armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · 9 years ago
  53. eb94387 I2C: mxc_i2c: make I2C1 and I2C2 optional by Albert ARIBAUD \\(3ADEV\\) · 9 years ago
  54. 40281ba i2c: fix vf610 support by Albert ARIBAUD \(3ADEV\) · 9 years ago
  55. 24ebcf2 i2c, mxc: rework i2c base address names for different SoCs by Heiko Schocher · 10 years ago
  56. 5c4b1e9 arm, imx6, i2c: add I2C4 for MX6DL by Heiko Schocher · 10 years ago
  57. 8262cb1 i2c: mxc: refactor i2c driver and support dm by Peng Fan · 10 years ago
  58. f1a5216 driver/i2c/mxc: Enable I2C bus 3 and 4 by York Sun · 10 years ago
  59. b67e227 i2c:mxc fix array size of i2c_data by Peng Fan · 10 years ago
  60. 95b0ab5 ls102xa: i2c: Add i2c support for LS102xA by Wang Huan · 10 years ago
  61. a84cd72 ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
  62. a4c0266 driver/mxc_i2c: Move static data structure to global_data by York Sun · 11 years ago
  63. a49f40a i2c: mxc: move to new subsystem by trem · 11 years ago
  64. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  65. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  66. cf50800 I2C: mxc_i2c: Add support for Vybrid VF610 platform by Alison Wang · 11 years ago
  67. ae61146 i2c: Staticize local functions in mxc i2c driver by Marek Vasut · 12 years ago
  68. 99ba342 imx: Use MXC_I2C_CLK in imx i2c driver by Matthias Weisser · 12 years ago
  69. b6f9826 mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support by Troy Kisky · 12 years ago
  70. a23ab22 mxc_i2c: add bus recovery support by Troy Kisky · 12 years ago
  71. ae44760 mxc_i2c: prep work for multiple busses support by Troy Kisky · 12 years ago
  72. a2d15da mxc_i2c: add i2c_regs argument to i2c_imx_stop by Troy Kisky · 12 years ago
  73. eca037a mxc_i2c: add retries by Troy Kisky · 12 years ago
  74. 8ff683a mxc_i2c: check for arbitration lost by Troy Kisky · 12 years ago
  75. e203df3 mxc_i2c: change slave addr if conflicts with destination. by Troy Kisky · 12 years ago
  76. fef163f mxc_i2c: don't disable controller after every transaction by Troy Kisky · 12 years ago
  77. e6fa4d7 mxc_i2c: place i2c_reset code inline by Troy Kisky · 12 years ago
  78. a974bcc mxc_i2c: place imx_start code inline by Troy Kisky · 12 years ago
  79. e955aad mxc_i2c: remove redundant read by Troy Kisky · 12 years ago
  80. f024a3b mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state by Troy Kisky · 12 years ago
  81. 321a42b mxc_i2c.c: code i2c_probe as a 0 length i2c_write by Troy Kisky · 12 years ago
  82. 0ce898d mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write by Troy Kisky · 12 years ago
  83. 14db6f2 mxc_i2c: create i2c_init_transfer by Troy Kisky · 12 years ago
  84. 30fa77c mxc_i2c: clear i2sr before waiting for bit by Troy Kisky · 12 years ago
  85. 752ac8f mxc_i2c: create tx_byte function by Troy Kisky · 12 years ago
  86. 2254b7f mxc_i2c: remove ifdef of CONFIG_HARD_I2C by Troy Kisky · 12 years ago
  87. 1ac1e45 mxc_i2c: fix i2c_imx_stop by Troy Kisky · 12 years ago
  88. 2f822c8 mxc_i2c: remove setting speed at each start by Troy Kisky · 13 years ago
  89. 8462c63 mxc_i2c: specify i2c base address in config file by Troy Kisky · 13 years ago
  90. 5f1291e I2C: Fix mxc_i2c.c problem on imx31_phycore by Marek Vasut · 13 years ago
  91. 32079d6 I2C: added I2C-2 and I2C-3 to MX35 by Stefano Babic · 13 years ago
  92. 4f27444 I2C: Add i2c_get/set_speed() to mxc_i2c.c by Marek Vasut · 13 years ago
  93. 94cb842 I2C: mxc_i2c rework by Marek Vasut · 13 years ago
  94. 9066223 I2C: mxc: fix compilation for MX31 by Stefano Babic · 13 years ago
  95. 78129d9 IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers by Stefano Babic · 14 years ago
  96. 848bb99 I2C: mxc_i2c: address failure with mx35 processor by Stefano Babic · 14 years ago
  97. 2212172 I2C: mxc_i2c: get rid of __REG access by Stefano Babic · 14 years ago
  98. bb16a5b mxc_i2c: Add support for the i.MX35 processor by Stefano Babic · 14 years ago
  99. 447beb1 mxc_i2c: add support for MX53 processor by Liu Hui-R64343 · 14 years ago
  100. 3314fc6 i.MX31: Start the I2C clock on driver initialisation by Guennadi Liakhovetski · 16 years ago