Re: [U-Boot] [PATCH 31/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix serial driver

2012-09-19 Thread Marek Vasut
Dear Stefan Roese, > On 09/17/2012 01:20 AM, Marek Vasut wrote: > > Implement support for CONFIG_SERIAL_MULTI into amirix serial driver. > > This driver was so far only usable directly, but this patch also adds > > support for the multi method. This allows using more than one serial > > driver alo

Re: [U-Boot] [PATCH 31/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix serial driver

2012-09-19 Thread Stefan Roese
On 09/17/2012 01:20 AM, Marek Vasut wrote: > Implement support for CONFIG_SERIAL_MULTI into amirix serial driver. > This driver was so far only usable directly, but this patch also adds > support for the multi method. This allows using more than one serial > driver alongside the amirix driver. Also

[U-Boot] [PATCH 31/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix serial driver

2012-09-16 Thread Marek Vasut
Implement support for CONFIG_SERIAL_MULTI into amirix serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the amirix driver. Also, add a weak implementation of default_serial_conso