1. f1c0b7c Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 2 months ago
  2. 3ce83ee video: ipuv3: fix framebuffer base address init with multiple IPUs by Anatolij Gustschin · 4 years, 2 months ago
  3. 24968d9 drivers: rename more drivers to match compatible string by Walter Lozano · 4 years, 2 months ago
  4. e1e96ba video: add nexell video driver (display/video driver) by Stefan Bosch · 4 years, 3 months ago
  5. 9c5d377 video: add nexell video driver (soc: dpc, makefile) by Stefan Bosch · 4 years, 3 months ago
  6. ee64744 video: add nexell video driver (soc: lvds, hdmi) by Stefan Bosch · 4 years, 3 months ago
  7. 6390378 video: add nexell video driver (soc: mlc, mipi) by Stefan Bosch · 4 years, 3 months ago
  8. af65f28 video: add nexell video driver (soc: displaytop) by Stefan Bosch · 4 years, 3 months ago
  9. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  10. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  11. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  12. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  13. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  14. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  15. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 3 months ago
  16. 6c74ee3 minnowmax: Enable the copy framebuffer by Simon Glass · 4 years, 3 months ago
  17. a67b0db chromebook_link: Enable the copy framebuffer by Simon Glass · 4 years, 3 months ago
  18. 08b7b65 chromebook_samus: Enable the copy framebuffer by Simon Glass · 4 years, 3 months ago
  19. 551ca0e x86: video: Support copy framebuffer with probed devices by Simon Glass · 4 years, 3 months ago
  20. 7812bbd video: Correctly handle multiple framebuffers by Simon Glass · 4 years, 3 months ago
  21. f578ca7 video: sandbox: Add support for the copy framebuffer by Simon Glass · 4 years, 3 months ago
  22. 2b1412c video: Update the copy framebuffer when writing bitmaps by Simon Glass · 4 years, 3 months ago
  23. c30c5f2 video: Update rotated console to support copy buffer by Simon Glass · 4 years, 3 months ago
  24. 3ad740a video: Update truetype console to support copy buffer by Simon Glass · 4 years, 3 months ago
  25. 68f3fc7 video: Update normal console to support copy buffer by Simon Glass · 4 years, 3 months ago
  26. 8c0b5d2 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · 4 years, 3 months ago
  27. 138dfea video: Clear the copy framebuffer when clearing the screen by Simon Glass · 4 years, 3 months ago
  28. 6efa809 video: Set up the copy framebuffer when enabled by Simon Glass · 4 years, 3 months ago
  29. 9beac5d video: Add support for copying to a hardware framebuffer by Simon Glass · 4 years, 3 months ago
  30. 9beb364 video: Adjust rotated console to start at right edge by Simon Glass · 4 years, 3 months ago
  31. a254d11 video: Split out expression parts into variables by Simon Glass · 4 years, 3 months ago
  32. 6a2ea43 sandbox: video: Allow selection of rotated console by Simon Glass · 4 years, 3 months ago
  33. 8b763df video: Show an error when a vidconsole function fails by Simon Glass · 4 years, 3 months ago
  34. 27b5b9e video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · 4 years, 3 months ago
  35. 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 3 months ago
  36. 35ee34b video: rockchip: fix HDMI 4K resolution by Anatolij Gustschin · 4 years, 3 months ago
  37. 19a7e58 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 3 months ago
  38. 673eb44 rockchip: correctly set vop0 or vop1 by Patrick Wildt · 4 years, 4 months ago
  39. bccb385 video: orisetech_otm8009a: fill characteristics of DSI data link by Yannick Fertre · 4 years, 3 months ago
  40. ac824e8 video: raydium_rm68200: fill characteristics of DSI data link by Yannick Fertre · 4 years, 3 months ago
  41. 7084dd8 video: stm32: stm32_dsi: copy DSI fields by Yannick Fertre · 4 years, 3 months ago
  42. 670eda3 video: check hardware version of DSI by Yannick Fertre · 4 years, 3 months ago
  43. 8cee200 video: vidconsole: avoid multiple lines overwrite logo by Ye Li · 4 years, 4 months ago
  44. bab68b2 video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer by Ye Li · 4 years, 4 months ago
  45. a60becc Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · 4 years, 4 months ago
  46. 0735ac8 Convert CONFIG_AM335X_LCD to Kconfig by Tom Rini · 4 years, 4 months ago
  47. aef43ea bdinfo: dm: Update fb_base when using driver model by Simon Glass · 4 years, 5 months ago
  48. fb3dd9c video: ipuv3: remove non-DM code by Anatolij Gustschin · 4 years, 4 months ago
  49. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 4 months ago
  50. db755b3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · 4 years, 4 months ago
  51. e26e520 video: make backlight and panel drivers optional by Anatolij Gustschin · 4 years, 4 months ago
  52. 0b12f76 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · 4 years, 4 months ago
  53. 39b9555 video: make vidconsole commands optional by Anatolij Gustschin · 4 years, 4 months ago
  54. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  55. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  56. 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 5 months ago
  57. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  58. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  59. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  60. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  61. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  62. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  63. 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 5 months ago
  64. 18138ab rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 5 months ago
  65. 295ab88 video: omap: change include order by Dario Binacchi · 4 years, 5 months ago
  66. 143414c Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 5 months ago
  67. 72fef43 video: mxsfb: add clk_enable() by Giulio Benetti · 4 years, 5 months ago
  68. 653ac18 rockchip: video: Convert to use APIs which support live DT by Kever Yang · 4 years, 7 months ago
  69. c3d31af rockchip: video: Use ofnode_decode_display_timing() to parse timing by Kever Yang · 4 years, 7 months ago
  70. ea16637 video: simple_panel: add boe,nv140fhmn49 display by Peter Robinson · 4 years, 5 months ago
  71. 973e31f drivers: video: rockchip: fix building eDP and LVDS drivers by Peter Robinson · 4 years, 5 months ago
  72. 76f6bcd video: mxsfb: enable setting ENABLE negative polarity by Giulio Benetti · 4 years, 6 months ago
  73. 7c30d76 video: mxsfb: enable setting PIXDATA on negative edge by Giulio Benetti · 4 years, 6 months ago
  74. 606668a video: mxsfb: enable setting VSYNC negative polarity by Giulio Benetti · 4 years, 6 months ago
  75. e121e00 video: mxsfb: enable setting HSYNC negative polarity by Giulio Benetti · 4 years, 6 months ago
  76. abda0a5 video: mxsfb: refactor for using display_timings by Giulio Benetti · 4 years, 6 months ago
  77. aa04570 video: mxsfb: add support for i.MXRT by Giulio Benetti · 4 years, 6 months ago
  78. ceb4ffc video: mxsfb: add support for DM CLK by Giulio Benetti · 4 years, 6 months ago
  79. 92a6836 sunxi: display: use common video_ctfb_mode_to_display_timing() by Giulio Benetti · 4 years, 6 months ago
  80. 10374da videomodes: add helper function to convert from ctfb to display_timing by Giulio Benetti · 4 years, 6 months ago
  81. a0c91fe video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default case by Bin Meng · 4 years, 6 months ago
  82. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 6 months ago
  83. 05c65a8 video: rockchip: Support 4K resolution for rk3399, HDMI by Jagan Teki · 4 years, 6 months ago
  84. e67243f video: rockchip: Fix vop modes for rk3399 by Jagan Teki · 4 years, 6 months ago
  85. 2738f0e Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · 4 years, 7 months ago
  86. 0aff8e2 video: omap: fix pixel-per-line bitfield setting by Dario Binacchi · 4 years, 7 months ago
  87. 96b109b video: omap: add support for DM/DTS by Dario Binacchi · 4 years, 7 months ago
  88. a9df3c5 video: omap: create two routines to set the pixel clock rate by Dario Binacchi · 4 years, 7 months ago
  89. 9d7f53c video: omap: add loop exit conditions to the dpll setup by Dario Binacchi · 4 years, 7 months ago
  90. 9aead9a video: omap: fix debug message by Dario Binacchi · 4 years, 7 months ago
  91. 41f76a0 video: omap: rename LCD controller registers by Dario Binacchi · 4 years, 7 months ago
  92. 017295f video: omap: fix bitfields order by Dario Binacchi · 4 years, 7 months ago
  93. 3af4375 video: omap: fix coding style on use of spaces by Dario Binacchi · 4 years, 7 months ago
  94. e3f82b8 video: omap: add missing bitfield masks by Dario Binacchi · 4 years, 7 months ago
  95. a2f4706 video: omap: use BIT() and GENMASK() macros by Dario Binacchi · 4 years, 7 months ago
  96. 9aa886c video: meson: keep power domain up after booting by Anatolij Gustschin · 4 years, 8 months ago
  97. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  98. 5f2fe7d Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 8 months ago
  99. 8a6ffed video: enable VIDEO_ANSI and all VIDEO_BBP options by Anatolij Gustschin · 4 years, 8 months ago
  100. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago