1. d880629 video: tegra-dc: request timings from panel driver first by Svyatoslav Ryhel · Mon Mar 27 11:11:43 2023 +0300
  2. c1f260a video: tegra-dc: get clocks from device tree by Svyatoslav Ryhel · Mon Mar 27 11:11:42 2023 +0300
  3. d15683f video: move tegra dc driver into own folder by Svyatoslav Ryhel · Mon Mar 27 11:11:41 2023 +0300
  4. cad5671 tegra: lcd: video: integrate display driver for t30 by Marcel Ziswiler · Mon Mar 27 11:11:40 2023 +0300
  5. 2b99fd8 Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function") by Tom Rini · Wed Mar 15 11:58:58 2023 -0400
  6. 90679c6 video: Clear the vidconsole rather than the video by Simon Glass · Fri Mar 10 12:47:21 2023 -0800
  7. 366f5d1 video: Remove duplicate cursor-positioning function by Simon Glass · Fri Mar 10 12:47:20 2023 -0800
  8. df865d3 video: Allow a copy framebuffer with pre-allocated fb by Simon Glass · Fri Mar 10 12:47:17 2023 -0800
  9. ce2ec8e efi: Support copy framebuffer by Simon Glass · Fri Mar 10 12:47:16 2023 -0800
  10. c1e9eab efi: Support a 64-bit frame buffer address by Simon Glass · Fri Mar 10 12:47:13 2023 -0800
  11. d944282 efi: video: Return mode info for app also by Simon Glass · Fri Mar 10 12:47:12 2023 -0800
  12. f89af4e efi: video: Move payload code into a function by Simon Glass · Fri Mar 10 12:47:11 2023 -0800
  13. efadfde video console: add 16x32 Terminus font from linux by Dzmitry Sankouski · Mon Feb 27 20:37:08 2023 +0300
  14. 7932a99 video console: add 12x22 Sun font from linux by Dzmitry Sankouski · Mon Feb 27 20:37:07 2023 +0300
  15. bb165e4 video console: allow font size configuration at runtime by Dzmitry Sankouski · Tue Mar 07 13:21:16 2023 +0300
  16. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · Tue Mar 07 13:21:15 2023 +0300
  17. 7fa964a video console: implement multiple fonts configuration by Dzmitry Sankouski · Tue Mar 07 13:21:14 2023 +0300
  18. 70d35a7 video console: add support for fonts wider than 1 byte by Dzmitry Sankouski · Tue Mar 07 13:21:12 2023 +0300
  19. aea2d2d video console: refactoring and optimization by Dzmitry Sankouski · Tue Mar 07 13:21:11 2023 +0300
  20. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  21. 6fd44e6 Correct SPL use of PANEL by Simon Glass · Sun Feb 05 17:54:44 2023 -0700
  22. 76f908a Correct SPL use of VIDEO_BPP32 by Simon Glass · Sun Feb 05 15:44:30 2023 -0700
  23. 95563f6 Correct SPL use of VIDEO_BPP16 by Simon Glass · Sun Feb 05 17:55:32 2023 -0700
  24. 5c7d4a5 mtd: Drop unused scf0403_lcd driver by Simon Glass · Wed Feb 01 13:20:06 2023 -0700
  25. 8e68143 video: Drop unused lg4573 driver by Simon Glass · Wed Feb 01 13:19:40 2023 -0700
  26. 9095dda samsung: Drop CONFIG_EXYNOS_PWM_BL by Simon Glass · Wed Feb 01 13:19:31 2023 -0700
  27. 9427274 drivers: video: tidss: TIDSS video driver support for AM62x by Nikhil M Jain · Tue Jan 31 15:35:17 2023 +0530
  28. c76eda6 drivers: video: simple_panel: make simple panel independent of backlight by Nikhil M Jain · Tue Jan 31 15:35:16 2023 +0530
  29. 260bdb3 video: ti: am335x: restore driver-model code by Dario Binacchi · Sat Jan 28 16:55:31 2023 +0100
  30. d04dbf7 video: sunxi: dw-hdmi: Read address from DT node by Jernej Skrabec · Mon Nov 28 01:02:26 2022 -0600
  31. 97d10d4 video: sunxi: dw-hdmi: Probe driver by compatible by Jernej Skrabec · Mon Nov 28 01:02:25 2022 -0600
  32. d259d9c global: Remove unused CONFIG defines by Tom Rini · Tue Jan 10 11:19:28 2023 -0500
  33. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · Fri Jan 06 08:52:32 2023 -0600
  34. 6faa15a video: truetype: Rename the metrics function by Simon Glass · Fri Jan 06 08:52:30 2023 -0600
  35. 80a8e80 video: Enable VIDEO_ANSI by default only with EFI by Simon Glass · Fri Jan 06 08:52:29 2023 -0600
  36. 05d5dcf global: Migrate CONFIG_FB_ADDR to CFG by Tom Rini · Sun Dec 04 10:03:51 2022 -0500
  37. ea79bb7 sandbox: Rework how SDL is enabled / disabled by Tom Rini · Sat Nov 19 18:45:43 2022 -0500
  38. 1eed03e Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig by Tom Rini · Sat Nov 19 18:45:19 2022 -0500
  39. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  40. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  41. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  42. 557786c video: Make all video options depend on DM_VIDEO by Simon Glass · Tue Oct 18 07:35:17 2022 -0600
  43. aaf74bf video: Drop SPLASHIMAGE_CALLBACK by Simon Glass · Tue Oct 18 07:30:25 2022 -0600
  44. fae8560 video: Drop CONFIG_LCD by Simon Glass · Tue Oct 18 07:19:42 2022 -0600
  45. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:24:15 2022 -0600
  46. c162e02 tegra: Drop old LCD code by Simon Glass · Tue Oct 18 06:10:04 2022 -0600
  47. 8e0e1c4 nexell: Drop old LCD code by Simon Glass · Sun Oct 16 15:55:16 2022 -0600
  48. 31e1dcb video: samsung: Drop old LCD code by Simon Glass · Sun Oct 16 15:54:35 2022 -0600
  49. a423fd5 video: Drop atmel LCD code by Simon Glass · Sun Oct 16 15:53:35 2022 -0600
  50. ae0ee10 video: Drop ld9040 driver by Simon Glass · Sun Oct 16 15:46:15 2022 -0600
  51. c47e207 video: atmel: Drop pre-DM parts of video driver by Simon Glass · Sun Oct 16 15:38:01 2022 -0600
  52. 9faa287 video: Drop CONFIG_AM335X_LCD by Simon Glass · Sun Oct 16 15:31:47 2022 -0600
  53. 1a4e702 video: Drop VCXK video controller by Simon Glass · Sun Oct 16 15:26:52 2022 -0600
  54. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · Sun Oct 16 15:19:04 2022 -0600
  55. 7fce998 video: Drop CONFIG_LCD_INFO by Simon Glass · Sun Oct 16 15:11:32 2022 -0600
  56. ebd8937 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · Sun Oct 16 15:08:59 2022 -0600
  57. cda7d0c Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig by Simon Glass · Tue Oct 18 06:49:18 2022 -0600
  58. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · Tue Oct 18 06:46:08 2022 -0600
  59. 45c0a7e Convert CONFIG_HIDE_LOGO_VERSION to Kconfig by Simon Glass · Tue Oct 18 06:30:56 2022 -0600
  60. 8b883a3 video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · Tue Oct 18 06:24:16 2022 -0600
  61. 7045990 video: Add a way to get the default font height by Simon Glass · Thu Oct 06 08:36:18 2022 -0600
  62. 7e14804 video: Add a function to get the dimensions of a BMP image by Simon Glass · Thu Oct 06 08:36:17 2022 -0600
  63. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  64. 981f00b video: Add a way to change the font name and size by Simon Glass · Thu Oct 06 08:36:14 2022 -0600
  65. 360a3f1 video: Add a function to select the truetype metrics by Simon Glass · Thu Oct 06 08:36:13 2022 -0600
  66. 47b775a video: Record the truetype font name by Simon Glass · Thu Oct 06 08:36:12 2022 -0600
  67. 7959776 video: Refactor to allow more than one font size by Simon Glass · Thu Oct 06 08:36:11 2022 -0600
  68. 899f3e1 video: Tidy up the check for valid fonts by Simon Glass · Thu Oct 06 08:36:10 2022 -0600
  69. 2247742 video: Add function to obtain the U-Boot logo by Simon Glass · Thu Oct 06 08:36:09 2022 -0600
  70. 2baa6f8 video: Allow filling the display with a colour by Simon Glass · Thu Oct 06 08:36:08 2022 -0600
  71. f8360fe video: Move and rename DM_HX8238D option by Simon Glass · Thu Oct 06 08:36:07 2022 -0600
  72. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · Thu Oct 06 08:36:06 2022 -0600
  73. 308cf50 video: Use vidconsole_put_string() to write a string by Simon Glass · Thu Oct 06 08:36:05 2022 -0600
  74. d622c5b video: Provide a function to set the cursor position by Simon Glass · Thu Oct 06 08:36:04 2022 -0600
  75. 2a00633 video: Move console colours to the video uclass by Simon Glass · Thu Oct 06 08:36:03 2022 -0600
  76. cb02900 video: simplefb: add rotation support by Takumi Sueda · Tue Sep 13 18:32:42 2022 +0900
  77. 0c97099 video: dw_mipi_dsi: fix [hv]sync active vs back porch by John Keeping · Wed Sep 07 12:06:32 2022 +0100
  78. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · Wed Oct 12 21:57:59 2022 +0200
  79. b9813e2 video: ipuv3: Fix error handling when getting the display by Michal Suchanek · Wed Oct 12 21:57:56 2022 +0200
  80. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  81. 5b92520 video: Rename structs and functions to avoid VBE by Simon Glass · Sat Jul 30 15:52:05 2022 -0600
  82. ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · Sat Jul 30 15:52:04 2022 -0600
  83. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  84. 1e56de0 arm: Remove PXA architecture support by Tom Rini · Sat Jun 25 11:02:42 2022 -0400
  85. 3eeabf5 video: Migrate exynos display options to Kconfig by Tom Rini · Fri Jun 10 22:59:34 2022 -0400
  86. b754c9f arm: exynos: Remove old pwm backlight driver by Tom Rini · Fri Jun 10 22:59:32 2022 -0400
  87. c06b6b4 arm: samsung: Remove dead LCD code by Tom Rini · Fri Jun 10 22:59:31 2022 -0400
  88. 4d9bb10 video: stm32: remove test on CONFIG_DM_REGULATOR by Patrick Delaunay · Mon Jun 20 11:55:07 2022 +0200
  89. fb66f92 driver: video: Check allocated pointers by Bin Meng · Wed May 18 13:36:18 2022 +0800
  90. 85ccc37 arm: tegra: Update some DT compatibles by Peter Robinson · Tue May 03 09:32:54 2022 +0100
  91. b3b5875 video: stm32: stm32_ltdc: support several hardware versions by Yannick Fertre · Wed Apr 06 10:41:35 2022 +0200
  92. e1eeed4 video: stm32: stm32_ltdc: fix data enable polarity by Yannick FERTRE · Wed Apr 06 10:37:42 2022 +0200
  93. 9e25994 rockchip: video: mipi: add more compatible strings for rk3288/rk3399 by Johan Jonker · Sat Apr 16 10:25:16 2022 +0200
  94. daca1c4 rockchip: video: rk_edp: add more rk3288 edp node options by Johan Jonker · Sat Apr 16 09:45:56 2022 +0200
  95. 2853256 Merge branch 'next' by Tom Rini · Mon Apr 04 10:45:33 2022 -0400
  96. c15fa3b video: Do not show splash and U-Boot logo simultaneously by Fabio Estevam · Mon Mar 28 16:40:36 2022 -0300
  97. 7b2b62e video: Drop formike driver by Simon Glass · Sun Jan 23 07:04:15 2022 -0700
  98. 7b3fabb video: Convert CONFIG_VIDEO_BCM2835 to Kconfig by Simon Glass · Sun Jan 23 07:04:14 2022 -0700
  99. 23bec69 video: mxs: Drop old video code by Simon Glass · Sun Jan 23 07:04:13 2022 -0700
  100. 0c95084 video: Drop FSL DIU driver by Simon Glass · Sun Jan 23 07:04:12 2022 -0700