Re: [U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-10-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:25 Fri 24 Oct , Gary Jennejohn wrote: > On Fri, 24 Oct 2008 13:18:42 +0200 > Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > Dear Wolfgang, > > > In message <[EMAIL PROTECTED]> you wrote: > > > On Sun, 14 Sep 2008 23:59:39 +0200 > > > Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wr

Re: [U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-10-24 Thread Gary Jennejohn
On Fri, 24 Oct 2008 13:18:42 +0200 Wolfgang Denk <[EMAIL PROTECTED]> wrote: Dear Wolfgang, > In message <[EMAIL PROTECTED]> you wrote: > > On Sun, 14 Sep 2008 23:59:39 +0200 > > Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > > > > > > +#if defined(CONFIG_IO_MUX) > > > > +/** Consol

Re: [U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-10-24 Thread Wolfgang Denk
Dear Gary, In message <[EMAIL PROTECTED]> you wrote: > On Sun, 14 Sep 2008 23:59:39 +0200 > Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> wrote: > > > > +#if defined(CONFIG_IO_MUX) > > > +/** Console I/O multiplexing ***/ > > > + > > > +static device

Re: [U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Wolfgang Denk
Dear Gary Jennejohn, In message <[EMAIL PROTECTED]> you wrote: > > See doc/README.iomux for a general description of what this does. Sorry, but this is not really a good commit message. Please explain at least in a shoprt summary what the patch is supposed to implement. > This is the first of t

[U-Boot] [PATCH 1/2] IOMUX: Add console multiplexing support.

2008-09-14 Thread Gary Jennejohn
See doc/README.iomux for a general description of what this does. This is the first of two commits. The second commit touches net/eth.c and has to go through the custodian, so I split it out for simplicity. Tested with MAKEALL 8xx. Signed-off-by: Gary Jennejohn <[EMAIL PROTECTED]> --- common/