1. c34bd8b rockchip: video: vop: Reserve enough space for mipi dispaly by Eric Gao · 8 years ago
  2. 8aed0d7 rockchip: video: vop: Set different bitwidth for different display mode by Eric Gao · 8 years ago
  3. 9f81993 rockchip: video: vop: Add mipi display mode for rk3399 by Eric Gao · 8 years ago
  4. e07e5bd rockchip: video: vop: Fix rk_display_init() return error by Eric Gao · 8 years ago
  5. 1c39840 rockchip: video: Add mipi driver support for rockchip soc by Eric Gao · 8 years ago
  6. da10dd1a rockchip: video: Makefile: Modify Makefile for rockchip video driver by eric.gao@rock-chips.com · 8 years ago
  7. b98f0a3 rockchip: video: Kconfig: Add Kconfig for rockchip video driver by eric.gao@rock-chips.com · 8 years ago
  8. ea843b6 dm: video: arm: rpi: Convert to use driver model for video by Simon Glass · 8 years ago
  9. 7cac2fc video: arm: rpi: Move the video settings out of the driver by Simon Glass · 8 years ago
  10. 2e4170b video: arm: rpi: Move the video query out of the driver by Simon Glass · 8 years ago
  11. a6d4cd4 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  12. 983b103 Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig by Simon Glass · 8 years ago
  13. 5600945 sunxi: video: Add A64/H3/H5 HDMI driver by Jernej Skrabec · 8 years ago
  14. 1ae5def sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs by Jernej Skrabec · 8 years ago
  15. 30ca202 sunxi: video: Convert lcdc to use struct display_timing by Jernej Skrabec · 8 years ago
  16. 5e023e7 sunxi: video: Split out TCON code by Jernej Skrabec · 8 years ago
  17. 3fea953 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  18. 7682736 video: Fix crash when scroll screen by eric.gao@rock-chips.com · 8 years ago
  19. 7927831 at91: video: Support driver-model for the HLCD driver by Songjun Wu · 8 years ago
  20. 7a2d533 video: fsl_dcu_fb: add additional modes for DCU by Stefan Agner · 8 years ago
  21. 7ce92a5 video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER setting by Stefan Agner · 8 years ago
  22. 32f26f5 video: fsl_dcu_fb: Enable pixel clock after initialization by Stefan Agner · 8 years ago
  23. 77810e6 video: fsl_dcu_fb: fix framebuffer to the end of memory by Stefan Agner · 8 years ago
  24. b215fb3 Convert CONFIG_FSL_DCU_FB to Kconfig by Sanchayan Maity · 8 years ago
  25. 1622559 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  26. fcea480 ARM: mxs: Rename M28EVK by Marek Vasut · 8 years ago
  27. cc232a9 rockchip: video: Split out HDMI controller code by Jernej Skrabec · 8 years ago
  28. 520c174 rockchip: video: Remove CSC initialization (HDMI) by Jernej Skrabec · 8 years ago
  29. a0a2774 rockchip: video: Fix HDMI audio clocks by Jernej Skrabec · 8 years ago
  30. 1d4ed26 video: cfb_console: fix 32-bit display on 64-bit architectures by Andre Przywara · 8 years ago
  31. 9441274 rockchip: video: fix 83500000 clock mistake in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  32. b24cf85 video: mxsfb: Fix reset hang when videomode variable is not present by Fabio Estevam · 8 years ago
  33. f1cc977 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  34. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  35. c7ccb2c x86: ivybridge: Fix types for 64-bit compilation by Simon Glass · 8 years ago
  36. 05af050 x86: ivybridge: Declare global data where it is used by Simon Glass · 8 years ago
  37. 9b23baf drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo. by Robert P. J. Day · 8 years ago
  38. f253f29 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  39. b4fc6f2 video: cfb_console: fix hang if splashimage file is missing by Anatolij Gustschin · 8 years ago
  40. 0fc41e5 rockchip: video: fix mpixelclock in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  41. d5c453a video: tegra: fix spelling in comment by Marcel Ziswiler · 8 years ago
  42. 7db7455 video: Kconfig: Add VIDEO_IPV3 entry by Jagan Teki · 8 years ago
  43. 8b82dd9 bcm2835 video: Map frame buffer as 32bpp by Alexander Graf · 8 years ago
  44. 095e6c1 rockchip: video: Avoid using u8 in the HDMI driver by Simon Glass · 8 years ago
  45. 987a404 rockchip: video: Check for device in use by Simon Glass · 8 years ago
  46. 1b68283 video: Track whether a display is in use by Simon Glass · 8 years ago
  47. 7981394 video: Use cache-alignment in video_sync() by Simon Glass · 8 years ago
  48. 9ed6826 rockchip: video: Correct VOP clock selection by Simon Glass · 8 years ago
  49. e4ab3d7 rockchip: video: Correct HDMI data source selection by Simon Glass · 8 years ago
  50. 22bb1a7 video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled by Stefan Roese · 8 years ago
  51. 6e67f17 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  52. b87ca80 Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Simon Glass · 8 years ago
  53. 0a6eac8 video: Move video_get_info_str() prototype to a header file by Simon Glass · 8 years ago
  54. fbda683 Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig by Simon Glass · 8 years ago
  55. 0872d44 Convert CONFIG_VIDEO_SW_CURSOR to Kconfig by Simon Glass · 8 years ago
  56. a420657 video: Drop CONFIG_VIDEO_HW_CURSOR by Simon Glass · 8 years ago
  57. 1e1a0fb Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig by Simon Glass · 8 years ago
  58. ac8a32f video: Drop the sed13806 driver by Simon Glass · 8 years ago
  59. c370d38 video: Drop the s3c-fb driver by Simon Glass · 8 years ago
  60. 14438e1 video: Drop the imx25lcdc driver by Simon Glass · 8 years ago
  61. 9909aeb video: Drop the smiLynxEM driver by Simon Glass · 8 years ago
  62. 002f967 Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig by Simon Glass · 8 years ago
  63. cfa307f Convert CONFIG_VIDEO_CT69000 to Kconfig by Simon Glass · 8 years ago
  64. c674519 Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig by Simon Glass · 8 years ago
  65. bdba2b3 Convert CONFIG_CFB_CONSOLE to Kconfig by Simon Glass · 8 years ago
  66. f8b19a8 Convert CONFIG_LCD to Kconfig by Simon Glass · 8 years ago
  67. 27604b1 Convert CONFIG_VIDEO to Kconfig by Simon Glass · 8 years ago
  68. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  69. 5ebd27d Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  70. 21c9bce video: Remove legacy VESA and coreboot framebuffer drivers by Bin Meng · 8 years ago
  71. 2d3c573 x86: coreboot: Convert to use DM coreboot video driver by Bin Meng · 8 years ago
  72. 3968398 dm: video: Don't do anything in alloc_fb() when plat->size is zero by Bin Meng · 8 years ago
  73. 13b2bfc dm: video: Add driver for coreboot framebuffer device by Bin Meng · 8 years ago
  74. fcda8c3 x86: Convert to use DM VESA video driver by Bin Meng · 8 years ago
  75. 02c57ab dm: video: Add driver for VESA-compatible device by Bin Meng · 8 years ago
  76. 443ffe5 dm: x86: Move samus to use new driver model support by Simon Glass · 8 years ago
  77. 2c94380 dm: x86: video: Add a driver-model driver for ivybridge graphics by Simon Glass · 8 years ago
  78. 1df9127 x86: video: Fix typo in broadwell Kconfig by Simon Glass · 8 years ago
  79. 28c694c simple panel: fix spelling of debug message by Marcel Ziswiler · 8 years ago
  80. 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  81. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  82. 720873b video: squash lines for immediate return by Masahiro Yamada · 8 years ago
  83. 421c98d sunxi: display: Use PWM to drive backlight where applicable by Hans de Goede · 8 years ago
  84. c6f086d Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  85. c3aad6f rockchip: Use rockchip_get_clk() to obtain the SoC clock by Simon Glass · 8 years ago
  86. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  87. adde435 video: allow version string to be optional when using LOGO by Tim Harvey · 8 years ago
  88. 99b8275 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  89. 8d37483 tegra: video: Always use write-through cache on LCD by Simon Glass · 9 years ago
  90. ec55077 video: tegra: Move to using simple-panel and pwm-backlight by Simon Glass · 9 years ago
  91. 70c440e rockchip: video: Lower hpd wait time by Sjoerd Simons · 9 years ago
  92. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  93. 9dc89a0 at91: video: Support driver-model for the LCD driver by Simon Glass · 9 years ago
  94. d63ec26 at91: video: Prepare for driver-model conversion by Simon Glass · 9 years ago
  95. d77fa2f Merge http://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  96. b55e04a rockchip: video: Flush the cache when the display is updated by Simon Glass · 9 years ago
  97. f4f2fce exynos: video: Drop old unused code by Simon Glass · 9 years ago
  98. bb5930d exynos: video: Convert several boards to driver model for video by Simon Glass · 9 years ago
  99. 8b449a6 exynos: video: Rename variables for driver model by Simon Glass · 9 years ago
  100. 21f8f9b exynos: video: Rename edp_device_info to exynos_dp_priv by Simon Glass · 9 years ago