Re: [U-Boot] [PATCH RESEND v2] at91: video: Support driver-model for the HLCD driver

2017-01-16 Thread Wu, Songjun
Hi Anatolij, Thank you very much for you comments. I will make a new patch to fix these issues. On 1/14/2017 03:17, Anatolij Gustschin wrote: Hi, On Wed, 11 Jan 2017 10:36:48 +0800 Songjun Wu songjun...@microchip.com wrote: Add driver-model support to this driver. Signed-off-by: Songjun Wu

Re: [U-Boot] [PATCH RESEND v2] at91: video: Support driver-model for the HLCD driver

2017-01-13 Thread Anatolij Gustschin
Hi, On Wed, 11 Jan 2017 10:36:48 +0800 Songjun Wu songjun...@microchip.com wrote: > Add driver-model support to this driver. > > Signed-off-by: Songjun Wu > --- > > Changes in v2: > - Due to the peripheral clock driver improvement, remove > the unneccessary clock

[U-Boot] [PATCH RESEND v2] at91: video: Support driver-model for the HLCD driver

2017-01-10 Thread Songjun Wu
Add driver-model support to this driver. Signed-off-by: Songjun Wu --- Changes in v2: - Due to the peripheral clock driver improvement, remove the unneccessary clock calling. drivers/video/Kconfig| 7 + drivers/video/Makefile | 2 +-