Re: [U-Boot] [PATCH v2] Small refactor to remove duplicate serial code

2011-10-21 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > I really should update some patches in patchwork, as that might be > causing you some difficulty. But I have lost my password. Do you know > of any way to recover it? Send email to JK and ask him to change / reset it. Best regards, Wolfgang Denk -

Re: [U-Boot] [PATCH v2] Small refactor to remove duplicate serial code

2011-10-21 Thread Albert ARIBAUD
Le 22/10/2011 00:30, Simon Glass a écrit : > I really should update some patches in patchwork, as that might be > causing you some difficulty. But I have lost my password. Do you know > of any way to recover it? There is none, but ask on the patchwork mailing list for it to be changed (state tha

Re: [U-Boot] [PATCH v2] Small refactor to remove duplicate serial code

2011-10-21 Thread Simon Glass
Hi Wolfgang, On Fri, Oct 21, 2011 at 3:27 PM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1315953161-15988-1-git-send-email-...@chromium.org> you wrote: >> This tidies up duplicate code, and checks that default_serial_console() does >> in fact produce a device. >> >> Acked-by: Mike F

Re: [U-Boot] [PATCH v2] Small refactor to remove duplicate serial code

2011-10-21 Thread Wolfgang Denk
Dear Simon Glass, In message <1315953161-15988-1-git-send-email-...@chromium.org> you wrote: > This tidies up duplicate code, and checks that default_serial_console() does > in fact produce a device. > > Acked-by: Mike Frysinger > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Rebase

Re: [U-Boot] [PATCH v2] Small refactor to remove duplicate serial code

2011-09-13 Thread Mike Frysinger
On Tuesday, September 13, 2011 18:32:41 Simon Glass wrote: > Acked-by: Mike Frysinger > > Signed-off-by: Simon Glass generally speaking there's no newlines in between any of the tags -mike signature.asc Description: This is a digitally signed message part.

[U-Boot] [PATCH v2] Small refactor to remove duplicate serial code

2011-09-13 Thread Simon Glass
This tidies up duplicate code, and checks that default_serial_console() does in fact produce a device. Acked-by: Mike Frysinger Signed-off-by: Simon Glass --- Changes in v2: - Rebase to master common/serial.c | 61 +- 1 files changed, 19 i