1. 78481ed rockchip: video: Remove CSC initialization (HDMI) by Jernej Skrabec · 8 years ago
  2. 7744d3e rockchip: video: Fix HDMI audio clocks by Jernej Skrabec · 8 years ago
  3. cd7b1ee video: cfb_console: fix 32-bit display on 64-bit architectures by Andre Przywara · 8 years ago
  4. 8b221cf rockchip: video: fix 83500000 clock mistake in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  5. ef84cf6 video: mxsfb: Fix reset hang when videomode variable is not present by Fabio Estevam · 8 years ago
  6. 343743e Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  7. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  8. 6fbb13d x86: ivybridge: Fix types for 64-bit compilation by Simon Glass · 8 years ago
  9. d87b092 x86: ivybridge: Declare global data where it is used by Simon Glass · 8 years ago
  10. 07bdca5 drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo. by Robert P. J. Day · 8 years ago
  11. 168e122 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  12. ea5a962 video: cfb_console: fix hang if splashimage file is missing by Anatolij Gustschin · 8 years ago
  13. 5a808a9 rockchip: video: fix mpixelclock in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  14. bd5867a video: tegra: fix spelling in comment by Marcel Ziswiler · 8 years ago
  15. f36b594 video: Kconfig: Add VIDEO_IPV3 entry by Jagan Teki · 8 years ago
  16. 13b6697 bcm2835 video: Map frame buffer as 32bpp by Alexander Graf · 8 years ago
  17. d16bf2d rockchip: video: Avoid using u8 in the HDMI driver by Simon Glass · 8 years ago
  18. 86ad1b6 rockchip: video: Check for device in use by Simon Glass · 8 years ago
  19. 365b7f7 video: Track whether a display is in use by Simon Glass · 8 years ago
  20. eebc3fd video: Use cache-alignment in video_sync() by Simon Glass · 8 years ago
  21. 25891bc rockchip: video: Correct VOP clock selection by Simon Glass · 8 years ago
  22. 193edc7 rockchip: video: Correct HDMI data source selection by Simon Glass · 8 years ago
  23. 956e339 video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled by Stefan Roese · 8 years ago
  24. db090a2 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  25. d76f29a Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Simon Glass · 8 years ago
  26. 88ecb9b video: Move video_get_info_str() prototype to a header file by Simon Glass · 8 years ago
  27. 5a77235 Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig by Simon Glass · 8 years ago
  28. 706605f Convert CONFIG_VIDEO_SW_CURSOR to Kconfig by Simon Glass · 8 years ago
  29. d615c89 video: Drop CONFIG_VIDEO_HW_CURSOR by Simon Glass · 8 years ago
  30. dcff692 Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig by Simon Glass · 8 years ago
  31. 1680916 video: Drop the sed13806 driver by Simon Glass · 8 years ago
  32. 9d05704 video: Drop the s3c-fb driver by Simon Glass · 8 years ago
  33. 870fed7 video: Drop the imx25lcdc driver by Simon Glass · 8 years ago
  34. e9395ef video: Drop the smiLynxEM driver by Simon Glass · 8 years ago
  35. 884889d Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig by Simon Glass · 8 years ago
  36. 1ad7b45 Convert CONFIG_VIDEO_CT69000 to Kconfig by Simon Glass · 8 years ago
  37. 8d0efc1 Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig by Simon Glass · 8 years ago
  38. e64c724 Convert CONFIG_CFB_CONSOLE to Kconfig by Simon Glass · 8 years ago
  39. 169bb3b Convert CONFIG_LCD to Kconfig by Simon Glass · 8 years ago
  40. e9d797a Convert CONFIG_VIDEO to Kconfig by Simon Glass · 8 years ago
  41. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  42. 33d5aa8 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  43. c7dec15 video: Remove legacy VESA and coreboot framebuffer drivers by Bin Meng · 8 years ago
  44. a447017 x86: coreboot: Convert to use DM coreboot video driver by Bin Meng · 8 years ago
  45. 755623d dm: video: Don't do anything in alloc_fb() when plat->size is zero by Bin Meng · 8 years ago
  46. a0676be dm: video: Add driver for coreboot framebuffer device by Bin Meng · 8 years ago
  47. 79012bc x86: Convert to use DM VESA video driver by Bin Meng · 8 years ago
  48. 2c9bb7a dm: video: Add driver for VESA-compatible device by Bin Meng · 8 years ago
  49. 5f69985 dm: x86: Move samus to use new driver model support by Simon Glass · 8 years ago
  50. 03f2a51 dm: x86: video: Add a driver-model driver for ivybridge graphics by Simon Glass · 8 years ago
  51. a3fdd00 x86: video: Fix typo in broadwell Kconfig by Simon Glass · 8 years ago
  52. 07e0c27 simple panel: fix spelling of debug message by Marcel Ziswiler · 8 years ago
  53. 64e4f7f treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  54. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  55. bf528cd video: squash lines for immediate return by Masahiro Yamada · 8 years ago
  56. 663ae65 sunxi: display: Use PWM to drive backlight where applicable by Hans de Goede · 8 years ago
  57. 9ab4d92 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  58. ae8fe41 rockchip: Use rockchip_get_clk() to obtain the SoC clock by Simon Glass · 8 years ago
  59. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  60. 9889946 video: allow version string to be optional when using LOGO by Tim Harvey · 9 years ago
  61. c821dbd Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  62. bbdae4b tegra: video: Always use write-through cache on LCD by Simon Glass · 9 years ago
  63. 44fe9e4 video: tegra: Move to using simple-panel and pwm-backlight by Simon Glass · 9 years ago
  64. 0b03623 rockchip: video: Lower hpd wait time by Sjoerd Simons · 9 years ago
  65. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  66. 31f56b4 at91: video: Support driver-model for the LCD driver by Simon Glass · 9 years ago
  67. f3e7f01 at91: video: Prepare for driver-model conversion by Simon Glass · 9 years ago
  68. 1d724e1 Merge http://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  69. 773ca82 rockchip: video: Flush the cache when the display is updated by Simon Glass · 9 years ago
  70. 6930d6f exynos: video: Drop old unused code by Simon Glass · 9 years ago
  71. a1015ad exynos: video: Convert several boards to driver model for video by Simon Glass · 9 years ago
  72. 305f581 exynos: video: Rename variables for driver model by Simon Glass · 9 years ago
  73. b9b3813 exynos: video: Rename edp_device_info to exynos_dp_priv by Simon Glass · 9 years ago
  74. bfd239c exynos: Simplify calling of exynos_dp_phy_ctrl() by Simon Glass · 9 years ago
  75. c9ed7a4 exynos: video: Combine LCD driver into one file by Simon Glass · 9 years ago
  76. 6d23709 exynos: video: Move mipi_lcd_device_dt into a function by Simon Glass · 9 years ago
  77. ef4e779 exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo by Simon Glass · 9 years ago
  78. f013e7a exynos: video: Move dsim_config_dt into a function by Simon Glass · 9 years ago
  79. 0de7089 exynos: video: Drop static variables in exynos_dp_lowlevel.c by Simon Glass · 9 years ago
  80. 860ef00 exynos: video: Drop static variables in exynos_fb.c by Simon Glass · 9 years ago
  81. c7fdcd9 exynos: video: Drop static variables in exynos_fimd.c by Simon Glass · 9 years ago
  82. 4d022cc exynos: video: Drop the static lcd_base_addr variable by Simon Glass · 9 years ago
  83. 6d27559 exynos: video: Remove use of vidinfo_t typedef by Simon Glass · 9 years ago
  84. c0882ff exynos: video: Drop dead code by Simon Glass · 9 years ago
  85. bd40e2d exynos: video: Move driver files into their own directory by Simon Glass · 9 years ago
  86. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  87. 225da8b video: tegra: refuse to bind to disabled dcs by Stephen Warren · 9 years ago
  88. 3cd4b60 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 9 years ago
  89. 3707a68 drivers/video/am335x-fb: Properly point framebuffer behind palette by Martin Pietryka · 9 years ago
  90. 8664c22 drivers/video/am335x-fb: Add support for 16bpp format by Martin Pietryka · 9 years ago
  91. 93fd8c2 video: ipu_common: fix build error by Peng Fan · 9 years ago
  92. d35fa82 drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definition by Martin Pietryka · 9 years ago
  93. 22cb3d0 Revert "pxa_lcd: make driver cache-aware" by Tom Rini · 9 years ago
  94. 4c60d36 Revert "pxa_lcd: invert colors for Zipit Z2 to get white on black palette" by Tom Rini · 9 years ago
  95. 2b2c6d7 pxa_lcd: make driver cache-aware by Vasily Khoruzhick · 9 years ago
  96. cab488a pxa_lcd: invert colors for Zipit Z2 to get white on black palette by Vasily Khoruzhick · 9 years ago
  97. bf81f20 zipitz2: enable LCD rotation by Vasily Khoruzhick · 9 years ago
  98. 2e1075c bcm2835 video: Map fb as cached by Alexander Graf · 9 years ago
  99. f721f96 sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface selected by Lawrence Yu · 9 years ago
  100. dec49b7 x86: broadwell: Add video support by Simon Glass · 9 years ago