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

2018-09-27 Thread Mario Six
Hi Anatolij, On Thu, Sep 27, 2018 at 8:50 AM Anatolij Gustschin wrote: > > On Thu, 27 Sep 2018 08:40:58 +0200 > Anatolij Gustschin ag...@denx.de wrote: > ... > > I've applied the rebased series again and fixed osd0 alias, but > > there are some other build issues [1] (it seems the patch 6/6 is no

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

2018-09-26 Thread Anatolij Gustschin
On Thu, 27 Sep 2018 08:40:58 +0200 Anatolij Gustschin ag...@denx.de wrote: ... > I've applied the rebased series again and fixed osd0 alias, but > there are some other build issues [1] (it seems the patch 6/6 is not > needed?). Could you please check? Thanks! The rebased series is here: http://g

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

2018-09-26 Thread Anatolij Gustschin
Hi Mario, On Wed, 26 Sep 2018 15:45:57 +0200 Mario Six mario@gdsys.cc wrote: ... > Was there another issue with the series that I missed? It looks like it wasn't > applied to u-boot-video/master. After applying, build-testing didn't work due to some Travis-CI issues, so I stopped the tests a

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

2018-09-26 Thread Mario Six
Hi Anatolij, On Wed, Aug 1, 2018 at 6:56 PM Anatolij Gustschin wrote: > > Hi Mario, > > On Tue, 26 Jun 2018 13:28:49 +0200 > Mario Six mario@gdsys.cc wrote: > ... > > --- > > drivers/video/Kconfig| 8 ++ > > drivers/video/Makefile | 2 +- > > drivers/video/video_osd-

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

2018-08-01 Thread Anatolij Gustschin
Hi Mario, On Tue, 26 Jun 2018 13:28:49 +0200 Mario Six mario@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.

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

2018-06-26 Thread Mario Six
Some devices offer a text-based OSD (on-screen display) that can be programmatically controlled (i.e. text displayed on). Add a uclass to support such devices. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- v2 -> v3: None v1 -> v2: * Use singular case for UCLASS_VIDEO_OSD description