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