Re: [U-Boot] [PATCH 1/2] at91: video: Support driver-model for the HLCD driver

2016-09-23 Thread Anatolij Gustschin
On Fri, 23 Sep 2016 23:05:00 +0200 Anatolij Gustschin ag...@denx.de wrote: ... > applied to u-boot-video/master, thanks! this patch breaks building for at91 boards, so I drop it. Please fix and resubmit. Thanks. -- Anatolij ___ U-Boot mailing list U-Boo

Re: [U-Boot] [PATCH 1/2] at91: video: Support driver-model for the HLCD driver

2016-09-23 Thread Anatolij Gustschin
On Mon, 8 Aug 2016 15:34:47 +0800 Songjun Wu songjun...@microchip.com wrote: > Add driver-model support to this driver. > > Signed-off-by: Songjun Wu > --- > > drivers/video/Kconfig| 7 + > drivers/video/Makefile | 2 +- > drivers/video/atmel_hlcdfb.c | 330 > +++

[U-Boot] [PATCH 1/2] at91: video: Support driver-model for the HLCD driver

2016-08-08 Thread Songjun Wu
Add driver-model support to this driver. Signed-off-by: Songjun Wu --- drivers/video/Kconfig| 7 + drivers/video/Makefile | 2 +- drivers/video/atmel_hlcdfb.c | 330 ++- 3 files changed, 335 insertions(+), 4 deletions(-) diff --git a/dr