From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 24 Sep 2015 14:58:54 +0800 Subject: [U-Boot] [PATCH v3] nios2: convert altera_uart to driver model In-Reply-To: <1442749307-21282-1-git-send-email-thomas@wytron.com.tw> References: <1442546658-26012-1-git-send-email-thomas@wytron.com.tw> <1442749307-21282-1-git-send-email-thomas@wytron.com.tw> Message-ID: <56039F2E.60901@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/20/2015 07:41 PM, Thomas Chou wrote: > Convert altera_uart to driver model. > > Signed-off-by: Thomas Chou > Reviewed-by: Simon Glass > Acked-by: Marek Vasut > --- > v2 > fix coding style as Marek suggested. > > v3 > add early debug uart. > fix coding style as Simon suggested. > > arch/nios2/dts/3c120_devboard.dts | 1 + > drivers/serial/Kconfig | 14 +++ > drivers/serial/altera_uart.c | 198 ++++++++++++++++++++------------------ > include/configs/nios2-generic.h | 9 +- > 4 files changed, 123 insertions(+), 99 deletions(-) Applied to u-boot-nios.