Re: [U-Boot] [PATCH 08/17] sunxi: video: Move sunxi_drc_init

2014-12-29 Thread Ian Campbell
On Thu, 2014-12-25 at 11:22 +0100, Hans de Goede wrote: > Hi, > > On 25-12-14 10:08, Chen-Yu Tsai wrote: > > On Thu, Dec 25, 2014 at 3:06 AM, Hans de Goede wrote: > >> Move sunxi_drc_init to directly above sunxi_engines_init, to avoid > >> unnecessary > > > > Unfinished commit message? > > Sort

Re: [U-Boot] [PATCH 08/17] sunxi: video: Move sunxi_drc_init

2014-12-25 Thread Hans de Goede
Hi, On 25-12-14 10:08, Chen-Yu Tsai wrote: On Thu, Dec 25, 2014 at 3:06 AM, Hans de Goede wrote: Move sunxi_drc_init to directly above sunxi_engines_init, to avoid unnecessary Unfinished commit message? Sortof the next line read: #ifdef-ery in later patches. But git commit acted on the #

Re: [U-Boot] [PATCH 08/17] sunxi: video: Move sunxi_drc_init

2014-12-25 Thread Chen-Yu Tsai
On Thu, Dec 25, 2014 at 3:06 AM, Hans de Goede wrote: > Move sunxi_drc_init to directly above sunxi_engines_init, to avoid unnecessary Unfinished commit message? ChenYu > Signed-off-by: Hans de Goede > --- > drivers/video/sunxi_display.c | 26 -- > 1 file changed, 12 i

[U-Boot] [PATCH 08/17] sunxi: video: Move sunxi_drc_init

2014-12-24 Thread Hans de Goede
Move sunxi_drc_init to directly above sunxi_engines_init, to avoid unnecessary Signed-off-by: Hans de Goede --- drivers/video/sunxi_display.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/drivers/video/sunxi_display.c b/drivers/video/sunxi_displ