Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-13 Thread Julius Hemanth P
Hi Bo, Thanks for the reference. On Mon, May 13, 2013 at 8:09 AM, Bo Shen voice.s...@atmel.com wrote: Hi Julius, On 5/11/2013 13:01, Julius Hemanth P wrote: If Bo doesn't have any code in pipeline as of now, then I shall start working on it. Now, I don't have code in pipeline, you can

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-12 Thread Bo Shen
Hi Julius, On 5/11/2013 13:01, Julius Hemanth P wrote: If Bo doesn't have any code in pipeline as of now, then I shall start working on it. Now, I don't have code in pipeline, you can work this on it. Thanks. BTW, you can take the reference code on github:

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-10 Thread Andreas Bießmann
Dear Julius Hemanth P, first of all, please address Bo's comment about checkpatch: ---8--- andreas@andreas-mbp % ./tools/checkpatch.pl ~/Downloads/\[PATCH\ v3\]\ at91sam9x5ek_\ Pass\ serial\ and\ revision\ tags\ to\ Linux.eml ERROR: DOS line endings #70: FILE:

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-10 Thread Julius Hemanth P
Hi Andreas, On Fri, May 10, 2013 at 12:21 PM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Julius Hemanth P, first of all, please address Bo's comment about checkpatch: I am sorry, Its my fault, will address them in next patch. ---8--- andreas@andreas-mbp %

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-10 Thread Andreas Bießmann
Hi Julius, On 05/10/2013 01:40 PM, Julius Hemanth P wrote: Hi Andreas, On Fri, May 10, 2013 at 12:21 PM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Julius Hemanth P, On 09.05.13 19:07, Julius Hemanth P wrote: snip diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-10 Thread Julius Hemanth P
Thanks Andreas. In this case, I too think its better to drop this particular patch and right a new one to support reading 1 wire Id chip. If Bo doesn't have any code in pipeline as of now, then I shall start working on it. Regards, Julius Hemanth P. On May 10, 2013 7:07 PM, Andreas Bießmann

[U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-09 Thread Julius Hemanth P
This code is small snippet from patch ftp://ftp.linux4sam.org/pub/uboot/u-boot-v2010.06/u-boot-5series_1.0.patch Linux 2.6.39 (released on www.at91.com/linux4sam) requires serial and revision ATAGs to detect NAND device. This patch provides backward compatibility for old Linux 2.6.39 by passing

Re: [U-Boot] [PATCH v3] at91sam9x5ek: Pass serial and revision tags to Linux

2013-05-09 Thread Bo Shen
Hi Julius, On 5/10/2013 01:07, Julius Hemanth P wrote: This code is small snippet from patch ftp://ftp.linux4sam.org/pub/uboot/u-boot-v2010.06/u-boot-5series_1.0.patch Linux 2.6.39 (released on www.at91.com/linux4sam) requires serial and revision ATAGs to detect NAND device. This patch