Re: [U-Boot] [PATCH v2 1/3] stv0991 : Add basic stv0991 architecture support.

2014-09-02 Thread vikasm
Thanks Masahiro, On 08/30/2014 11:25 PM, Masahiro YAMADA wrote: Hi Vikas stv0991 : Add basic stv0991 architecture support. Please do not add a priod at the end of the commit subject when you post patches next time. I agree, i will remove the periods & submit v3. Rgds, Vikas This is ment

Re: [U-Boot] [PATCH v2 1/3] stv0991 : Add basic stv0991 architecture support.

2014-08-30 Thread Masahiro YAMADA
Hi Vikas > stv0991 : Add basic stv0991 architecture support. Please do not add a priod at the end of the commit subject when you post patches next time. This is mentioned in "Commit message conventions": http://www.denx.de/wiki/U-Boot/Patches -- Best Regards Masahiro Yamada

[U-Boot] [PATCH v2 1/3] stv0991 : Add basic stv0991 architecture support.

2014-08-29 Thread Vikas Manocha
stv0991 architecture support added. It contains the support for following blocks - Timer - uart Signed-off-by: Vikas Manocha --- Changes in v2: - corrected files license to GPL-2.0+ - replaced printf() usage with puts() for string print - sorted sourcing of board Kconfig arch/arm/Kconfig