1. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  2. fcc1d05 rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi by eric.gao@rock-chips.com · 7 years ago
  3. f680a91 rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi by eric.gao@rock-chips.com · 7 years ago
  4. e9037fb rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsi by eric.gao@rock-chips.com · 7 years ago
  5. 36602eb rockchip: video: mipi: Split mipi driver into common and specific parts by eric.gao@rock-chips.com · 7 years ago
  6. c674e00 video: Drop the ct69000 driver by Bin Meng · 7 years ago
  7. aa82f93 video: Drop the sm501 driver by Bin Meng · 7 years ago
  8. 5ec94cd video: Drop the sed156x driver by Bin Meng · 7 years ago
  9. 0778d0c video: Drop the l5f31188 driver by Bin Meng · 7 years ago
  10. 079ff3b dm: video: tegra124: Convert to livetree by Simon Glass · 7 years ago
  11. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  12. 8d3a256 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  13. 1a9f3da video: simple-panel: Add a little more debugging by Simon Glass · 7 years ago
  14. 7cf208d dm: video: Update pwm_backlight to support livetree by Simon Glass · 7 years ago
  15. fb0b709 dm: video: Sync display on backspace by Simon Glass · 7 years ago
  16. 23acc48 tegra: video: Time the LCD init by Simon Glass · 7 years ago
  17. 0c6d52b rockchip: video: mipi: Modify format type for debug message by eric.gao@rock-chips.com · 7 years ago
  18. 0c9eceb rockchip: video: mipi: Modify variable type for arm32 compatibility by eric.gao@rock-chips.com · 7 years ago
  19. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  20. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  21. 8cb3ce6 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  22. 6b5a09a rockchip: video: Take the vop device out of standby by Simon Glass · 7 years ago
  23. f418676 rockchip: video: Add remove() methods by Simon Glass · 7 years ago
  24. 505907a tegra: video: Don't power up the SOR twice by Simon Glass · 7 years ago
  25. 76a5e1b rockchip: video: document externally visible functions for rk_vop by Philipp Tomsich · 7 years ago
  26. 56c7ba3 rockchip: video: document externally visible functions for rk_hdmi by Philipp Tomsich · 7 years ago
  27. 31e5c89 video: atmel_hlcdfb: Fix misaligned cache operation warning by Wenyou Yang · 7 years ago
  28. b98efa1 sunxi: video: Add support for CSC and TVE to DE2 driver by Jernej Skrabec · 7 years ago
  29. af4c874 sunxi: video: Rename tve.c to tve_common.c by Jernej Skrabec · 7 years ago
  30. 64199d4 rockchip: video: rk_vop: add grf field by Philipp Tomsich · 7 years ago
  31. ca562b6 rockchip: video: rk3399: add HDMI TX support on the RK3399 by Philipp Tomsich · 7 years ago
  32. 147fd3a rockchip: video: split RK3288-specific part off from rk_hdmi by Philipp Tomsich · 7 years ago
  33. f210e55 rockchip: video: add mpixelclock settings from Linux driver by Philipp Tomsich · 7 years ago
  34. cc75afc rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399 by Philipp Tomsich · 7 years ago
  35. d46d404 rockchip: video: refactor rk_vop and split RK3288-specific code off by Philipp Tomsich · 7 years ago
  36. 89b2b61 rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig by Philipp Tomsich · 7 years ago
  37. d4bee08 rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP by Philipp Tomsich · 7 years ago
  38. 1208523 rockchip: video: rk_hdmi: fix implicit definition warnings by Philipp Tomsich · 7 years ago
  39. f66f88f common: Drop inclusion of pci.h by Simon Glass · 7 years ago
  40. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  41. 4af0d7e dm: Fix up inclusion of common.h by Simon Glass · 7 years ago
  42. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  43. c108062 sunxi: video: Split out TVE code by Jernej Skrabec · 7 years ago
  44. 10ba6b3 video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP by Philipp Tomsich · 7 years ago
  45. 8517f64 rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI by Philipp Tomsich · 7 years ago
  46. 4f4e1b6 video: dw_hdmi: Select HDMI mode only if monitor supports it by Jernej Skrabec · 7 years ago
  47. 9338d8e video: ld9040: Fix unused variable warnings by Tom Rini · 7 years ago
  48. c34bd8b rockchip: video: vop: Reserve enough space for mipi dispaly by Eric Gao · 7 years ago
  49. 8aed0d7 rockchip: video: vop: Set different bitwidth for different display mode by Eric Gao · 7 years ago
  50. 9f81993 rockchip: video: vop: Add mipi display mode for rk3399 by Eric Gao · 7 years ago
  51. e07e5bd rockchip: video: vop: Fix rk_display_init() return error by Eric Gao · 7 years ago
  52. 1c39840 rockchip: video: Add mipi driver support for rockchip soc by Eric Gao · 7 years ago
  53. da10dd1a rockchip: video: Makefile: Modify Makefile for rockchip video driver by eric.gao@rock-chips.com · 8 years ago
  54. b98f0a3 rockchip: video: Kconfig: Add Kconfig for rockchip video driver by eric.gao@rock-chips.com · 8 years ago
  55. ea843b6 dm: video: arm: rpi: Convert to use driver model for video by Simon Glass · 8 years ago
  56. 7cac2fc video: arm: rpi: Move the video settings out of the driver by Simon Glass · 8 years ago
  57. 2e4170b video: arm: rpi: Move the video query out of the driver by Simon Glass · 8 years ago
  58. a6d4cd4 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  59. 983b103 Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig by Simon Glass · 7 years ago
  60. 5600945 sunxi: video: Add A64/H3/H5 HDMI driver by Jernej Skrabec · 8 years ago
  61. 1ae5def sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs by Jernej Skrabec · 8 years ago
  62. 30ca202 sunxi: video: Convert lcdc to use struct display_timing by Jernej Skrabec · 8 years ago
  63. 5e023e7 sunxi: video: Split out TCON code by Jernej Skrabec · 8 years ago
  64. 3fea953 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  65. 7682736 video: Fix crash when scroll screen by eric.gao@rock-chips.com · 8 years ago
  66. 7927831 at91: video: Support driver-model for the HLCD driver by Songjun Wu · 8 years ago
  67. 7a2d533 video: fsl_dcu_fb: add additional modes for DCU by Stefan Agner · 8 years ago
  68. 7ce92a5 video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER setting by Stefan Agner · 8 years ago
  69. 32f26f5 video: fsl_dcu_fb: Enable pixel clock after initialization by Stefan Agner · 8 years ago
  70. 77810e6 video: fsl_dcu_fb: fix framebuffer to the end of memory by Stefan Agner · 8 years ago
  71. b215fb3 Convert CONFIG_FSL_DCU_FB to Kconfig by Sanchayan Maity · 8 years ago
  72. 1622559 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  73. fcea480 ARM: mxs: Rename M28EVK by Marek Vasut · 8 years ago
  74. cc232a9 rockchip: video: Split out HDMI controller code by Jernej Skrabec · 8 years ago
  75. 520c174 rockchip: video: Remove CSC initialization (HDMI) by Jernej Skrabec · 8 years ago
  76. a0a2774 rockchip: video: Fix HDMI audio clocks by Jernej Skrabec · 8 years ago
  77. 1d4ed26 video: cfb_console: fix 32-bit display on 64-bit architectures by Andre Przywara · 8 years ago
  78. 9441274 rockchip: video: fix 83500000 clock mistake in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  79. b24cf85 video: mxsfb: Fix reset hang when videomode variable is not present by Fabio Estevam · 8 years ago
  80. f1cc977 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  81. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  82. c7ccb2c x86: ivybridge: Fix types for 64-bit compilation by Simon Glass · 8 years ago
  83. 05af050 x86: ivybridge: Declare global data where it is used by Simon Glass · 8 years ago
  84. 9b23baf drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo. by Robert P. J. Day · 8 years ago
  85. f253f29 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  86. b4fc6f2 video: cfb_console: fix hang if splashimage file is missing by Anatolij Gustschin · 8 years ago
  87. 0fc41e5 rockchip: video: fix mpixelclock in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  88. d5c453a video: tegra: fix spelling in comment by Marcel Ziswiler · 8 years ago
  89. 7db7455 video: Kconfig: Add VIDEO_IPV3 entry by Jagan Teki · 8 years ago
  90. 8b82dd9 bcm2835 video: Map frame buffer as 32bpp by Alexander Graf · 8 years ago
  91. 095e6c1 rockchip: video: Avoid using u8 in the HDMI driver by Simon Glass · 8 years ago
  92. 987a404 rockchip: video: Check for device in use by Simon Glass · 8 years ago
  93. 1b68283 video: Track whether a display is in use by Simon Glass · 8 years ago
  94. 7981394 video: Use cache-alignment in video_sync() by Simon Glass · 8 years ago
  95. 9ed6826 rockchip: video: Correct VOP clock selection by Simon Glass · 8 years ago
  96. e4ab3d7 rockchip: video: Correct HDMI data source selection by Simon Glass · 8 years ago
  97. 22bb1a7 video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled by Stefan Roese · 8 years ago
  98. 6e67f17 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  99. b87ca80 Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Simon Glass · 8 years ago
  100. 0a6eac8 video: Move video_get_info_str() prototype to a header file by Simon Glass · 8 years ago