Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-25 Thread Christian Eggers
Hello all, > > > Please fix your mailer (or even better use git-send-email) > > > > Unfortunately I don't have this command (perhaps my git is too old). > > No, that's not the reason. Your mail says: > > > -- > > 1.4.3.4 > > but git-send-email was already present under this name in v0.99.7. >

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-22 Thread Markus Klotzbücher
"Christian Eggers" <[EMAIL PROTECTED]> writes: >> Unfortunately it's unusable as your mailer wrapped long lines: >> [...] >> Please fix your mailer (or even better use git-send-email) > > Unfortunately I don't have this command (perhaps my git is too old). > > I've adjusted the input window of my

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > How did you install git? If in doubt, clone the original repo and > > install (if necessary locally in your $HOME) from the original > > sources. > > Some distro packaging separated the git mail commands > into a separate package. Perhaps

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-22 Thread Jon Loeliger
On Wed, 2008-05-21 at 22:40 +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > Unfortunately it's unusable as your mailer wrapped long lines: > > > [...] > > > Please fix your mailer (or even better use git-send-email) > > > > Unfortunately I don't have this command (per

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Unfortunately it's unusable as your mailer wrapped long lines: > > [...] > > Please fix your mailer (or even better use git-send-email) > > Unfortunately I don't have this command (perhaps my git is too old). No, that's not the reason. Your mail says:

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-21 Thread Christian Eggers
> Unfortunately it's unusable as your mailer wrapped long lines: > [...] > Please fix your mailer (or even better use git-send-email) Unfortunately I don't have this command (perhaps my git is too old). I've adjusted the input window of my mailer and I hope there are no wrapped lines anymore. re

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Sorry, I forgot this line: > > Signed-off-by: Christian Eggers <[EMAIL PROTECTED]> > > > Dear Markus, > > I've made I new patch with git as requested. Line-wrapped again. Please fix your mailer before you post more patches. Best regards, Wolfgang

[U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-21 Thread Christian Eggers
Sorry, I forgot this line: Signed-off-by: Christian Eggers <[EMAIL PROTECTED]> Dear Markus, I've made I new patch with git as requested. regards Christian > Dear Christian, > > "Christian Eggers" <[EMAIL PROTECTED]> writes: > > > I've recognized that a lot of USB code in U-Boot uses the ma

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-08 Thread Markus Klotzbücher
Dear Christian, Thank you for your contribution. Unfortunately I have problems applying your patch against a top of git tree: [EMAIL PROTECTED] u-boot-mainline]$ patch -p5 --dry-run < ~/2008-05-05-usb-remove-LITTLE_ENDIAN-define missing header for unified diff at line 4 of patch patching file c

Re: [U-Boot-Users] [PATCH] Setting processor endianess for USB modules

2008-05-05 Thread Christian Eggers
Dear Markus, > Dear Christian, > > "Christian Eggers" <[EMAIL PROTECTED]> writes: > > > I've recognized that a lot of USB code in U-Boot uses the macros > > swap_16() and swap_32() which are defined in usb.h. The behaviour > > of the macros is controlled by the define LITTLEENDIAN. > > > > Is th