From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 27 Feb 2013 17:25:13 -0800 Subject: [U-Boot] [PATCH 3/4] S5P: Serial: Add fdt support to driver In-Reply-To: <1361944919-13384-4-git-send-email-rajeshwari.s@samsung.com> References: <1361944919-13384-1-git-send-email-rajeshwari.s@samsung.com> <1361944919-13384-4-git-send-email-rajeshwari.s@samsung.com> 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 Tue, Feb 26, 2013 at 10:01 PM, Rajeshwari Shinde wrote: > This patch adds FDT support to the serial s5p driver. > At present disabling the serial console (from the device tree) crashes > U-Boot. Add checks for this case, so that execution can continue without > a serial console. > It also enables the serial_s5p driver recognize the silent_console option. > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Gabe Black > Signed-off-by: Simon Glass > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > drivers/serial/serial_s5p.c | 80 +++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 80 insertions(+), 0 deletions(-) >