1. b1f1763 configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:16 2020 +0200
  2. c47fe77 configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:15 2020 +0200
  3. 5d0e2ab configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs by Patrick Delaunay · Mon Sep 28 11:30:14 2020 +0200
  4. 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · Sun Oct 11 14:28:04 2020 +0200
  5. 4d57087 video: backlight: fix pwm data structure description by Dario Binacchi · Sun Oct 11 14:28:03 2020 +0200
  6. c73372f video: dw-mipi-dsi: permit configuring the escape clock rate by Neil Armstrong · Fri Oct 02 11:16:09 2020 +0200
  7. a61f0e5 video: dw-mipi-dsi: driver-specific configuration of phy timings by Neil Armstrong · Fri Oct 02 11:16:08 2020 +0200
  8. 38ae92e Merge branch 'next' by Tom Rini · Mon Oct 05 13:05:46 2020 -0400
  9. bf7d97d video: stm32_dsi: Convert to use APIs which support live DT by Patrick Delaunay · Wed Sep 09 17:44:13 2020 +0200
  10. 1d64641 video: stm32_ltdc: Convert to use APIs which support live DT by Patrick Delaunay · Wed Sep 09 17:44:12 2020 +0200
  11. b9b6702 video: stm32: Fix not calling dev_xxx with a device by Sean Anderson · Tue Sep 15 10:45:20 2020 -0400
  12. 589d534 video: typo Normlly by Heinrich Schuchardt · Tue Sep 29 02:27:41 2020 +0200
  13. e584215 video: cfb_console.c: Use bi_dram[] values on all platforms by Stefan Roese · Wed Aug 12 13:32:41 2020 +0200
  14. 2d7a794 Convert CONFIG_SPLASH_SCREEN et al to Kconfig by Simon Glass · Tue Aug 11 11:23:35 2020 -0600
  15. 322ebe9 Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Aug 04 11:11:02 2020 -0400
  16. 76057ba video: ipuv3: fix framebuffer base address init with multiple IPUs by Anatolij Gustschin · Mon Aug 03 15:45:33 2020 +0200
  17. 35f6187 drivers: rename more drivers to match compatible string by Walter Lozano · Wed Jul 29 12:31:20 2020 -0300
  18. 5ed5ad4 video: add nexell video driver (display/video driver) by Stefan Bosch · Fri Jul 10 19:07:36 2020 +0200
  19. 3561de1 video: add nexell video driver (soc: dpc, makefile) by Stefan Bosch · Fri Jul 10 19:07:35 2020 +0200
  20. b7719a7 video: add nexell video driver (soc: lvds, hdmi) by Stefan Bosch · Fri Jul 10 19:07:34 2020 +0200
  21. 8708814 video: add nexell video driver (soc: mlc, mipi) by Stefan Bosch · Fri Jul 10 19:07:33 2020 +0200
  22. 3e05411 video: add nexell video driver (soc: displaytop) by Stefan Bosch · Fri Jul 10 19:07:32 2020 +0200
  23. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  24. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  25. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  26. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  27. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  28. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  29. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  30. 0fc300a minnowmax: Enable the copy framebuffer by Simon Glass · Thu Jul 02 21:12:36 2020 -0600
  31. eb4d9f1 chromebook_link: Enable the copy framebuffer by Simon Glass · Thu Jul 02 21:12:35 2020 -0600
  32. 2781e68 chromebook_samus: Enable the copy framebuffer by Simon Glass · Thu Jul 02 21:12:34 2020 -0600
  33. c3d2f35 x86: video: Support copy framebuffer with probed devices by Simon Glass · Thu Jul 02 21:12:33 2020 -0600
  34. 951255d video: Correctly handle multiple framebuffers by Simon Glass · Thu Jul 02 21:12:32 2020 -0600
  35. 2a0f8e3 video: sandbox: Add support for the copy framebuffer by Simon Glass · Thu Jul 02 21:12:29 2020 -0600
  36. 4761c8c video: Update the copy framebuffer when writing bitmaps by Simon Glass · Thu Jul 02 21:12:27 2020 -0600
  37. 42301da video: Update rotated console to support copy buffer by Simon Glass · Thu Jul 02 21:12:26 2020 -0600
  38. 3f5f944 video: Update truetype console to support copy buffer by Simon Glass · Thu Jul 02 21:12:25 2020 -0600
  39. 03a96ae video: Update normal console to support copy buffer by Simon Glass · Thu Jul 02 21:12:24 2020 -0600
  40. 31a7e23 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · Thu Jul 02 21:12:23 2020 -0600
  41. f8ec621 video: Clear the copy framebuffer when clearing the screen by Simon Glass · Thu Jul 02 21:12:22 2020 -0600
  42. b4928e5 video: Set up the copy framebuffer when enabled by Simon Glass · Thu Jul 02 21:12:21 2020 -0600
  43. 73c9c37 video: Add support for copying to a hardware framebuffer by Simon Glass · Thu Jul 02 21:12:20 2020 -0600
  44. f50a6b9 video: Adjust rotated console to start at right edge by Simon Glass · Thu Jul 02 21:12:17 2020 -0600
  45. 80daa3f video: Split out expression parts into variables by Simon Glass · Thu Jul 02 21:12:16 2020 -0600
  46. e373882 sandbox: video: Allow selection of rotated console by Simon Glass · Thu Jul 02 21:12:15 2020 -0600
  47. f97beb7 video: Show an error when a vidconsole function fails by Simon Glass · Thu Jul 02 21:12:14 2020 -0600
  48. 60b9224 video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · Wed Jul 01 14:56:10 2020 +0200
  49. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · Tue Jun 30 11:43:18 2020 -0400
  50. 874b373 video: rockchip: fix HDMI 4K resolution by Anatolij Gustschin · Mon Jun 29 16:53:44 2020 +0200
  51. 467eec6 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Jun 28 10:12:25 2020 -0400
  52. 54fe2bd rockchip: correctly set vop0 or vop1 by Patrick Wildt · Sun Jun 07 20:36:12 2020 +0200
  53. 0034079 video: orisetech_otm8009a: fill characteristics of DSI data link by Yannick Fertre · Wed Jun 24 10:45:42 2020 +0200
  54. bf8f564 video: raydium_rm68200: fill characteristics of DSI data link by Yannick Fertre · Wed Jun 24 10:45:41 2020 +0200
  55. 581449b video: stm32: stm32_dsi: copy DSI fields by Yannick Fertre · Wed Jun 24 10:45:40 2020 +0200
  56. 402ac70 video: check hardware version of DSI by Yannick Fertre · Wed Jun 24 10:43:59 2020 +0200
  57. 3e37469 video: vidconsole: avoid multiple lines overwrite logo by Ye Li · Wed Jun 10 02:52:21 2020 -0700
  58. b5c864d video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer by Ye Li · Wed Jun 10 02:52:23 2020 -0700
  59. cc8db2a Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · Tue Jun 16 19:06:06 2020 -0400
  60. 2a1064b Convert CONFIG_AM335X_LCD to Kconfig by Tom Rini · Tue Jun 16 19:06:01 2020 -0400
  61. b2b2961 bdinfo: dm: Update fb_base when using driver model by Simon Glass · Sun May 10 14:17:01 2020 -0600
  62. 76cb1e7 video: ipuv3: remove non-DM code by Anatolij Gustschin · Tue May 26 09:38:17 2020 +0200
  63. 4702064 video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · Sat May 23 17:11:20 2020 +0200
  64. 8329ce3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · Mon May 25 14:34:17 2020 +0200
  65. 0dcb3fd video: make backlight and panel drivers optional by Anatolij Gustschin · Tue May 26 00:20:49 2020 +0200
  66. 0087836 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · Tue May 26 00:09:22 2020 +0200
  67. 20b7919 video: make vidconsole commands optional by Anatolij Gustschin · Mon May 25 21:47:19 2020 +0200
  68. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  69. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  70. 0db4b94 Fix some checkpatch warnings in calls to udelay() by Simon Glass · Sun May 10 11:40:10 2020 -0600
  71. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  72. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  73. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  74. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  75. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  76. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  77. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · Sun May 17 12:29:19 2020 +0200
  78. 513f640 rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · Wed May 06 08:02:41 2020 -0400
  79. 763e736 video: omap: change include order by Dario Binacchi · Sun May 03 21:27:48 2020 +0200
  80. 931f1d3 Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon May 04 09:29:42 2020 -0400
  81. a59f712 video: mxsfb: add clk_enable() by Giulio Benetti · Mon Apr 27 17:53:05 2020 +0200
  82. e686739 rockchip: video: Convert to use APIs which support live DT by Kever Yang · Wed Feb 19 09:45:38 2020 +0800
  83. 8cda38d rockchip: video: Use ofnode_decode_display_timing() to parse timing by Kever Yang · Wed Feb 19 09:45:37 2020 +0800
  84. 6a0e7a6 video: simple_panel: add boe,nv140fhmn49 display by Peter Robinson · Mon Apr 20 20:27:32 2020 +0100
  85. 07c7876 drivers: video: rockchip: fix building eDP and LVDS drivers by Peter Robinson · Mon Apr 20 19:18:25 2020 +0100
  86. 927858e video: mxsfb: enable setting ENABLE negative polarity by Giulio Benetti · Wed Apr 08 17:10:19 2020 +0200
  87. e9238d6 video: mxsfb: enable setting PIXDATA on negative edge by Giulio Benetti · Wed Apr 08 17:10:18 2020 +0200
  88. 996d96a video: mxsfb: enable setting VSYNC negative polarity by Giulio Benetti · Wed Apr 08 17:10:17 2020 +0200
  89. e030524 video: mxsfb: enable setting HSYNC negative polarity by Giulio Benetti · Wed Apr 08 17:10:16 2020 +0200
  90. ac6d7f1 video: mxsfb: refactor for using display_timings by Giulio Benetti · Wed Apr 08 17:10:15 2020 +0200
  91. 8367731 video: mxsfb: add support for i.MXRT by Giulio Benetti · Wed Apr 08 17:10:14 2020 +0200
  92. f14d000 video: mxsfb: add support for DM CLK by Giulio Benetti · Wed Apr 08 17:10:13 2020 +0200
  93. 953f5ed sunxi: display: use common video_ctfb_mode_to_display_timing() by Giulio Benetti · Wed Apr 08 17:10:12 2020 +0200
  94. 52db540 videomodes: add helper function to convert from ctfb to display_timing by Giulio Benetti · Wed Apr 08 17:10:11 2020 +0200
  95. 12de4aa video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default case by Bin Meng · Mon Apr 06 06:06:58 2020 -0700
  96. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Apr 07 11:58:44 2020 -0400
  97. 1acb919 video: rockchip: Support 4K resolution for rk3399, HDMI by Jagan Teki · Thu Apr 02 17:11:25 2020 +0530
  98. 5023ade video: rockchip: Fix vop modes for rk3399 by Jagan Teki · Thu Apr 02 17:11:22 2020 +0530
  99. 32cdf19 Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Tue Mar 17 11:59:58 2020 -0400
  100. bd0b969 video: omap: fix pixel-per-line bitfield setting by Dario Binacchi · Sat Feb 22 14:05:48 2020 +0100