Re: [PATCH] video: Add simple driver for ST-Ericsson MCDE with pre-configured display

2021-08-06 Thread Anatolij Gustschin
On Fri, 2 Jul 2021 19:21:56 +0200 Stephan Gerhold step...@gerhold.net wrote: ... > drivers/video/Kconfig | 12 +++ > drivers/video/Makefile | 1 + > drivers/video/mcde_simple.c | 141 > 3 files changed, 154 insertions(+) > create mode 100644

Re: [PATCH] video: Add simple driver for ST-Ericsson MCDE with pre-configured display

2021-07-02 Thread Linus Walleij
On Fri, Jul 2, 2021 at 7:22 PM Stephan Gerhold wrote: > The U-Boot port for ST-Ericsson Ux500 is currently only used on the > "stemmy" board, where U-Boot runs after firmware that already sets up > a boot splash screen. This means that the display is already on > and we can just continue using

[PATCH] video: Add simple driver for ST-Ericsson MCDE with pre-configured display

2021-07-02 Thread Stephan Gerhold
The U-Boot port for ST-Ericsson Ux500 is currently only used on the "stemmy" board, where U-Boot runs after firmware that already sets up a boot splash screen. This means that the display is already on and we can just continue using it for U-Boot. Add a simple driver that simplifies this by