From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 1 Oct 2012 16:46:47 +0200 Subject: [U-Boot] [PATCH 40/71] serial: arm: Implement CONFIG_SERIAL_MULTI into altera serial driver In-Reply-To: <50698D04.7050703@wytron.com.tw> References: <1347837696-3192-1-git-send-email-marex@denx.de> <1347837696-3192-41-git-send-email-marex@denx.de> <50698D04.7050703@wytron.com.tw> Message-ID: <201210011646.48140.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Thomas Chou, > On 09/17/2012 07:21 AM, Marek Vasut wrote: > > Implement support for CONFIG_SERIAL_MULTI into altera 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 altera driver. Also, add a weak implementation > > of default_serial_console() returning this driver. > > > > Signed-off-by: Marek Vasut > > Cc: Marek Vasut > > Cc: Tom Rini > > Cc: Scott McNutt > > --- > > > > common/serial.c | 2 + > > drivers/serial/altera_uart.c | 83 > > ++++++++++++++++++++++++++++++++++++------ 2 files changed, 73 > > insertions(+), 12 deletions(-) > > Dear Marek, > > Please include the following headers. [...] Fixed both, V2 out Best regards, Marek Vasut