Re: [U-Boot] [PATCH v4 1/2] mx6: Factor out common HDMI setup code

2013-07-27 Thread Stefano Babic
On 25/07/2013 19:12, Pardeep Kumar Singla wrote: > Instead of duplicating HDMI setup code for every mx6 board, factor out the > common code > > Signed-off-by: Pardeep Kumar Singla > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH v4 1/2] mx6: Factor out common HDMI setup code

2013-07-27 Thread Stefano Babic
Hi Pardeep, On 25/07/2013 19:12, Pardeep Kumar Singla wrote: > - > +void enable_ipu_clock(); This generates a warning: warning: function declaration isn't a prototype [-Wstrict-prototypes] I fix it myself. Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH v4 1/2] mx6: Factor out common HDMI setup code

2013-07-25 Thread Eric Nelson
On 07/25/2013 10:12 AM, Pardeep Kumar Singla wrote: Instead of duplicating HDMI setup code for every mx6 board, factor out the common code Signed-off-by: Pardeep Kumar Singla --- Changes since v3: Added declaration of enable_ipu_clock(). Made enable_ipu_clock() function public. arch/arm/cpu

[U-Boot] [PATCH v4 1/2] mx6: Factor out common HDMI setup code

2013-07-25 Thread Pardeep Kumar Singla
Instead of duplicating HDMI setup code for every mx6 board, factor out the common code Signed-off-by: Pardeep Kumar Singla --- Changes since v3: Added declaration of enable_ipu_clock(). Made enable_ipu_clock() function public. arch/arm/cpu/armv7/mx6/clock.c|8 + arch/a