1. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 6 months ago
  2. f527497 i2c: ihs: intel: Fix typo in comments (actual) by Michal Simek · 2 years, 7 months ago
  3. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  4. 58c6102 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
  5. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  6. cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 8 months ago
  7. 6c1e677 i2c: sun8i_rsb: Add support for DM clocks and resets by Samuel Holland · 2 years, 9 months ago
  8. 0c2111f i2c: sun8i_rsb: Initialize chips in .child_pre_probe by Samuel Holland · 2 years, 9 months ago
  9. e280203 i2c: sun6i_p2wi: Add support for DM clocks and resets by Samuel Holland · 2 years, 9 months ago
  10. cd5499b i2c: sun6i_p2wi: Initialize chips in .child_pre_probe by Samuel Holland · 2 years, 9 months ago
  11. ab85f7d i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2C by Samuel Holland · 3 years, 1 month ago
  12. 32f3b16 i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2C by Samuel Holland · 3 years, 1 month ago
  13. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  14. 38fdfc7 i2c: fix always-true condition in i2c_probe_chip() by Nikita Yushchenko · 2 years, 10 months ago
  15. 19497b4 i2c: i2c-cdns: Prevent early termination of write by Sai Pavan Boddu · 2 years, 9 months ago
  16. 252b4a3 i2c: i2c-cdns: Fix write transaction state by Sai Pavan Boddu · 2 years, 9 months ago
  17. bdeeb2b i2c: i2c-cdns: Start read transaction after write to transfer_size reg by Sai Pavan Boddu · 2 years, 9 months ago
  18. 83f3f8b ti: i2c: fix probe_chip() return value by Nikita Yushchenko · 2 years, 10 months ago
  19. 4c2644d i2c: muxes: pca954x: add PCA9847 variant by Vladimir Oltean · 2 years, 11 months ago
  20. a9f6d95 i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · 2 years, 11 months ago
  21. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  22. fb80575 i2c: at91: add compatible with microchip,sam9x60-i2c by Eugen Hristev · 2 years, 11 months ago
  23. e9269a0 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · 3 years ago
  24. 0520727 i2c: mvtwsi: Swab the register address if its size is > 1 by Stefan Roese · 3 years ago
  25. 7ddb4ec i2c: Add Microchip PolarFire SoC I2C driver by Padmarao Begari · 3 years ago
  26. 4a0ccfb Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 1 month ago
  27. 53929db arm: mvebu: a3720: Create Kconfig option for I2C_MV by Marek Behún · 3 years, 2 months ago
  28. 40d89ad i2c: ocores: Fix -Wint-to-pointer-cast warning by Bin Meng · 3 years, 3 months ago
  29. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 2 months ago
  30. b348efb i2c: Add a DM_I2C driver for the sun8i RSB controller by Samuel Holland · 3 years, 2 months ago
  31. 60d4928 i2c: Add a DM_I2C driver for the sun6i P2WI controller by Samuel Holland · 3 years, 2 months ago
  32. 10605f7 i2c: stm32f7: compute i2cclk only one time by Patrick Delaunay · 3 years, 4 months ago
  33. a14855d i2c: stm32f7: add support for DNF i2c-digital-filter binding by Patrick Delaunay · 3 years, 4 months ago
  34. 05b8d60 i2c: stm32f7: fix configuration of the digital filter by Patrick Delaunay · 3 years, 4 months ago
  35. 20e3c41 i2c: stm32f7: support DT binding i2c-analog-filter by Patrick Delaunay · 3 years, 4 months ago
  36. 5886278 i2c: stm32f7: move driver data of each instance in a privdata by Patrick Delaunay · 3 years, 4 months ago
  37. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  38. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  39. 5b35b29 i2c: mvtwsi: Add support for DM clocks and resets by Samuel Holland · 3 years, 3 months ago
  40. 62f27e4 i2c: rcar_i2c: Enable configuring SCL rise and fall times by Adam Ford · 3 years, 3 months ago
  41. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  42. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  43. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  44. 3933d29 pci: Drop DM_PCI by Simon Glass · 3 years, 4 months ago
  45. ae2398f riscv: Add missing sentinel in ocores_i2c.c by Thomas Skibo · 3 years, 4 months ago
  46. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  47. be94c76 i2c: fsl_i2c: Migrate to Kconfig by Tom Rini · 3 years, 3 months ago
  48. b9a254d rcar: i2c: Migrate SYS_I2C_SH to Kconfig by Tom Rini · 3 years, 3 months ago
  49. 1a19588 Convert CONFIG_SYS_I2C_MXC et al to Kconfig by Tom Rini · 3 years, 3 months ago
  50. a6e2923 Convert CONFIG_SYS_I2C_SPEED et al to Kconfig by Tom Rini · 3 years, 3 months ago
  51. 2b12913 i2c: Remove non-DM code from ihs_i2c.c by Tom Rini · 3 years, 3 months ago
  52. a7a9bc0 ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace by Tom Rini · 3 years, 3 months ago
  53. 00edb10 i2c: designware: Remove unused non-DM functionality by Tom Rini · 3 years, 3 months ago
  54. 714482a Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig by Tom Rini · 3 years, 3 months ago
  55. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 3 months ago
  56. 68e0d31 i2c: Remove unused additional legacy soft i2c bus support by Tom Rini · 3 years, 3 months ago
  57. 8825ec4 Convert CONFIG_SYS_I2C_MVTWSI to Kconfig by Tom Rini · 3 years, 3 months ago
  58. 5817ff0 Convert CONFIG_SYS_I2C_SOFT et al to Kconfig by Tom Rini · 3 years, 3 months ago
  59. fc917de i2c: S3C24X0: Finish Kconfig migration by Tom Rini · 3 years, 3 months ago
  60. b66238b i2c: i2c-gpio: Support the named GPIO binding by Samuel Holland · 3 years, 3 months ago
  61. 8e841fb i2c: add dm_i2c_reg_clrset by Sebastian Reichel · 3 years, 5 months ago
  62. 8e85e3c i2c: Create a new Kconfig for I2C by Simon Glass · 3 years, 5 months ago
  63. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 5 months ago
  64. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 5 months ago
  65. 00b6a1a arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
  66. 4393901 arm: Remove spear320 boards by Tom Rini · 3 years, 6 months ago
  67. 665ffc2 arm: Remove spear310 boards by Tom Rini · 3 years, 6 months ago
  68. 98ae150 arm: Remove spear300 boards by Tom Rini · 3 years, 6 months ago
  69. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 5 months ago
  70. 5f37e50 Kconfig: convert CONFIG_SYS_I2C_LPC32XX by Trevor Woerner · 3 years, 6 months ago
  71. 2b9aad8 lpc32xx: i2c: finish DM/OF code by Trevor Woerner · 3 years, 6 months ago
  72. b55aa62 lpc32xx: i2c: fix base address by Trevor Woerner · 3 years, 6 months ago
  73. 90967e1 lpc32xx: i2c: remove unused define by Trevor Woerner · 3 years, 6 months ago
  74. 23325cf i2c: synquacer: SNI Synquacer I2C controller by Jassi Brar · 3 years, 6 months ago
  75. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  76. d20d4b7 gpio: i2c-gpio: Drop use of dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
  77. 5af921e arm: Remove vexpress_ca15_tc2 board by Tom Rini · 3 years, 9 months ago
  78. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · 3 years, 9 months ago
  79. 65cb759 sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · 3 years, 9 months ago
  80. 3ee1d39 sandbox: i2c: Move platdata structs to header files by Simon Glass · 3 years, 9 months ago
  81. 98af374 sandbox: i2c: Rename driver names to work with of-platdata by Simon Glass · 3 years, 10 months ago
  82. df070ce Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 9 months ago
  83. f814987 i2c: i2c_cdns: Enable i2c clock by T Karthik Reddy · 3 years, 10 months ago
  84. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  85. 964f232 dm: i2c: allow disabling driver model in SPL by Igor Opaniuk · 3 years, 10 months ago
  86. fcbb39d i2c: at91: fix crash when using 'i2c probe' by Eugen Hristev · 4 years ago
  87. f5989c1 i2c: i2c-gpio: Fix GPIO output by Harm Berntsen · 4 years ago
  88. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  89. 48425b1 arm: Remove ls2080a_simu board by Tom Rini · 3 years, 10 months ago
  90. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  91. 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 10 months ago
  92. 62b5487 i2c: desigware: Add an alias for Intel Apollo Lake by Simon Glass · 3 years, 10 months ago
  93. d4330c6 i2c: mvtwsi: sunxi: update macro by Jernej Skrabec · 3 years, 11 months ago
  94. 6f600e3 i2c: stm32f7_i2c: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  95. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  96. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  97. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  98. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  99. 4662f61 sandbox: i2c: Move priv into a header file by Simon Glass · 4 years ago
  100. 323069e i2c: mxc_i2c: improve error message readability by Marc Ferland · 4 years ago