1. c324465 i2c: stm32f7_i2c: allows for any bus frequency by Alain Volmat · 4 years, 7 months ago
  2. 27d483b i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed by Jun Chen · 4 years, 7 months ago
  3. be26342 i2c: designware_i2c: remove 'has_high_speed' by Jun Chen · 4 years, 7 months ago
  4. 565e328 i2c: designware_i2c: check is high speed possible support by Jun Chen · 4 years, 7 months ago
  5. 70c894f i2c: designware_i2c: Fix IC_CON register setting for high speed mode by Jun Chen · 4 years, 7 months ago
  6. ba6fb2f dm: i2c-gpio: add support for clock stretching by Heiko Schocher · 4 years, 7 months ago
  7. 7383edc dm: i2c-gpio: rework gpio get/set functions by Michael Auchter · 4 years, 8 months ago
  8. 4368c6a i2c: gpio: Run deblock sequence on probe by Marek Vasut · 4 years, 8 months ago
  9. a191728 i2c: Add option to send start condition after deblocking by Marek Vasut · 4 years, 8 months ago
  10. 7231522 i2c: Export i2c_deblock_gpio_loop() by Marek Vasut · 4 years, 8 months ago
  11. 1f746a2 i2c: Make deblock delay and SCL clock configurable by Marek Vasut · 4 years, 8 months ago
  12. 64d44c4 i2c: designware_i2c: Correct the selection of speed mode by Simon Glass · 4 years, 8 months ago
  13. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  14. fdec36f tegra: i2c: Change driver to use helper function by Simon Glass · 4 years, 8 months ago
  15. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  16. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  17. c691032 i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag by Biwen Li · 4 years, 9 months ago
  18. 2034f6c i2c: designware_i2c: Do more in the probe() method by Simon Glass · 4 years, 8 months ago
  19. 23ad52e i2c: designware_i2c: Separate out the speed calculation by Simon Glass · 4 years, 8 months ago
  20. a8d2b51 i2c: designware_i2c: Move dw_i2c_speed_config to header by Simon Glass · 4 years, 8 months ago
  21. d96440d i2c: designware_i2c: Add support for fast-plus speed by Simon Glass · 4 years, 8 months ago
  22. f3d4615 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 8 months ago
  23. b0a22d0 i2c: stm32: Update to use standard enums for speed by Simon Glass · 4 years, 8 months ago
  24. 4bef536 i2c: omap: Update to use standard enums for speed by Simon Glass · 4 years, 8 months ago
  25. ab723b7 i2c: kona_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 8 months ago
  26. 54290c6 i2c: designware_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 8 months ago
  27. 642400c i2c: ast_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 8 months ago
  28. 96fe11c i2c: designware_i2c: Add spike supression by Simon Glass · 4 years, 8 months ago
  29. e71b6f6 i2c: designware_i2c: Rewrite timing calculation by Simon Glass · 4 years, 8 months ago
  30. 31adb87 i2c: designware_i2c: Put hold config in a struct by Simon Glass · 4 years, 8 months ago
  31. d22409e i2c: designware_i2c: Drop scl_sda_cfg parameter by Simon Glass · 4 years, 8 months ago
  32. 80a03db i2c: designware_i2c: Read device-tree properties by Simon Glass · 4 years, 8 months ago
  33. dd3c160 i2c: designware_i2c: Use an accurate bus clock instead of MHz by Simon Glass · 4 years, 8 months ago
  34. 65190d1 i2c: designware_i2c: Use an enum for selected speed mode by Simon Glass · 4 years, 8 months ago
  35. 6db7943 i2c: designware_i2c: Rename 'max' speed to 'high' speed by Simon Glass · 4 years, 8 months ago
  36. afb8865 i2c: designware_i2c: Include clk.h in the header file by Simon Glass · 4 years, 8 months ago
  37. 25eb0fb i2c: designware_i2c: Don't allow changing IC_CLK by Simon Glass · 4 years, 8 months ago
  38. 0fd05c9 i2c: designware_i2c: Add more registers by Simon Glass · 4 years, 8 months ago
  39. c0912f9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 10 months ago
  40. 8596852 i2c: add support for offset overflow in to address by Robert Beckett · 5 years ago
  41. 070a946 i2c: designware: Add Apollo Lake support by Simon Glass · 4 years, 10 months ago
  42. fa11fe1 i2c: designware: Support use in SPL by Simon Glass · 4 years, 10 months ago
  43. 8d72d5b i2c: designware: Avoid using static data by Simon Glass · 4 years, 10 months ago
  44. 457df23 i2c: designware: Tidy up PCI support by Simon Glass · 4 years, 10 months ago
  45. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 10 months ago
  46. 3104162 i2c: i2c_cdns: fix write timeout on fifo boundary by Michael Auchter · 4 years, 10 months ago
  47. 6887c5b common: Move some time functions out of common.h by Simon Glass · 4 years, 11 months ago
  48. c9fca5e rockchip: i2c: don't sent stop bit after each message by Vasily Khoruzhick · 4 years, 11 months ago
  49. d02be21 i2c: imx_lpi2c: add ipg clk by Peng Fan · 5 years ago
  50. 6dba086 i2c: mxc: add CONFIG_CLK support by Peng Fan · 5 years ago
  51. d7d8640 i2c: mxc_i2c: Remove i2c_idle_bus from probe by Ye Li · 5 years ago
  52. 42cc312 i2c-mux-gpio: Fix GPIO request flag issue by Ye Li · 5 years ago
  53. 068cabe drivers: i2c: mxc: Fix compiler error when using i2c dm mode by Chuanhua Han · 5 years ago
  54. e311482 i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · 5 years ago
  55. 14106bc i2c: omap24xx_i2c: Adapt driver to support K3 devices by Vignesh R · 5 years ago
  56. 499504b i2c: stm32f7_i2c: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  57. d3826fb xilinx_xiic: Fix transfer initialisation by Melin Tomas · 5 years ago
  58. 5324e8e xilinx_xiic: Fix fill tx fifo loop by Melin Tomas · 5 years ago
  59. 2d1e879 i2c: designware: Get clock rate from clock DM by Ley Foon Tan · 5 years ago
  60. e3b93dc i2c: designware_i2c: Restore enable state after set speed by Jun Chen · 5 years ago
  61. 5237f37 i2c: stm32f7: improve loopback in timing algorithm by Nicolas Le Bayon · 5 years ago
  62. e87da75 i2c: stm32f7: Fix SDADEL minimum formula by Nicolas Le Bayon · 5 years ago
  63. e1a2ed7 Merge git://git.denx.de/u-boot-mpc83xx by Tom Rini · 5 years ago
  64. 482c76e i2c: ihs: Improve error handling by Mario Six · 6 years ago
  65. 98e4249 i2c: ihs: Get rid of fpgamap by Mario Six · 6 years ago
  66. ca0a8f3 i2c: mxc: Hide kconfig based control in DM_I2C mode by Trent Piepho · 5 years ago
  67. c854933 i2c: mxc_i2c: Fix read and read->write xfers in DM mode by Trent Piepho · 5 years ago
  68. 6314b3c i2c: mxc_i2c: Document how non-DM functions work by Trent Piepho · 5 years ago
  69. 90c2ebd Merge git://git.denx.de/u-boot-marvell by Tom Rini · 5 years ago
  70. d50e296 i2c: mvtwsi: fix reading status register after interrupt by Marek Behún · 5 years ago
  71. 15f09a1 rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  72. 1c64692 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  73. 36821b3 i2c: designware: fix reset handling on socfpga gen5 by Simon Goldschmidt · 6 years ago
  74. ceb6ddb Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic by Tom Rini · 5 years ago
  75. 9985b74 i2c: muxes: pca954x: support PCA9543 I2C switch by Luca Ceresoli · 5 years ago
  76. 5995cdb i2c: muxes: pca954x: clarify enable field by Luca Ceresoli · 5 years ago
  77. 4cdf4e0 i2c: muxes: pca954x: update list of supported devices by Luca Ceresoli · 5 years ago
  78. a40fe21 DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property by Lukasz Majewski · 5 years ago
  79. d82dcc4 i2c: meson: add configurable divider factors by Guillaume La Roque · 6 years ago
  80. 9d59d6f i2c: i2c_cdns: Fix below warnings with checker tool by Siva Durga Prasad Paladugu · 6 years ago
  81. c64eb29 i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover by Ismael Luceno Cortes · 6 years ago
  82. 7c8f821 i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer by Ismael Luceno Cortes · 6 years ago
  83. ff4035b i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer by Ismael Luceno Cortes · 6 years ago
  84. 3ad31eb i2c: rcar_i2c: Fix sending of slave addresses by Ismael Luceno Cortes · 6 years ago
  85. 3b59eae i2c: rcar_i2c: Add comments about registers & values by Ismael Luceno Cortes · 6 years ago
  86. 4fcff08 i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed by Ismael Luceno Cortes · 6 years ago
  87. bc00512 i2c: i2c_cdns: Add support for handling arbitration lost by Siva Durga Prasad Paladugu · 6 years ago
  88. 006265d i2c: i2c_cdns: Fix clearing of all interrupts by Siva Durga Prasad Paladugu · 6 years ago
  89. da53b05 i2c: rcar_i2c: Add Gen3 SoC support by Marek Vasut · 6 years ago
  90. eb54682 i2c: rcar_iic: Read ICSR only once by Marek Vasut · 6 years ago
  91. 888f9aa Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 6 years ago
  92. 02253d4 Kconfig: tegra: Migrate SYS_I2C_TEGRA by Peter Robinson · 6 years ago
  93. 2b5d029 i2c: designware: Add error checking on init by Simon Glass · 6 years ago
  94. f88185b i2c: Remove ancient zynq_i2c driver by Michal Simek · 6 years ago
  95. c4bd12a i2c: mux: Generate longer i2c mux name by Michal Simek · 6 years ago
  96. 6160722 i2c: Fill req_seq in i2c_post_bind() by Michal Simek · 6 years ago
  97. 6bfacc8 i2c: dm: Record maximum id of devices before probing devices by Michal Simek · 6 years ago
  98. 84de0f9 i2c: cdns: Convert to livetree function by Michal Simek · 6 years ago
  99. 7475145 i2c: Kconfig: spelling fixes by Chris Packham · 6 years ago
  100. 1d7b6a5 i2c: Reflect correct dependency for !DM cadence driver by Michal Simek · 6 years ago