1. c854933 i2c: mxc_i2c: Fix read and read->write xfers in DM mode by Trent Piepho · 5 years ago
  2. 6314b3c i2c: mxc_i2c: Document how non-DM functions work by Trent Piepho · 5 years ago
  3. a40fe21 DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property by Lukasz Majewski · 5 years ago
  4. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  5. fa45219 drivers: i2c: mxc: Update support to 8 I2C controllers by Sriram Dash · 7 years ago
  6. fb01287 i2c: mxc_i2c: Use or operation by Peng Fan · 7 years ago
  7. 2feec4e imx: mxc_i2c: tweak the i2c transfer method by Nandor Han · 7 years ago
  8. 7c84319 dm: gpio: Correct use of -ENODEV in drivers by Simon Glass · 7 years ago
  9. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  10. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  11. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  12. 754093e i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD by Simon Glass · 7 years ago
  13. 73fb583 armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 7 years ago
  14. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  15. 2da24fe i2c: mxc: Make 'no gpio pinctrl state' print as debug by Jagan Teki · 8 years ago
  16. 65c92e4 i2c: mxc: Print hex instead of decimal for bus address by Jagan Teki · 8 years ago
  17. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  18. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  19. 9d10c2d drivers: i2c: mxc: Add early init by Yuan Yao · 8 years ago
  20. e1bed80 dm: i2c: mxc_i2c: implement i2c_idle_bus by Peng Fan · 9 years ago
  21. aee3fdd i2c: mxc: add a condition in case the parameter is NULL by Gong Qianyu · 9 years ago
  22. 9f3183d armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · 9 years ago
  23. 03544c6 I2C: mxc_i2c: make I2C1 and I2C2 optional by Albert ARIBAUD \\(3ADEV\\) · 9 years ago
  24. b44e60a i2c: fix vf610 support by Albert ARIBAUD \(3ADEV\) · 9 years ago
  25. e6c8b71 i2c, mxc: rework i2c base address names for different SoCs by Heiko Schocher · 9 years ago
  26. 21a2694 arm, imx6, i2c: add I2C4 for MX6DL by Heiko Schocher · 9 years ago
  27. 71204e9 i2c: mxc: refactor i2c driver and support dm by Peng Fan · 9 years ago
  28. f8cb101 driver/i2c/mxc: Enable I2C bus 3 and 4 by York Sun · 10 years ago
  29. c36ecf3 i2c:mxc fix array size of i2c_data by Peng Fan · 10 years ago
  30. df0a5b8 ls102xa: i2c: Add i2c support for LS102xA by Wang Huan · 10 years ago
  31. 2f78eae ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
  32. dec1861 driver/mxc_i2c: Move static data structure to global_data by York Sun · 11 years ago
  33. fac9640 i2c: mxc: move to new subsystem by trem · 11 years ago
  34. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  35. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  36. 30ea41a I2C: mxc_i2c: Add support for Vybrid VF610 platform by Alison Wang · 11 years ago
  37. 7f86bd5 i2c: Staticize local functions in mxc i2c driver by Marek Vasut · 12 years ago
  38. e7bed5c imx: Use MXC_I2C_CLK in imx i2c driver by Matthias Weisser · 12 years ago
  39. 9815326 mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support by Troy Kisky · 12 years ago
  40. 96c19bd mxc_i2c: add bus recovery support by Troy Kisky · 12 years ago
  41. e4ff525 mxc_i2c: prep work for multiple busses support by Troy Kisky · 12 years ago
  42. 27a5da0 mxc_i2c: add i2c_regs argument to i2c_imx_stop by Troy Kisky · 12 years ago
  43. a7f1a00 mxc_i2c: add retries by Troy Kisky · 12 years ago
  44. d5383a6 mxc_i2c: check for arbitration lost by Troy Kisky · 12 years ago
  45. ca741da mxc_i2c: change slave addr if conflicts with destination. by Troy Kisky · 12 years ago
  46. 90a5b70 mxc_i2c: don't disable controller after every transaction by Troy Kisky · 12 years ago
  47. 83a1a19 mxc_i2c: place i2c_reset code inline by Troy Kisky · 12 years ago
  48. 71e9f3c mxc_i2c: place imx_start code inline by Troy Kisky · 12 years ago
  49. d45e75b mxc_i2c: remove redundant read by Troy Kisky · 12 years ago
  50. 7aa57a0 mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state by Troy Kisky · 12 years ago
  51. cfbb88d mxc_i2c.c: code i2c_probe as a 0 length i2c_write by Troy Kisky · 12 years ago
  52. c4330d2 mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write by Troy Kisky · 12 years ago
  53. b230ddc mxc_i2c: create i2c_init_transfer by Troy Kisky · 12 years ago
  54. ea572d8 mxc_i2c: clear i2sr before waiting for bit by Troy Kisky · 12 years ago
  55. cea60b0 mxc_i2c: create tx_byte function by Troy Kisky · 12 years ago
  56. 24cd738 mxc_i2c: remove ifdef of CONFIG_HARD_I2C by Troy Kisky · 12 years ago
  57. 1c076db mxc_i2c: fix i2c_imx_stop by Troy Kisky · 12 years ago
  58. 9ca37d7 mxc_i2c: remove setting speed at each start by Troy Kisky · 12 years ago
  59. de6f604 mxc_i2c: specify i2c base address in config file by Troy Kisky · 12 years ago
  60. bf0783d I2C: Fix mxc_i2c.c problem on imx31_phycore by Marek Vasut · 13 years ago
  61. a1c6629 I2C: added I2C-2 and I2C-3 to MX35 by Stefano Babic · 13 years ago
  62. b567b8f I2C: Add i2c_get/set_speed() to mxc_i2c.c by Marek Vasut · 13 years ago
  63. db84140 I2C: mxc_i2c rework by Marek Vasut · 13 years ago
  64. 3003271 I2C: mxc: fix compilation for MX31 by Stefano Babic · 13 years ago
  65. 8627111 IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers by Stefano Babic · 14 years ago
  66. 8168721 I2C: mxc_i2c: address failure with mx35 processor by Stefano Babic · 14 years ago
  67. 1d549ad I2C: mxc_i2c: get rid of __REG access by Stefano Babic · 14 years ago
  68. 0422061 mxc_i2c: Add support for the i.MX35 processor by Stefano Babic · 14 years ago
  69. 127cec1 mxc_i2c: add support for MX53 processor by Liu Hui-R64343 · 14 years ago
  70. e7de18a i.MX31: Start the I2C clock on driver initialisation by Guennadi Liakhovetski · 16 years ago
  71. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  72. a4a549b i2c: Clean drivers/i2c/ Makefile by Michal Simek · 16 years ago
  73. cdace06 add an i2c driver for mx31 by Sascha Hauer · 17 years ago
  74. 950a392 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: by Wolfgang Denk · 16 years ago
  75. 8c8463c add an i2c driver for mx31 by Sascha Hauer · 16 years ago