[U-Boot] [PATCH v3 1/6] drivers: Add OSD uclass

Mario Six mario.six at gdsys.cc
Wed Sep 26 13:45:57 UTC 2018


Hi Anatolij,
On Wed, Aug 1, 2018 at 6:56 PM Anatolij Gustschin <agust at denx.de> wrote:
>
> 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
>
Was there another issue with the series that I missed? It looks like it wasn't
applied to u-boot-video/master.

Best regards,
Mario


More information about the U-Boot mailing list