
On Thu, 26 Oct 2017 11:14:43 +0800 Icenowy Zheng icenowy@aosc.io wrote: ...
Icenowy Zheng (4): sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI video: sunxi: extract simplefb match code to a new file video: add an option for video simplefb via DT sunxi: setup simplefb for Allwinner DE2
arch/arm/mach-sunxi/Kconfig | 31 ++++++++------- drivers/video/Kconfig | 8 ++++ drivers/video/sunxi/Makefile | 4 +- drivers/video/sunxi/simplefb_common.c | 30 +++++++++++++++ drivers/video/sunxi/simplefb_common.h | 22 +++++++++++ drivers/video/sunxi/sunxi_de2.c | 72 +++++++++++++++++++++++++++++++++++ drivers/video/sunxi/sunxi_display.c | 13 +------ include/configs/sunxi-common.h | 9 +---- scripts/config_whitelist.txt | 1 - 9 files changed, 155 insertions(+), 35 deletions(-) create mode 100644 drivers/video/sunxi/simplefb_common.c create mode 100644 drivers/video/sunxi/simplefb_common.h
Applied to u-boot-video/master, thanks!
-- Anatolij