1. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  2. eeab2fc video: Drop video_fb header by Simon Glass · 2 years, 10 months ago
  3. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
  4. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 10 months ago
  5. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  6. 75fe0f4 sunxi: video: Convert panel I2C to use DM_I2C by Samuel Holland · 3 years, 2 months ago
  7. c7ab95d sunxi: gpio: Remove name_to_gpio macro by Samuel Holland · 3 years, 3 months ago
  8. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 3 months ago
  9. edee873 video: sunxi: de2: switch to public uclass functions by Jernej Skrabec · 3 years, 7 months ago
  10. 5dd59e5 video: sunxi: dw-hdmi: read source_id later by Jernej Skrabec · 3 years, 7 months ago
  11. e4aa471 video: sunxi: Remove TV probe from DE2 by Jernej Skrabec · 3 years, 7 months ago
  12. a31e3d1 video: sunxi: Remove check for ddc-i2c-bus property by Jernej Skrabec · 3 years, 7 months ago
  13. 1cf6619 video: sunxi: Use DW-HDMI hpd function by Jernej Skrabec · 3 years, 7 months ago
  14. 5b2b0a7 video: sunxi: Add mode_valid callback to sunxi_dw_hdmi by Jernej Skrabec · 3 years, 7 months ago
  15. c2a50b1 sunxi: video: select dw-hdmi in Kconfig, not Makefile by Jernej Skrabec · 3 years, 9 months ago
  16. 5bc34cb video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 9 months ago
  17. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  18. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  19. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  20. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  21. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  22. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  23. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  24. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  25. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  26. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
  27. 953f5ed sunxi: display: use common video_ctfb_mode_to_display_timing() by Giulio Benetti · 4 years, 8 months ago
  28. 12de4aa video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default case by Bin Meng · 4 years, 8 months ago
  29. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  30. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  31. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  32. 898c609 sunxi: video: HDMI: Fix LCD clock divider by Mark Kettenis · 5 years ago
  33. 889ccde video: dw_hdmi: Add support for ddc-i2c-bus property by Niklas Schulze · 5 years ago
  34. 89d1802 sunxi: video: HDMI: Fix clock setup by Jernej Skrabec · 6 years ago
  35. a9d6db7 sunxi: display: Implement fallback to ddc probe when hpd fails by Priit Laes · 6 years ago
  36. c9ecd5c sunxi: display: Move DDC PLL setup to HDMI init by Priit Laes · 6 years ago
  37. 05e7220 sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD by Icenowy Zheng · 6 years ago
  38. 82482d6 sunxi: display: Mark sunxi_rgb2yuv_coef array as const by Priit Laes · 6 years ago
  39. 43768b2 video: sunxi: de2: fix SimpleFB node creation when DE2 not probed by Icenowy Zheng · 6 years ago
  40. 0219a0c video: sunxi: de2: Reserve the fb region in the EFI memory map by Emmanuel Vadot · 7 years ago
  41. efce412 sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity. by Vasily Khoruzhick · 7 years ago
  42. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  43. 084d3d9 sunxi: video: mark framebuffer as EFI reserved memory by Heinrich Schuchardt · 7 years ago
  44. 105bdc6 sunxi: Fix display timing flags by Giulio Benetti · 7 years ago
  45. 97d1967 sunxi: video: HDMI: split VSYNC and HSYNC polarity settings by Vasily Khoruzhick · 7 years ago
  46. f6dc771 video: sunxi: de2: add support for LCD SimpleFB by Icenowy Zheng · 7 years ago
  47. de8e06f video: sunxi: de2: fix SimpleFB node creation when HDMI not initialized by Icenowy Zheng · 7 years ago
  48. 2f0b6e5 sunxi: video: add LCD support to DE2 driver by Vasily Khoruzhick · 7 years ago
  49. f079f93 sunxi: video: split out PLL configuration code by Vasily Khoruzhick · 7 years ago
  50. 82576de sunxi: setup simplefb for Allwinner DE2 by Icenowy Zheng · 7 years ago
  51. 067a697 video: sunxi: extract simplefb match code to a new file by Icenowy Zheng · 7 years ago
  52. b8f7cab sunxi: video: Add support for CSC and TVE to DE2 driver by Jernej Skrabec · 8 years ago
  53. 4241f05 sunxi: video: Rename tve.c to tve_common.c by Jernej Skrabec · 8 years ago
  54. 8531d08 sunxi: video: Split out TVE code by Jernej Skrabec · 8 years ago
  55. 8d91b46 sunxi: video: Add A64/H3/H5 HDMI driver by Jernej Skrabec · 8 years ago
  56. 9b4ca92 sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs by Jernej Skrabec · 8 years ago
  57. ccfbe5f sunxi: video: Convert lcdc to use struct display_timing by Jernej Skrabec · 8 years ago
  58. 2e0a1f3 sunxi: video: Split out TCON code by Jernej Skrabec · 8 years ago