1. 31e9f79 video: simplefb: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
  2. 32b7368 video: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
  3. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  4. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  5. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  6. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  7. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  8. ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 4 months ago
  9. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  10. ec2c2a0 video: Remove ati_radeon_fb by Tom Rini · 3 years, 3 months ago
  11. f916490 global: Remove dead code that starts with CONFIG_[0-9A] by Tom Rini · 3 years, 3 months ago
  12. 913b067 Merge tag 'video-2021-08-05' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 4 months ago
  13. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  14. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  15. 012df66 video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO by Andre Przywara · 3 years, 4 months ago
  16. 36f654a video: Add simple driver for ST-Ericsson MCDE with pre-configured display by Stephan Gerhold · 3 years, 5 months ago
  17. 62e90f7 video: buffer overrun in TrueType console by Heinrich Schuchardt · 3 years, 9 months ago
  18. aa0edca Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
  19. 5a56994 video: Check return value in pwm_backlight_of_to_plat() by Simon Glass · 3 years, 7 months ago
  20. adacf21 drivers: video: hx8238 fix build bug by Gireesh Hiremath · 3 years, 6 months ago
  21. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  22. d73e489 video: mxsfb: add enabling of "disp_axi" clock by Giulio Benetti · 3 years, 7 months ago
  23. 3ea47a7 video: mxsfb: add enabling of "axi" clock other than "per" clock by Giulio Benetti · 3 years, 7 months ago
  24. edee873 video: sunxi: de2: switch to public uclass functions by Jernej Skrabec · 3 years, 7 months ago
  25. 5dd59e5 video: sunxi: dw-hdmi: read source_id later by Jernej Skrabec · 3 years, 7 months ago
  26. e4aa471 video: sunxi: Remove TV probe from DE2 by Jernej Skrabec · 3 years, 7 months ago
  27. a31e3d1 video: sunxi: Remove check for ddc-i2c-bus property by Jernej Skrabec · 3 years, 7 months ago
  28. 1cf6619 video: sunxi: Use DW-HDMI hpd function by Jernej Skrabec · 3 years, 7 months ago
  29. 5b2b0a7 video: sunxi: Add mode_valid callback to sunxi_dw_hdmi by Jernej Skrabec · 3 years, 7 months ago
  30. c2a50b1 sunxi: video: select dw-hdmi in Kconfig, not Makefile by Jernej Skrabec · 3 years, 9 months ago
  31. 17e65b3 video: Fix line padding calculation for 16 and 24 BPP bitmaps by Sylwester Nawrocki · 4 years ago
  32. feb1a1b tegra: video: fix tegra_dc_sor_config_panel() by Heinrich Schuchardt · 3 years, 8 months ago
  33. 3b8c004 finish removing mb862xx video driver by Trevor Woerner · 3 years, 9 months ago
  34. 81b0f61 video: SIMPLE_PANEL depends on DM_GPIO by Asherah Connor · 3 years, 9 months ago
  35. 4692746 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · 4 years, 1 month ago
  36. 3af97be rockchip: video: vop: Add reset support by Arnaud Patard (Rtp) · 3 years, 9 months ago
  37. 3037cd2 rockchip: video: edp: Add missing reset support by Arnaud Patard (Rtp) · 3 years, 9 months ago
  38. 6b81d6a rockchip: video: vop: Fix format of fbbase in debug string by Arnaud Patard (Rtp) · 3 years, 9 months ago
  39. 1af703c Rockchip: video: vop: Reserve efi fb memory by Arnaud Patard (Rtp) · 3 years, 9 months ago
  40. 16121af rockchip: video: edp: Add rk3399 support by Arnaud Patard (Rtp) · 3 years, 9 months ago
  41. 058ffd6 rockchip: video: vop: Use endpoint compatible string to find VOP mode by Arnaud Patard (Rtp) · 3 years, 9 months ago
  42. d2398ab x86: video: Allow coreboot video to be used on any x86 board by Simon Glass · 3 years, 9 months ago
  43. 9a01fd9 x86: Make coreboot sysinfo available to any x86 board by Simon Glass · 3 years, 9 months ago
  44. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
  45. be125e7 video: dw_mipi_dsi: update log of dphy_enable by Yannick Fertre · 3 years, 9 months ago
  46. 30ef11e video: dw_mipi_dsi: missing device to log debug by Yannick Fertre · 3 years, 9 months ago
  47. 73b6705 video: stm32: remove all child of DSI bridge when its probe failed by Patrick Delaunay · 3 years, 9 months ago
  48. 5bc34cb video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 9 months ago
  49. db4b234 drivers: video: Add Support for Himax HX8238D Panel by Moses Christopher · 3 years, 11 months ago
  50. 2ec8577 Replace video_uc_platdata with video_uc_plat by Dario Binacchi · 3 years, 10 months ago
  51. 8e73e29 video: eliminate unused drivers/video/mb862xx.c by Heinrich Schuchardt · 4 years ago
  52. 4cdbb25 video: simple_panel: Add boe,nv101wxmn51 display by Alper Nebi Yasak · 4 years, 1 month ago
  53. 641c7a2 video: simple_panel: Add sharp,lq123p1jx31 display by Alper Nebi Yasak · 4 years, 1 month ago
  54. 67a4188 video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible by Nicolas Saenz Julienne · 3 years, 11 months ago
  55. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  56. 1281065 dm: Rename DM_FLAG_REMOVE_WITH_PD_ON by Simon Glass · 3 years, 10 months ago
  57. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  58. 62b535e video: Allow syncing the entire framebuffer to the copy by Simon Glass · 3 years, 11 months ago
  59. 3273e83 Kconfig: simple panel requires backlight by Marcin Juszkiewicz · 4 years, 1 month ago
  60. f686e4d dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 11 months ago
  61. 0f075f8 Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 11 months ago
  62. 0542b01 Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 11 months ago
  63. 26d05cb video: stm32_dsi: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  64. b517c8f video: stm32_ltdc: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  65. 3624854 video: omap: move drivers to 'ti' directory by Dario Binacchi · 4 years ago
  66. 8538119 video: omap: split the legacy code from the DM code by Dario Binacchi · 4 years ago
  67. 0dc4819 video: omap: set LCD clock rate through DM API by Dario Binacchi · 4 years ago
  68. 67e92c1 video: omap: add panel driver by Dario Binacchi · 4 years ago
  69. 4a4057a video: add TDO tl070wsh30 panel driver by Neil Armstrong · 4 years, 2 months ago
  70. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
  71. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  72. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  73. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  74. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  75. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  76. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  77. a1e136d video: Call video_sync in video_clear() by Michal Simek · 4 years ago
  78. 32058b8 video: seps525: Add seps525 SPI driver by Michal Simek · 4 years ago
  79. 8ae95df video: Introduce video_sync operation by Michal Simek · 4 years ago
  80. 632e3d4 video: Let video_sync to return error value by Michal Simek · 4 years ago
  81. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  82. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  83. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  84. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  85. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  86. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  87. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  88. 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 4 years ago
  89. 55d00cd Merge tag 'u-boot-amlogic-20201116' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years ago
  90. 53f2033 video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0 by Alper Nebi Yasak · 4 years, 1 month ago
  91. 91c79ac video: meson: meson_dw_hdmi: fix the potential build warning by Jaehoon Chung · 4 years, 1 month ago
  92. cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
  93. 0955827 video: rockchip: Support 4K resolution for rk3288, HDMI by Jagan Teki · 4 years, 1 month ago
  94. aba4fdf video: rockchip: Add missing dpcd_write() call to link_train_ce() by Alper Nebi Yasak · 4 years, 2 months ago
  95. cbefefc nokia_rx51: disable obsolete VIDEO config by Anatolij Gustschin · 4 years, 1 month ago
  96. 3d471a1 eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years, 1 month ago
  97. b1f1763 configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs by Patrick Delaunay · 4 years, 2 months ago
  98. c47fe77 configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs by Patrick Delaunay · 4 years, 2 months ago
  99. 5d0e2ab configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs by Patrick Delaunay · 4 years, 2 months ago
  100. 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years, 2 months ago