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

2017-03-13 Thread Wu, Songjun
Hi Marek, Thank you for your comments. I will fix these issues in next patch. On 3/13/2017 13:05, Marek Vasut wrote: On 03/01/2017 10:25 AM, Songjun Wu wrote: Add driver-model support to this driver. Signed-off-by: Songjun Wu --- Changes in v2: - Due to the peripheral clock driver improveme

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

2017-03-12 Thread Marek Vasut
On 03/01/2017 10:25 AM, Songjun Wu 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 calling. > > board/atmel/at91sam9n12ek/at91sam9n12ek.c | 2 +

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

2017-03-06 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. board/atmel/at91sam9n12ek/at91sam9n12ek.c | 2 + board/atmel/at91sam9x5ek/at91sam9x5ek.c | 2 + boa