Re: [U-Boot] [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver

2013-03-13 Thread Simon Glass
Hi Ajay, On Wed, Mar 13, 2013 at 6:44 AM, Ajay kumar wrote: > Hi Simon, > > The idea was to move out panel_info structure from board files, and > passing the same info from the device tree. > The first obstacle towards this were the callback hooks in the > panel_info structure. > This is just a w

Re: [U-Boot] [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver

2013-03-13 Thread Ajay kumar
Hi Simon, The idea was to move out panel_info structure from board files, and passing the same info from the device tree. The first obstacle towards this were the callback hooks in the panel_info structure. This is just a workaround for such function pointers. Regards, Ajay Kumar On Wed, Mar 13,

Re: [U-Boot] [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver

2013-03-12 Thread Simon Glass
Hi, On Fri, Feb 22, 2013 at 1:52 AM, Ajay Kumar wrote: > Replaced the functionality of callbacks by using a standard set of functions. > Instead of implementing and hooking up a callback, put the same code in one of > the standard set of functions by overriding it. > > This patch is tested only o

[U-Boot] [PATCH 01/13] video: exynos_fb: Remove callbacks from the driver

2013-02-22 Thread Ajay Kumar
Replaced the functionality of callbacks by using a standard set of functions. Instead of implementing and hooking up a callback, put the same code in one of the standard set of functions by overriding it. This patch is tested only on SMDK5250. For Trats and universal_c210 board, it is only compile