1. 7a40983 dm: blk: mmc: Tidy up some Makefile rules for SPL by Simon Glass · Thu Oct 20 18:22:57 2022 -0600
  2. 31b4f9e usb: Update the test to cover reading and writing by Simon Glass · Thu Oct 20 18:22:55 2022 -0600
  3. 1886100 dm: blk: Add udevice functions by Simon Glass · Thu Oct 20 18:22:54 2022 -0600
  4. 38c26de timer: sti: convert sti-timer to arm a9 global timer by William Zhang · Tue Aug 23 21:44:32 2022 -0700
  5. 3892182 arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855 by William Zhang · Mon Aug 22 11:49:08 2022 -0700
  6. 6b45fa6 arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858 by William Zhang · Mon Aug 22 11:39:45 2022 -0700
  7. df0b5bb arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856 by William Zhang · Mon Aug 22 11:31:43 2022 -0700
  8. 35a3ec1b arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158 by William Zhang · Mon Aug 22 11:19:46 2022 -0700
  9. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Oct 30 17:16:35 2022 -0400
  10. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  11. 04c640c pci: Drop test for DM_VIDEO by Simon Glass · Tue Oct 18 07:58:16 2022 -0600
  12. 557786c video: Make all video options depend on DM_VIDEO by Simon Glass · Tue Oct 18 07:35:17 2022 -0600
  13. aaf74bf video: Drop SPLASHIMAGE_CALLBACK by Simon Glass · Tue Oct 18 07:30:25 2022 -0600
  14. bcb87b6 video: Drop use of the lcd header file by Simon Glass · Tue Oct 18 07:10:26 2022 -0600
  15. fae8560 video: Drop CONFIG_LCD by Simon Glass · Tue Oct 18 07:19:42 2022 -0600
  16. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:24:15 2022 -0600
  17. c162e02 tegra: Drop old LCD code by Simon Glass · Tue Oct 18 06:10:04 2022 -0600
  18. 8e0e1c4 nexell: Drop old LCD code by Simon Glass · Sun Oct 16 15:55:16 2022 -0600
  19. 31e1dcb video: samsung: Drop old LCD code by Simon Glass · Sun Oct 16 15:54:35 2022 -0600
  20. a423fd5 video: Drop atmel LCD code by Simon Glass · Sun Oct 16 15:53:35 2022 -0600
  21. ae0ee10 video: Drop ld9040 driver by Simon Glass · Sun Oct 16 15:46:15 2022 -0600
  22. c47e207 video: atmel: Drop pre-DM parts of video driver by Simon Glass · Sun Oct 16 15:38:01 2022 -0600
  23. 9faa287 video: Drop CONFIG_AM335X_LCD by Simon Glass · Sun Oct 16 15:31:47 2022 -0600
  24. 1a4e702 video: Drop VCXK video controller by Simon Glass · Sun Oct 16 15:26:52 2022 -0600
  25. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · Sun Oct 16 15:19:04 2022 -0600
  26. 7fce998 video: Drop CONFIG_LCD_INFO by Simon Glass · Sun Oct 16 15:11:32 2022 -0600
  27. ebd8937 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · Sun Oct 16 15:08:59 2022 -0600
  28. cda7d0c Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig by Simon Glass · Tue Oct 18 06:49:18 2022 -0600
  29. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · Tue Oct 18 06:46:08 2022 -0600
  30. 45c0a7e Convert CONFIG_HIDE_LOGO_VERSION to Kconfig by Simon Glass · Tue Oct 18 06:30:56 2022 -0600
  31. 8b883a3 video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · Tue Oct 18 06:24:16 2022 -0600
  32. 7045990 video: Add a way to get the default font height by Simon Glass · Thu Oct 06 08:36:18 2022 -0600
  33. 7e14804 video: Add a function to get the dimensions of a BMP image by Simon Glass · Thu Oct 06 08:36:17 2022 -0600
  34. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  35. 981f00b video: Add a way to change the font name and size by Simon Glass · Thu Oct 06 08:36:14 2022 -0600
  36. 360a3f1 video: Add a function to select the truetype metrics by Simon Glass · Thu Oct 06 08:36:13 2022 -0600
  37. 47b775a video: Record the truetype font name by Simon Glass · Thu Oct 06 08:36:12 2022 -0600
  38. 7959776 video: Refactor to allow more than one font size by Simon Glass · Thu Oct 06 08:36:11 2022 -0600
  39. 899f3e1 video: Tidy up the check for valid fonts by Simon Glass · Thu Oct 06 08:36:10 2022 -0600
  40. 2247742 video: Add function to obtain the U-Boot logo by Simon Glass · Thu Oct 06 08:36:09 2022 -0600
  41. 2baa6f8 video: Allow filling the display with a colour by Simon Glass · Thu Oct 06 08:36:08 2022 -0600
  42. f8360fe video: Move and rename DM_HX8238D option by Simon Glass · Thu Oct 06 08:36:07 2022 -0600
  43. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · Thu Oct 06 08:36:06 2022 -0600
  44. 308cf50 video: Use vidconsole_put_string() to write a string by Simon Glass · Thu Oct 06 08:36:05 2022 -0600
  45. d622c5b video: Provide a function to set the cursor position by Simon Glass · Thu Oct 06 08:36:04 2022 -0600
  46. 2a00633 video: Move console colours to the video uclass by Simon Glass · Thu Oct 06 08:36:03 2022 -0600
  47. cb02900 video: simplefb: add rotation support by Takumi Sueda · Tue Sep 13 18:32:42 2022 +0900
  48. 0c97099 video: dw_mipi_dsi: fix [hv]sync active vs back porch by John Keeping · Wed Sep 07 12:06:32 2022 +0100
  49. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · Wed Oct 12 21:58:09 2022 +0200
  50. 91c96fe dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · Wed Oct 12 21:58:08 2022 +0200
  51. 4cd455e dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · Sun Sep 25 13:08:16 2022 +0200
  52. f8c67b7 dm: tpl: Add fdt address translation support in TPL by William Zhang · Fri Oct 14 11:04:55 2022 -0700
  53. dfc7ebe dm: core: Fix lists_bind_fdt() using non-existent of_match by Simon Glass · Sat Oct 08 21:33:20 2022 -0600
  54. 4882808 gpio-uclass: fix gpio lookup by label by Rasmus Villemoes · Mon Oct 03 11:02:45 2022 +0200
  55. 7dc75b6 memory: Add TI GPMC driver by Roger Quadros · Thu Oct 20 16:30:49 2022 +0300
  56. b0679a7 dm: memory: Introduce new uclass by Roger Quadros · Thu Oct 20 16:30:46 2022 +0300
  57. cc14ca3 crypto: hash: sw: fix Kconfig dependencies by Benjamin Bara · Wed Jun 29 12:27:34 2022 +0200
  58. 42cff5d Merge https://source.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · Wed Oct 26 07:46:48 2022 -0400
  59. b562878 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Wed Oct 26 07:45:55 2022 -0400
  60. e81135ef power: fan53555: Fix missing newline in error message by Michal Suchanek · Sun Sep 25 15:43:27 2022 +0200
  61. 6ec6a07 power: regulator: fix autoset error handling by John Keeping · Thu Sep 08 12:38:35 2022 +0100
  62. a58e246 Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Tue Oct 25 09:54:59 2022 -0400
  63. e7e4d0c Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Oct 24 21:28:14 2022 -0400
  64. 62baa61 Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Oct 24 10:04:30 2022 -0400
  65. 666bf36 imx8m: fix reading of DDR4 MR registers [again] by Rasmus Villemoes · Thu Oct 06 14:56:50 2022 +0200
  66. ab63a6e watchdog: ulp_wdog: add driver model for ulp watchdog driver by Alice Guo · Fri Oct 21 16:41:18 2022 +0800
  67. 71e0e6c watchdog: ulp_wdog: enable watchdog interrupt on imx93 by Alice Guo · Fri Oct 21 16:41:17 2022 +0800
  68. dea73ea watchdog: ulp_wdog: Update watchdog driver for imx93 by Alice Guo · Fri Oct 21 16:41:16 2022 +0800
  69. 6743916 ulp_wdog: Update ulp wdog driver for 32bits command by Ye Li · Fri Oct 21 16:41:15 2022 +0800
  70. ae400f3 sandbox: add SIGALRM-based watchdog device by Rasmus Villemoes · Tue Sep 27 11:54:04 2022 +0200
  71. ce66f19 watchdog: introduce a u-boot,autostart property by Rasmus Villemoes · Tue Sep 27 11:54:03 2022 +0200
  72. a80817b wdt: nuvoton: add expire function for generic reset by Jim Liu · Tue Sep 13 14:19:24 2022 +0800
  73. 6738fcb mmc: Fix static checker warnings by Venkatesh Yadav Abbarapu · Thu Sep 29 10:22:49 2022 +0530
  74. a6a7157 mmc: dwmmc: only clear handled interrupts by John Keeping · Thu Sep 15 18:56:56 2022 +0100
  75. 22286ee mmc: stm32_sdmmc2: manage vqmmc by Yann Gautier · Tue Sep 13 13:23:46 2022 +0200
  76. 6904909 mmc: stm32_sdmmc2: protect against unsupported modes by Yann Gautier · Tue Sep 13 13:23:45 2022 +0200
  77. 6bb2544 mmc: stm32_sdmmc2: add dual data rate support by Yann Gautier · Tue Sep 13 13:23:44 2022 +0200
  78. 2cd5da6 mmc: f_sdh30: Add support for F_SDH30_E51 by Kunihiko Hayashi · Fri Sep 09 16:23:33 2022 +0900
  79. a03df6c mmc: sdhci: Add new quirks for SUPPORT_SINGLE by Kunihiko Hayashi · Fri Sep 09 16:23:32 2022 +0900
  80. 391d0f3 mmc: ftsdc010: make command timeout 250 ms as in the comment by Sergei Antonov · Fri Sep 02 10:40:10 2022 +0300
  81. b2ceff9 mtd: spi-nor-core: Fix index value for SCCR dwords by Takahiro Kuwano · Mon Sep 12 14:25:40 2022 +0900
  82. 3b7af12 mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal address mode by Takahiro Kuwano · Thu Sep 01 15:05:33 2022 +0900
  83. 08a8742 mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytes by Takahiro Kuwano · Thu Sep 01 15:05:32 2022 +0900
  84. 9810725 mtd: spi-nor-core: Track flash's internal address mode by Takahiro Kuwano · Thu Sep 01 15:05:31 2022 +0900
  85. 843f8bb mtd: spi-nor-core: Default to addr_width of 3 for configurable widths by Takahiro Kuwano · Thu Sep 01 15:05:30 2022 +0900
  86. 058003a mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDs by Takahiro Kuwano · Thu Aug 25 16:48:48 2022 +0900
  87. 49f1a50 mtd: spi-nor-core: Rename configuration macro for S28 support by Takahiro Kuwano · Thu Aug 25 16:48:47 2022 +0900
  88. d406122 mtd: spi-nor-core: Rename s28hs512t prefix by Takahiro Kuwano · Thu Aug 25 16:48:46 2022 +0900
  89. 4ce4778 gpio: adp5585: add gpio driver for ADP5585 I/O Expander Controller by Alice Guo · Sun Oct 09 11:19:22 2022 +0800
  90. cf4c4f9 net/ftgmac100: Add NC-SI mode support by Samuel Mendoza-Jonas · Mon Aug 08 21:46:05 2022 +0930
  91. c8f4ab0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · Mon Aug 08 21:46:03 2022 +0930
  92. c93350b input: Remove legacy KEYBOARD option by Tom Rini · Fri Oct 14 07:50:20 2022 -0400
  93. d719199 core: Enable DM by default by Tom Rini · Fri Oct 14 07:50:19 2022 -0400
  94. 3183fdd crypto/fsl: fsl_rsa: Fix dcache issue in the driver by Ye Li · Wed Sep 28 15:49:02 2022 +0530
  95. 3e5255c clk-imx8mm: Only build QSPI clocks when CONFIG_NXP_FSPI=y by Fabio Estevam · Mon Sep 26 13:40:11 2022 -0300
  96. 0b3fa1b clk-imx8mm: Only build ecspi clocks when CONFIG_DM_SPI=y by Fabio Estevam · Mon Sep 26 13:40:10 2022 -0300
  97. 704aa87 clk-imx8mm: Move CLK_ENET_AXI to the non-SPL section by Fabio Estevam · Mon Sep 26 13:40:09 2022 -0300
  98. 60896e0 clk-imx8mm: Only build PWM clocks in non-SPL code by Fabio Estevam · Mon Sep 26 13:40:08 2022 -0300
  99. 2a4b3b9 mmc: fsl_esdhc: fix problem when using clk driver by Ye Li · Sat Sep 24 00:29:33 2022 +0200
  100. cc61c58 Merge tag 'u-boot-rockchip-20221020' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Thu Oct 20 22:32:38 2022 -0400