Re: [U-Boot] [PATCH] video, lg4573: add support for the lg4573 display

2015-04-20 Thread Anatolij Gustschin
On Sun, 12 Apr 2015 10:20:19 +0200 Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > --- > > drivers/video/Makefile | 1 + > drivers/video/lg4573.c | 231 > + > include/video.h| 4 + > 3 files changed, 236 insertions(+) > crea

[U-Boot] [PATCH] video, lg4573: add support for the lg4573 display

2015-04-12 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- drivers/video/Makefile | 1 + drivers/video/lg4573.c | 231 + include/video.h| 4 + 3 files changed, 236 insertions(+) create mode 100644 drivers/video/lg4573.c diff --git a/drivers/video/Makefile b/d