1. 41a5abc i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag by Biwen Li · Tue Dec 31 15:33:39 2019 +0800
  2. 8de5ae8 i2c: designware_i2c: Do more in the probe() method by Simon Glass · Thu Jan 23 11:48:26 2020 -0700
  3. c529419 i2c: designware_i2c: Separate out the speed calculation by Simon Glass · Thu Jan 23 11:48:25 2020 -0700
  4. b4544bd i2c: designware_i2c: Move dw_i2c_speed_config to header by Simon Glass · Thu Jan 23 11:48:24 2020 -0700
  5. 4564922 i2c: designware_i2c: Add support for fast-plus speed by Simon Glass · Thu Jan 23 11:48:23 2020 -0700
  6. f0c99c5 i2c: Update drivers to use enum for speed by Simon Glass · Thu Jan 23 11:48:22 2020 -0700
  7. e8e01cc i2c: stm32: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:21 2020 -0700
  8. ed0a60a i2c: omap: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:20 2020 -0700
  9. 24f8c0e i2c: kona_i2c: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:19 2020 -0700
  10. ac77bae i2c: designware_i2c: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:18 2020 -0700
  11. 712e149 i2c: ast_i2c: Update to use standard enums for speed by Simon Glass · Thu Jan 23 11:48:17 2020 -0700
  12. c38e2b3 i2c: designware_i2c: Add spike supression by Simon Glass · Thu Jan 23 11:48:15 2020 -0700
  13. c718110 i2c: designware_i2c: Rewrite timing calculation by Simon Glass · Thu Jan 23 11:48:14 2020 -0700
  14. 245ec0b i2c: designware_i2c: Put hold config in a struct by Simon Glass · Thu Jan 23 11:48:13 2020 -0700
  15. 60e0c3a i2c: designware_i2c: Drop scl_sda_cfg parameter by Simon Glass · Thu Jan 23 11:48:12 2020 -0700
  16. 9e5d174 i2c: designware_i2c: Read device-tree properties by Simon Glass · Thu Jan 23 11:48:11 2020 -0700
  17. 333dadd i2c: designware_i2c: Use an accurate bus clock instead of MHz by Simon Glass · Thu Jan 23 11:48:09 2020 -0700
  18. 6ed44ae i2c: designware_i2c: Use an enum for selected speed mode by Simon Glass · Thu Jan 23 11:48:08 2020 -0700
  19. f5ef101 i2c: designware_i2c: Rename 'max' speed to 'high' speed by Simon Glass · Thu Jan 23 11:48:07 2020 -0700
  20. 9b7af64 i2c: designware_i2c: Include clk.h in the header file by Simon Glass · Thu Jan 23 11:48:06 2020 -0700
  21. 8553e9b i2c: designware_i2c: Don't allow changing IC_CLK by Simon Glass · Thu Jan 23 11:48:05 2020 -0700
  22. 4bca051 i2c: designware_i2c: Add more registers by Simon Glass · Thu Jan 23 11:48:04 2020 -0700
  23. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Wed Dec 18 07:20:19 2019 -0500
  24. 5f8e41a i2c: add support for offset overflow in to address by Robert Beckett · Mon Oct 28 17:44:57 2019 +0000
  25. 9daae2c i2c: designware: Add Apollo Lake support by Simon Glass · Tue Dec 10 21:28:20 2019 -0700
  26. f0c9890 i2c: designware: Support use in SPL by Simon Glass · Fri Dec 06 21:41:42 2019 -0700
  27. f5bdce2 i2c: designware: Avoid using static data by Simon Glass · Fri Dec 06 21:41:41 2019 -0700
  28. e2be553 i2c: designware: Tidy up PCI support by Simon Glass · Fri Dec 06 21:41:40 2019 -0700
  29. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · Fri Dec 06 21:41:35 2019 -0700
  30. 34f113a i2c: i2c_cdns: fix write timeout on fifo boundary by Michael Auchter · Mon Dec 09 18:16:16 2019 +0000
  31. 45c7890 common: Move some time functions out of common.h by Simon Glass · Thu Nov 14 12:57:26 2019 -0700
  32. c795489 rockchip: i2c: don't sent stop bit after each message by Vasily Khoruzhick · Sat Nov 16 11:32:57 2019 -0800
  33. f0fb386 i2c: imx_lpi2c: add ipg clk by Peng Fan · Wed Jul 24 08:54:16 2019 +0000
  34. 87ea562 i2c: mxc: add CONFIG_CLK support by Peng Fan · Thu Aug 08 01:43:30 2019 +0000
  35. 0fef143 i2c: mxc_i2c: Remove i2c_idle_bus from probe by Ye Li · Wed Jul 10 10:24:15 2019 +0000
  36. 1908e0c i2c-mux-gpio: Fix GPIO request flag issue by Ye Li · Wed Jul 10 10:23:09 2019 +0000
  37. d24d2d9 drivers: i2c: mxc: Fix compiler error when using i2c dm mode by Chuanhua Han · Wed Jul 10 21:00:22 2019 +0800
  38. 1e4450c i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · Mon Jul 29 08:58:00 2019 +0200
  39. 64d4f55 i2c: omap24xx_i2c: Adapt driver to support K3 devices by Vignesh R · Tue Jun 04 18:08:11 2019 -0500
  40. 6f4f912 i2c: stm32f7_i2c: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:47 2019 +0200
  41. 362e4e6 xilinx_xiic: Fix transfer initialisation by Melin Tomas · Fri Jun 28 12:08:40 2019 +0000
  42. d133b1e xilinx_xiic: Fix fill tx fifo loop by Melin Tomas · Fri Jun 28 12:08:31 2019 +0000
  43. 6e85c81 i2c: designware: Get clock rate from clock DM by Ley Foon Tan · Wed Jun 12 09:48:04 2019 +0800
  44. d003a37 i2c: designware_i2c: Restore enable state after set speed by Jun Chen · Wed Jun 05 15:23:16 2019 +0800
  45. c41d307 i2c: stm32f7: improve loopback in timing algorithm by Nicolas Le Bayon · Thu Apr 18 17:32:43 2019 +0200
  46. 2acf1ba i2c: stm32f7: Fix SDADEL minimum formula by Nicolas Le Bayon · Thu Apr 18 17:32:42 2019 +0200
  47. fa26114 Merge git://git.denx.de/u-boot-mpc83xx by Tom Rini · Tue May 21 07:13:35 2019 -0400
  48. 5525d07 i2c: ihs: Improve error handling by Mario Six · Mon Jan 28 09:45:58 2019 +0100
  49. 67b845b i2c: ihs: Get rid of fpgamap by Mario Six · Mon Jan 28 09:45:57 2019 +0100
  50. 92ebcba i2c: mxc: Hide kconfig based control in DM_I2C mode by Trent Piepho · Wed May 08 23:30:06 2019 +0000
  51. 9c896a9 i2c: mxc_i2c: Fix read and read->write xfers in DM mode by Trent Piepho · Tue Apr 30 16:08:19 2019 +0000
  52. 15410ba i2c: mxc_i2c: Document how non-DM functions work by Trent Piepho · Tue Apr 30 16:08:18 2019 +0000
  53. 55f6254 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Fri May 03 14:22:23 2019 -0400
  54. b9739da i2c: mvtwsi: fix reading status register after interrupt by Marek Behún · Thu May 02 16:53:38 2019 +0200
  55. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · Thu Mar 28 11:01:23 2019 +0800
  56. fee4c9d Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri Apr 26 13:49:58 2019 -0400
  57. 28608a1 i2c: designware: fix reset handling on socfpga gen5 by Simon Goldschmidt · Thu Mar 28 21:11:48 2019 +0100
  58. e59d7eb Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic by Tom Rini · Wed Apr 24 12:26:25 2019 -0400
  59. eed01398 i2c: muxes: pca954x: support PCA9543 I2C switch by Luca Ceresoli · Tue Apr 09 08:57:43 2019 +0200
  60. eb89396 i2c: muxes: pca954x: clarify enable field by Luca Ceresoli · Tue Apr 09 08:57:42 2019 +0200
  61. 5157c95 i2c: muxes: pca954x: update list of supported devices by Luca Ceresoli · Tue Apr 09 08:57:41 2019 +0200
  62. bc9aad6 DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property by Lukasz Majewski · Thu Apr 04 12:35:34 2019 +0200
  63. b83dac6 i2c: meson: add configurable divider factors by Guillaume La Roque · Fri Mar 22 14:49:32 2019 +0100
  64. 142cf18 i2c: i2c_cdns: Fix below warnings with checker tool by Siva Durga Prasad Paladugu · Thu Mar 14 09:18:37 2019 +0100
  65. 099a773 i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover by Ismael Luceno Cortes · Thu Mar 07 18:00:55 2019 +0000
  66. ac14ca5 i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer by Ismael Luceno Cortes · Thu Mar 07 18:00:54 2019 +0000
  67. 274ae40 i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer by Ismael Luceno Cortes · Thu Mar 07 18:00:53 2019 +0000
  68. 3be2ea6 i2c: rcar_i2c: Fix sending of slave addresses by Ismael Luceno Cortes · Thu Mar 07 18:00:52 2019 +0000
  69. af99675 i2c: rcar_i2c: Add comments about registers & values by Ismael Luceno Cortes · Thu Mar 07 18:00:51 2019 +0000
  70. 4bace81 i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed by Ismael Luceno Cortes · Thu Mar 07 18:00:49 2019 +0000
  71. 07c5a1b i2c: i2c_cdns: Add support for handling arbitration lost by Siva Durga Prasad Paladugu · Thu Mar 07 11:52:49 2019 +0100
  72. 4f0205b i2c: i2c_cdns: Fix clearing of all interrupts by Siva Durga Prasad Paladugu · Thu Mar 07 11:52:48 2019 +0100
  73. 55e5780 i2c: rcar_i2c: Add Gen3 SoC support by Marek Vasut · Sat Mar 02 17:17:11 2019 +0100
  74. c07278b i2c: rcar_iic: Read ICSR only once by Marek Vasut · Thu Mar 07 03:41:08 2019 +0100
  75. 8b60af7 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Wed Feb 20 12:28:57 2019 -0500
  76. 12d37d8 Kconfig: tegra: Migrate SYS_I2C_TEGRA by Peter Robinson · Wed Feb 20 12:17:26 2019 +0000
  77. bd9ca8d i2c: designware: Add error checking on init by Simon Glass · Sat Feb 16 20:24:39 2019 -0700
  78. 6450e3d i2c: Remove ancient zynq_i2c driver by Michal Simek · Tue Jan 22 12:50:12 2019 +0100
  79. 236dde6 i2c: mux: Generate longer i2c mux name by Michal Simek · Thu Jan 31 16:31:03 2019 +0100
  80. f7ab620 i2c: Fill req_seq in i2c_post_bind() by Michal Simek · Thu Jan 31 16:31:02 2019 +0100
  81. 54802408 i2c: dm: Record maximum id of devices before probing devices by Michal Simek · Thu Jan 31 16:31:01 2019 +0100
  82. 4747d2c i2c: cdns: Convert to livetree function by Michal Simek · Fri Jan 18 10:43:39 2019 +0100
  83. 94d0d3d i2c: Kconfig: spelling fixes by Chris Packham · Sun Jan 13 22:13:25 2019 +1300
  84. 628d2f1 i2c: Reflect correct dependency for !DM cadence driver by Michal Simek · Wed Jan 09 12:00:32 2019 +0100
  85. d5c97ac i2c: mux: Covert to livetree functions by Michal Simek · Wed Jan 09 11:58:24 2019 +0100
  86. 59e2585 i2c: i2c-cdns: Use proper input frequency by Tomasz Gorochowik · Thu Jan 03 13:36:33 2019 +0100
  87. 9de0e2a i2c: xiic: Add Xilinx AXI I2C driver by Marek Vasut · Wed Dec 19 12:26:27 2018 +0100
  88. 33c226c i2c: tegra: Fix regression by implementing a dummy probe_chip() callback by Jean-Jacques Hiblot · Tue Dec 11 19:56:34 2018 +0100
  89. 58994fc i2c: omap24xx_i2c: Use platdata to probe the device by Jean-Jacques Hiblot · Fri Dec 07 14:50:42 2018 +0100
  90. 3f51de3 i2c: omap24xx_i2c: Move away from SoC specific headers for reg offset by Vignesh R · Fri Dec 07 14:50:41 2018 +0100
  91. ac9ab24 dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected by Jean-Jacques Hiblot · Fri Dec 07 14:50:38 2018 +0100
  92. 17b56f6 dm: sandbox: i2c: Use new emulator parent uclass by Simon Glass · Sun Nov 18 08:14:34 2018 -0700
  93. 4b0ecc6 dm: sandbox: i2c: Add a new 'emulation parent' uclass by Simon Glass · Sun Nov 18 08:14:33 2018 -0700
  94. bf832e5 i2c: stm32f7: change setup struct to const by Patrick Delaunay · Mon Oct 29 15:31:56 2018 +0100
  95. b13ab6f i2c: stm32f7: cosmetic: clean the driver by Patrick Delaunay · Mon Oct 29 15:31:55 2018 +0100
  96. a61b962 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:31 2018 -0700
  97. 5db0e14 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · Thu Oct 25 10:16:21 2018 -0400
  98. 422f8a8 i2c: imx_lpi2c: fix typo and register base address format by Anatolij Gustschin · Thu Oct 18 16:36:01 2018 +0200
  99. a37c196 i2c: fix: Add support for the Arm's Versatile Express I2C controller by Heiko Schocher · Thu Oct 11 07:26:33 2018 +0200
  100. 6cdeb49 i2c: Add support for the Arm's Versatile Express I2C controller. by Liviu Dudau · Fri Sep 28 13:46:48 2018 +0100