1. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  2. ef1b1f2 i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMR by Tom Rini · Tue Jan 10 11:19:30 2023 -0500
  3. d259d9c global: Remove unused CONFIG defines by Tom Rini · Tue Jan 10 11:19:28 2023 -0500
  4. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  5. e8f08d0 i2c: uniphier-f: correct error recovery by Dai Okamura · Fri Dec 09 20:38:27 2022 +0900
  6. 7662736 global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG by Tom Rini · Sun Dec 04 10:13:57 2022 -0500
  7. 34e4e86 global: Migrate CONFIG_I2C_MVTWSI_BASE1 to CFG by Tom Rini · Sun Dec 04 10:04:10 2022 -0500
  8. c188ed4 global: Migrate CONFIG_I2C_MVTWSI_BASE0 to CFG by Tom Rini · Sun Dec 04 10:04:09 2022 -0500
  9. 428deb3 arm: ti814x: Remove remaining support code by Tom Rini · Fri Dec 02 16:42:41 2022 -0500
  10. 6da96a1 i2c: Remove CONFIG_I2C_MULTI_BUS by Tom Rini · Fri Dec 02 16:42:30 2022 -0500
  11. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  12. 0a2bac7 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · Wed Nov 16 13:10:29 2022 -0500
  13. 4ace674 i2c: nuvoton: renamed the NPCM i2c driver by Jim Liu · Mon Nov 21 16:59:32 2022 +0800
  14. 2ff0975 i2c: i2c-gpio: add newline by Sergei Antonov · Thu Oct 20 17:28:14 2022 +0300
  15. 7722952 i2c: microchip: fix erroneous late ack send by Conor Dooley · Wed Oct 26 08:49:19 2022 +0100
  16. bc55c6c i2c: microchip: fix ack sending logic by Conor Dooley · Wed Oct 26 08:49:18 2022 +0100
  17. d48f49b Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig by Tom Rini · Fri Oct 28 20:26:54 2022 -0400
  18. 301212f i2c: add support for MediaTek I2C interface by developer · Fri Sep 09 19:59:48 2022 +0800
  19. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  20. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  21. feb3f9b i2c: stm32: fix usage of rise/fall device tree properties by Jorge Ramirez-Ortiz · Mon Sep 12 10:42:01 2022 +0200
  22. ef8d2a2 i2c: stm32: do not set the STOP condition on error by Alain Volmat · Mon Sep 12 10:42:00 2022 +0200
  23. 36fa3bb i2c: stm32: remove unused stop parameter in start & reload handling by Alain Volmat · Mon Sep 12 10:41:59 2022 +0200
  24. 110efab i2c: stm32: fix comment and remove unused AUTOEND bit by Alain Volmat · Mon Sep 12 10:41:58 2022 +0200
  25. ddba62c i2c: stm32f7: fix clearing the control register by Jorge Ramirez-Ortiz · Mon Aug 15 16:52:10 2022 +0200
  26. 9237171 i2c: avoid dynamic stack use in dm_i2c_write by Rasmus Villemoes · Thu Jul 07 15:12:17 2022 +0200
  27. b84426c i2c: nuvoton: Add NPCM7xx i2c driver by Jim Liu · Thu Jun 23 13:31:42 2022 +0800
  28. c676f9b i2c: ast_i2c: Remove SCL direct drive mode by Eddie James · Wed May 11 15:52:03 2022 -0500
  29. 11c064e i2c: stm32: add support for the st,stm32mp13 SOC by Patrick Delaunay · Thu Jun 30 10:20:14 2022 +0200
  30. a2359f5 i2c: Remove non-DM_I2C support from davinci_i2c.c by Tom Rini · Mon Jun 27 13:35:50 2022 -0400
  31. 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · Fri Jun 10 23:03:09 2022 -0400
  32. b1d28b7 i2c/aspeed: Add AST2600 compatible by Joel Stanley · Thu Jun 23 14:40:39 2022 +0930
  33. 52c7f26 i2c/aspeed: Fix reset control by Joel Stanley · Thu Jun 23 14:40:38 2022 +0930
  34. 893cd41 arm: samsung: Migrate a number of symbols to Kconfig by Tom Rini · Fri Jun 10 22:59:33 2022 -0400
  35. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  36. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · Fri May 20 18:38:10 2022 +0200
  37. 85ccc37 arm: tegra: Update some DT compatibles by Peter Robinson · Tue May 03 09:32:54 2022 +0100
  38. f527497 i2c: ihs: intel: Fix typo in comments (actual) by Michal Simek · Tue Apr 19 15:01:31 2022 +0200
  39. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · Thu Apr 21 16:11:13 2022 +0000
  40. 58c6102 pci: Map bars with offset and length by Andrew Scull · Thu Apr 21 16:11:10 2022 +0000
  41. e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · Sat Apr 30 00:56:53 2022 -0600
  42. cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Apr 05 08:33:32 2022 -0400
  43. 6c1e677 i2c: sun8i_rsb: Add support for DM clocks and resets by Samuel Holland · Thu Mar 17 23:52:36 2022 -0500
  44. 0c2111f i2c: sun8i_rsb: Initialize chips in .child_pre_probe by Samuel Holland · Thu Mar 17 23:52:35 2022 -0500
  45. e280203 i2c: sun6i_p2wi: Add support for DM clocks and resets by Samuel Holland · Thu Mar 17 23:52:34 2022 -0500
  46. cd5499b i2c: sun6i_p2wi: Initialize chips in .child_pre_probe by Samuel Holland · Thu Mar 17 23:52:33 2022 -0500
  47. ab85f7d i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2C by Samuel Holland · Wed Oct 20 23:01:29 2021 -0500
  48. 32f3b16 i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2C by Samuel Holland · Wed Oct 20 23:01:29 2021 -0500
  49. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  50. 38fdfc7 i2c: fix always-true condition in i2c_probe_chip() by Nikita Yushchenko · Tue Feb 15 20:58:52 2022 +0300
  51. 19497b4 i2c: i2c-cdns: Prevent early termination of write by Sai Pavan Boddu · Tue Mar 01 09:16:52 2022 +0100
  52. 252b4a3 i2c: i2c-cdns: Fix write transaction state by Sai Pavan Boddu · Tue Mar 01 09:16:51 2022 +0100
  53. bdeeb2b i2c: i2c-cdns: Start read transaction after write to transfer_size reg by Sai Pavan Boddu · Tue Mar 01 09:16:50 2022 +0100
  54. 83f3f8b ti: i2c: fix probe_chip() return value by Nikita Yushchenko · Tue Feb 15 21:10:09 2022 +0300
  55. 4c2644d i2c: muxes: pca954x: add PCA9847 variant by Vladimir Oltean · Mon Jan 03 14:47:22 2022 +0200
  56. a9f6d95 i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · Fri Jan 07 11:52:54 2022 -0600
  57. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  58. fb80575 i2c: at91: add compatible with microchip,sam9x60-i2c by Eugen Hristev · Tue Jan 04 18:21:02 2022 +0200
  59. e9269a0 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · Sun Dec 12 22:12:30 2021 -0500
  60. 0520727 i2c: mvtwsi: Swab the register address if its size is > 1 by Stefan Roese · Thu Nov 18 09:18:41 2021 +0100
  61. 7ddb4ec i2c: Add Microchip PolarFire SoC I2C driver by Padmarao Begari · Wed Nov 17 18:21:16 2021 +0530
  62. 4a0ccfb Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Oct 21 07:52:15 2021 -0400
  63. 53929db arm: mvebu: a3720: Create Kconfig option for I2C_MV by Marek Behún · Sat Oct 09 19:33:37 2021 +0200
  64. 40d89ad i2c: ocores: Fix -Wint-to-pointer-cast warning by Bin Meng · Sun Sep 12 11:15:11 2021 +0800
  65. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  66. b348efb i2c: Add a DM_I2C driver for the sun8i RSB controller by Samuel Holland · Fri Oct 08 00:17:21 2021 -0500
  67. 60d4928 i2c: Add a DM_I2C driver for the sun6i P2WI controller by Samuel Holland · Fri Oct 08 00:17:20 2021 -0500
  68. 10605f7 i2c: stm32f7: compute i2cclk only one time by Patrick Delaunay · Tue Aug 03 12:05:15 2021 +0200
  69. a14855d i2c: stm32f7: add support for DNF i2c-digital-filter binding by Patrick Delaunay · Tue Aug 03 12:05:14 2021 +0200
  70. 05b8d60 i2c: stm32f7: fix configuration of the digital filter by Patrick Delaunay · Tue Aug 03 12:05:13 2021 +0200
  71. 20e3c41 i2c: stm32f7: support DT binding i2c-analog-filter by Patrick Delaunay · Tue Aug 03 12:05:12 2021 +0200
  72. 5886278 i2c: stm32f7: move driver data of each instance in a privdata by Patrick Delaunay · Tue Aug 03 12:05:09 2021 +0200
  73. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  74. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · Mon Sep 27 17:42:37 2021 +0200
  75. 5b35b29 i2c: mvtwsi: Add support for DM clocks and resets by Samuel Holland · Sun Sep 12 10:21:39 2021 -0500
  76. 62f27e4 i2c: rcar_i2c: Enable configuring SCL rise and fall times by Adam Ford · Tue Aug 24 09:10:31 2021 -0500
  77. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · Sat Aug 07 07:24:04 2021 -0600
  78. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  79. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  80. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  81. ae2398f riscv: Add missing sentinel in ocores_i2c.c by Thomas Skibo · Sun Aug 15 16:04:03 2021 -0700
  82. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  83. be94c76 i2c: fsl_i2c: Migrate to Kconfig by Tom Rini · Wed Aug 18 23:12:35 2021 -0400
  84. b9a254d rcar: i2c: Migrate SYS_I2C_SH to Kconfig by Tom Rini · Wed Aug 18 23:12:34 2021 -0400
  85. 1a19588 Convert CONFIG_SYS_I2C_MXC et al to Kconfig by Tom Rini · Wed Aug 18 23:12:33 2021 -0400
  86. a6e2923 Convert CONFIG_SYS_I2C_SPEED et al to Kconfig by Tom Rini · Wed Aug 18 23:12:32 2021 -0400
  87. 2b12913 i2c: Remove non-DM code from ihs_i2c.c by Tom Rini · Wed Aug 18 23:12:30 2021 -0400
  88. a7a9bc0 ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace by Tom Rini · Wed Aug 18 23:12:29 2021 -0400
  89. 00edb10 i2c: designware: Remove unused non-DM functionality by Tom Rini · Wed Aug 18 23:12:26 2021 -0400
  90. 714482a Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig by Tom Rini · Wed Aug 18 23:12:25 2021 -0400
  91. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · Wed Aug 18 23:12:24 2021 -0400
  92. 68e0d31 i2c: Remove unused additional legacy soft i2c bus support by Tom Rini · Tue Aug 17 17:59:48 2021 -0400
  93. 8825ec4 Convert CONFIG_SYS_I2C_MVTWSI to Kconfig by Tom Rini · Tue Aug 17 17:59:47 2021 -0400
  94. 5817ff0 Convert CONFIG_SYS_I2C_SOFT et al to Kconfig by Tom Rini · Tue Aug 17 17:59:46 2021 -0400
  95. fc917de i2c: S3C24X0: Finish Kconfig migration by Tom Rini · Tue Aug 17 17:59:42 2021 -0400
  96. b66238b i2c: i2c-gpio: Support the named GPIO binding by Samuel Holland · Sat Aug 21 19:25:43 2021 -0500
  97. 8e841fb i2c: add dm_i2c_reg_clrset by Sebastian Reichel · Thu Jul 15 17:39:59 2021 +0200
  98. 8e85e3c i2c: Create a new Kconfig for I2C by Simon Glass · Sat Jul 10 21:14:35 2021 -0600
  99. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · Sat Jul 10 21:14:32 2021 -0600
  100. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600