1. 3e9488a video: add lm3533 backlight driver by Svyatoslav Ryhel · Tue Apr 25 10:51:42 2023 +0300
  2. 9e3301d drivers: video: Enable necessary video functions at SPL by Nikhil M Jain · Thu Apr 20 17:41:08 2023 +0530
  3. dc04068 drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL by Nikhil M Jain · Thu Apr 20 17:41:03 2023 +0530
  4. 183099d drivers: video: Makefile: Rule to compile necessary video driver files by Nikhil M Jain · Thu Apr 20 17:41:02 2023 +0530
  5. 77fb25a drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL by Nikhil M Jain · Thu Apr 20 17:41:00 2023 +0530
  6. 9fa24c1 drivers: video: Kconfig: Add configs for enabling video at SPL by Nikhil M Jain · Thu Apr 20 17:40:59 2023 +0530
  7. 8895dd3 rockchip: video: Add support for RK3568 DSI Host by Chris Morgan · Fri Mar 24 13:53:07 2023 -0500
  8. ab446c5 video: rockchip: rk_vop: add rk3288-dp compare string by Johan Jonker · Wed Mar 15 19:33:38 2023 +0100
  9. 56a730b video: sunxi: dw-hdmi: Use DM for HVCC regulator by Samuel Holland · Mon Nov 28 01:02:28 2022 -0600
  10. 65bd46b video: sunxi: dw-hdmi: Use DM for clock gates and resets by Samuel Holland · Mon Nov 28 01:02:27 2022 -0600
  11. a4c30ee Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sat Apr 08 14:19:08 2023 -0400
  12. a951b43 video: tl070wsh30: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · Tue Feb 28 02:55:23 2023 +0100
  13. bbdd135 video: simple-panel: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · Tue Feb 28 02:55:22 2023 +0100
  14. e718e72 video: rm68200: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · Tue Feb 28 02:55:21 2023 +0100
  15. 8da2cb6 video: otm8009a: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · Tue Feb 28 02:55:20 2023 +0100
  16. 47508aa simple_panel: support simple MIPI DSI panels by Svyatoslav Ryhel · Mon Mar 27 11:11:50 2023 +0300
  17. f926003 simple_panel: add support for get_display_timing by Svyatoslav Ryhel · Mon Mar 27 11:11:49 2023 +0300
  18. feddf9f video: tegra20: add DSI controller driver by Svyatoslav Ryhel · Mon Mar 27 11:11:48 2023 +0300
  19. 0c8aa5e video: tegra-dc: pass DC regmap to internal devices by Svyatoslav Ryhel · Mon Mar 27 11:11:47 2023 +0300
  20. 7673aba video: tegra-dc: add panel_set_backlight call by Svyatoslav Ryhel · Mon Mar 27 11:11:46 2023 +0300
  21. 4f5b79b video: tegra-dc: add 180 degree panel rotation by Svyatoslav Ryhel · Mon Mar 27 11:11:45 2023 +0300
  22. 9716fe5 video: tegra-dc: assign regmap directly by Svyatoslav Ryhel · Mon Mar 27 11:11:44 2023 +0300
  23. d880629 video: tegra-dc: request timings from panel driver first by Svyatoslav Ryhel · Mon Mar 27 11:11:43 2023 +0300
  24. c1f260a video: tegra-dc: get clocks from device tree by Svyatoslav Ryhel · Mon Mar 27 11:11:42 2023 +0300
  25. d15683f video: move tegra dc driver into own folder by Svyatoslav Ryhel · Mon Mar 27 11:11:41 2023 +0300
  26. cad5671 tegra: lcd: video: integrate display driver for t30 by Marcel Ziswiler · Mon Mar 27 11:11:40 2023 +0300
  27. 2b99fd8 Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function") by Tom Rini · Wed Mar 15 11:58:58 2023 -0400
  28. 90679c6 video: Clear the vidconsole rather than the video by Simon Glass · Fri Mar 10 12:47:21 2023 -0800
  29. 366f5d1 video: Remove duplicate cursor-positioning function by Simon Glass · Fri Mar 10 12:47:20 2023 -0800
  30. df865d3 video: Allow a copy framebuffer with pre-allocated fb by Simon Glass · Fri Mar 10 12:47:17 2023 -0800
  31. ce2ec8e efi: Support copy framebuffer by Simon Glass · Fri Mar 10 12:47:16 2023 -0800
  32. c1e9eab efi: Support a 64-bit frame buffer address by Simon Glass · Fri Mar 10 12:47:13 2023 -0800
  33. d944282 efi: video: Return mode info for app also by Simon Glass · Fri Mar 10 12:47:12 2023 -0800
  34. f89af4e efi: video: Move payload code into a function by Simon Glass · Fri Mar 10 12:47:11 2023 -0800
  35. efadfde video console: add 16x32 Terminus font from linux by Dzmitry Sankouski · Mon Feb 27 20:37:08 2023 +0300
  36. 7932a99 video console: add 12x22 Sun font from linux by Dzmitry Sankouski · Mon Feb 27 20:37:07 2023 +0300
  37. bb165e4 video console: allow font size configuration at runtime by Dzmitry Sankouski · Tue Mar 07 13:21:16 2023 +0300
  38. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · Tue Mar 07 13:21:15 2023 +0300
  39. 7fa964a video console: implement multiple fonts configuration by Dzmitry Sankouski · Tue Mar 07 13:21:14 2023 +0300
  40. 70d35a7 video console: add support for fonts wider than 1 byte by Dzmitry Sankouski · Tue Mar 07 13:21:12 2023 +0300
  41. aea2d2d video console: refactoring and optimization by Dzmitry Sankouski · Tue Mar 07 13:21:11 2023 +0300
  42. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  43. 6fd44e6 Correct SPL use of PANEL by Simon Glass · Sun Feb 05 17:54:44 2023 -0700
  44. 76f908a Correct SPL use of VIDEO_BPP32 by Simon Glass · Sun Feb 05 15:44:30 2023 -0700
  45. 95563f6 Correct SPL use of VIDEO_BPP16 by Simon Glass · Sun Feb 05 17:55:32 2023 -0700
  46. 5c7d4a5 mtd: Drop unused scf0403_lcd driver by Simon Glass · Wed Feb 01 13:20:06 2023 -0700
  47. 8e68143 video: Drop unused lg4573 driver by Simon Glass · Wed Feb 01 13:19:40 2023 -0700
  48. 9095dda samsung: Drop CONFIG_EXYNOS_PWM_BL by Simon Glass · Wed Feb 01 13:19:31 2023 -0700
  49. 9427274 drivers: video: tidss: TIDSS video driver support for AM62x by Nikhil M Jain · Tue Jan 31 15:35:17 2023 +0530
  50. c76eda6 drivers: video: simple_panel: make simple panel independent of backlight by Nikhil M Jain · Tue Jan 31 15:35:16 2023 +0530
  51. 260bdb3 video: ti: am335x: restore driver-model code by Dario Binacchi · Sat Jan 28 16:55:31 2023 +0100
  52. d04dbf7 video: sunxi: dw-hdmi: Read address from DT node by Jernej Skrabec · Mon Nov 28 01:02:26 2022 -0600
  53. 97d10d4 video: sunxi: dw-hdmi: Probe driver by compatible by Jernej Skrabec · Mon Nov 28 01:02:25 2022 -0600
  54. d259d9c global: Remove unused CONFIG defines by Tom Rini · Tue Jan 10 11:19:28 2023 -0500
  55. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · Fri Jan 06 08:52:32 2023 -0600
  56. 6faa15a video: truetype: Rename the metrics function by Simon Glass · Fri Jan 06 08:52:30 2023 -0600
  57. 80a8e80 video: Enable VIDEO_ANSI by default only with EFI by Simon Glass · Fri Jan 06 08:52:29 2023 -0600
  58. 05d5dcf global: Migrate CONFIG_FB_ADDR to CFG by Tom Rini · Sun Dec 04 10:03:51 2022 -0500
  59. ea79bb7 sandbox: Rework how SDL is enabled / disabled by Tom Rini · Sat Nov 19 18:45:43 2022 -0500
  60. 1eed03e Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig by Tom Rini · Sat Nov 19 18:45:19 2022 -0500
  61. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  62. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  63. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  64. 557786c video: Make all video options depend on DM_VIDEO by Simon Glass · Tue Oct 18 07:35:17 2022 -0600
  65. aaf74bf video: Drop SPLASHIMAGE_CALLBACK by Simon Glass · Tue Oct 18 07:30:25 2022 -0600
  66. fae8560 video: Drop CONFIG_LCD by Simon Glass · Tue Oct 18 07:19:42 2022 -0600
  67. 0e85745 video: Drop CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:24:15 2022 -0600
  68. c162e02 tegra: Drop old LCD code by Simon Glass · Tue Oct 18 06:10:04 2022 -0600
  69. 8e0e1c4 nexell: Drop old LCD code by Simon Glass · Sun Oct 16 15:55:16 2022 -0600
  70. 31e1dcb video: samsung: Drop old LCD code by Simon Glass · Sun Oct 16 15:54:35 2022 -0600
  71. a423fd5 video: Drop atmel LCD code by Simon Glass · Sun Oct 16 15:53:35 2022 -0600
  72. ae0ee10 video: Drop ld9040 driver by Simon Glass · Sun Oct 16 15:46:15 2022 -0600
  73. c47e207 video: atmel: Drop pre-DM parts of video driver by Simon Glass · Sun Oct 16 15:38:01 2022 -0600
  74. 9faa287 video: Drop CONFIG_AM335X_LCD by Simon Glass · Sun Oct 16 15:31:47 2022 -0600
  75. 1a4e702 video: Drop VCXK video controller by Simon Glass · Sun Oct 16 15:26:52 2022 -0600
  76. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · Sun Oct 16 15:19:04 2022 -0600
  77. 7fce998 video: Drop CONFIG_LCD_INFO by Simon Glass · Sun Oct 16 15:11:32 2022 -0600
  78. ebd8937 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · Sun Oct 16 15:08:59 2022 -0600
  79. cda7d0c Convert CONFIG_VIDEO_LOGO_MAX_SIZE to Kconfig by Simon Glass · Tue Oct 18 06:49:18 2022 -0600
  80. 858198c video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZE by Simon Glass · Tue Oct 18 06:46:08 2022 -0600
  81. 45c0a7e Convert CONFIG_HIDE_LOGO_VERSION to Kconfig by Simon Glass · Tue Oct 18 06:30:56 2022 -0600
  82. 8b883a3 video: Split SPLASH_SCREEN_ALIGN from bmp command by Simon Glass · Tue Oct 18 06:24:16 2022 -0600
  83. 7045990 video: Add a way to get the default font height by Simon Glass · Thu Oct 06 08:36:18 2022 -0600
  84. 7e14804 video: Add a function to get the dimensions of a BMP image by Simon Glass · Thu Oct 06 08:36:17 2022 -0600
  85. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  86. 981f00b video: Add a way to change the font name and size by Simon Glass · Thu Oct 06 08:36:14 2022 -0600
  87. 360a3f1 video: Add a function to select the truetype metrics by Simon Glass · Thu Oct 06 08:36:13 2022 -0600
  88. 47b775a video: Record the truetype font name by Simon Glass · Thu Oct 06 08:36:12 2022 -0600
  89. 7959776 video: Refactor to allow more than one font size by Simon Glass · Thu Oct 06 08:36:11 2022 -0600
  90. 899f3e1 video: Tidy up the check for valid fonts by Simon Glass · Thu Oct 06 08:36:10 2022 -0600
  91. 2247742 video: Add function to obtain the U-Boot logo by Simon Glass · Thu Oct 06 08:36:09 2022 -0600
  92. 2baa6f8 video: Allow filling the display with a colour by Simon Glass · Thu Oct 06 08:36:08 2022 -0600
  93. f8360fe video: Move and rename DM_HX8238D option by Simon Glass · Thu Oct 06 08:36:07 2022 -0600
  94. 724e2a4 video: Move the console commands to cmd/ by Simon Glass · Thu Oct 06 08:36:06 2022 -0600
  95. 308cf50 video: Use vidconsole_put_string() to write a string by Simon Glass · Thu Oct 06 08:36:05 2022 -0600
  96. d622c5b video: Provide a function to set the cursor position by Simon Glass · Thu Oct 06 08:36:04 2022 -0600
  97. 2a00633 video: Move console colours to the video uclass by Simon Glass · Thu Oct 06 08:36:03 2022 -0600
  98. cb02900 video: simplefb: add rotation support by Takumi Sueda · Tue Sep 13 18:32:42 2022 +0900
  99. 0c97099 video: dw_mipi_dsi: fix [hv]sync active vs back porch by John Keeping · Wed Sep 07 12:06:32 2022 +0100
  100. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · Wed Oct 12 21:57:59 2022 +0200