From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 20 Nov 2015 10:18:34 -0700 Subject: [U-Boot] [PATCH v3 09/13] ns16550: unify serial_tegra In-Reply-To: <1447940895-7763-10-git-send-email-thomas@wytron.com.tw> References: <1447684616-10297-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-10-git-send-email-thomas@wytron.com.tw> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19 November 2015 at 06:48, Thomas Chou wrote: > Unify serial_tegra, and use the generic binding. > > Signed-off-by: Thomas Chou > Reviewed-by: Tom Rini > --- > arch/arm/mach-tegra/board.c | 14 +++++++++++ > drivers/serial/Makefile | 1 - > drivers/serial/serial_tegra.c | 54 ------------------------------------------ > include/configs/tegra-common.h | 3 ++- > 4 files changed, 16 insertions(+), 56 deletions(-) > delete mode 100644 drivers/serial/serial_tegra.c Acked-by: Simon Glass