Re: [U-Boot] [PATCH v2] smc911x driver frame alignment patch

2010-04-25 Thread Ben Warren
Valentin, On 4/22/2010 10:40 PM, Valentin Yakovenkov wrote: SMSC911x chips have alignment function to allow frame payload data (which comes after 14-bytes ethernet header) to be aligned at some boundary when reading it from fifo (usually - 4 bytes boundary). This is done by inserting fake

Re: [U-Boot] [PATCH v2] smc911x driver frame alignment patch

2010-04-23 Thread Mike Frysinger
for future reference, you shouldnt put patch in the subject name ... i'm not referring to the leading [PATCH], but the trailing patch. also, i'm not sure if you're using `git send-email` because the trail of your patch is missing the --- marker: = It seems that fifo

Re: [U-Boot] [PATCH v2] smc911x driver frame alignment patch

2010-04-23 Thread Mike Frysinger
On Friday 23 April 2010 12:48:55 Valentin Yakovenkov wrote: I don't use git at all. We have mercurial master repo which is pulled from local SVN synced repo which is synchronized via svn with blackfin.uclinux.org. b.u.o offers git as well if that makes things easier to sync:

Re: [U-Boot] [PATCH v2] smc911x driver frame alignment patch

2010-04-23 Thread Valentin Yakovenkov
23.04.2010 19:11, Mike Frysinger wrote: for future reference, you shouldnt put patch in the subject name ... i'm not referring to the leading [PATCH], but the trailing patch. ok, thanx also, i'm not sure if you're using `git send-email` because the trail of your patch is missing the ---

[U-Boot] [PATCH v2] smc911x driver frame alignment patch

2010-04-22 Thread Valentin Yakovenkov
SMSC911x chips have alignment function to allow frame payload data (which comes after 14-bytes ethernet header) to be aligned at some boundary when reading it from fifo (usually - 4 bytes boundary). This is done by inserting fake zeros bytes BEFORE actual frame data when reading from SMSC's fifo.