From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 1 Aug 2018 18:55:46 +0200 Subject: [U-Boot] [PATCH v3 1/6] drivers: Add OSD uclass In-Reply-To: <20180626112854.13285-1-mario.six@gdsys.cc> References: <20180626112854.13285-1-mario.six@gdsys.cc> Message-ID: <20180801185546.6a32d7f1@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mario, On Tue, 26 Jun 2018 13:28:49 +0200 Mario Six mario.six at gdsys.cc wrote: ... > --- > drivers/video/Kconfig | 8 ++ > drivers/video/Makefile | 2 +- > drivers/video/video_osd-uclass.c | 45 +++++++++ > include/dm/uclass-id.h | 1 + > include/video_osd.h | 192 +++++++++++++++++++++++++++++++++++++++ > 5 files changed, 247 insertions(+), 1 deletion(-) > create mode 100644 drivers/video/video_osd-uclass.c > create mode 100644 include/video_osd.h Applied to u-boot-video/master after fixing Makefile changes. ... > -obj-$(CONFIG_VIDEO_FSL_DCU_FB) += fsl_dcu_fb.o videomodes.o This line shouldn't be removed. Fixed when applying. -- Anatolij