uboot/drivers/serial
Tom Rini 0080931abf serial: Remove serial_putc_raw_dev
clang-3.8 reports that serial_putc_raw_dev in serial_ns16550.c is
unused.  Further investigation shows that we have 3 places that
implement this function and no callers, remove.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2016-01-25 10:39:45 -05:00
..
Kconfig serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig 2016-01-20 19:10:14 -07:00
Makefile ns16550: unify serial_omap 2015-11-21 21:50:17 -05:00
altera_jtag_uart.c altera_jtag_uart: change ioremap to map_physmem 2015-11-18 21:18:30 +08:00
altera_uart.c altera_uart: change ioremap to map_physmem 2015-11-18 21:18:30 +08:00
arm_dcc.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
atmel_usart.c
atmel_usart.h
lpc32xx_hsuart.c serial: lpc32xx hsuart: port driver to driver model 2016-01-13 21:05:22 -05:00
mcfuart.c
mxs_auart.c
ns16550.c dm: ns16550: Allow the driver to be omitted if requested 2016-01-12 10:19:09 -07:00
opencores_yanu.c
sandbox.c dm: video: sandbox: Convert sandbox to use driver model for video 2016-01-20 19:10:16 -07:00
serial-uclass.c dm: serial: Allow the UART driver to be dropped from the image 2016-01-12 10:19:09 -07:00
serial.c Fix typo: firstly -> first. 2015-12-05 18:22:23 -05:00
serial_arc.c dm: Use dev_get_addr() where possible 2015-08-31 07:57:26 -06:00
serial_bfin.c
serial_efi.c debug_uart: Adjust the declaration of debug_uart_init() 2015-10-21 07:46:50 -06:00
serial_imx.c
serial_lpuart.c serial: lpuart: Add driver model serial support 2016-01-20 19:10:14 -07:00
serial_max3100.c
serial_mxc.c serial_mxc: Fix setup of UARTx_UFCR register 2016-01-03 15:22:11 +01:00
serial_ns16550.c serial: Remove serial_putc_raw_dev 2016-01-25 10:39:45 -05:00
serial_pl01x.c arm: serial: Add debug UART capability to the pl01x driver 2016-01-19 22:25:22 +00:00
serial_pl01x_internal.h
serial_pxa.c serial: pxa: clean-up include file order 2015-08-24 20:30:38 +02:00
serial_s3c24x0.c
serial_s5p.c debug_uart: Adjust the declaration of debug_uart_init() 2015-10-21 07:46:50 -06:00
serial_sa1100.c
serial_sh.c
serial_sh.h serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs 2015-08-31 17:31:26 +09:00
serial_stm32.c stm32: Convert serial driver to DM 2015-12-12 15:56:08 -05:00
serial_uniphier.c serial: uniphier: drop platform data support 2015-08-31 00:28:46 +09:00
serial_xuartlite.c
serial_zynq.c serial: zynq: Use static inline for _debug_uart_init() 2016-01-08 10:15:45 -05:00
usbtty.c
usbtty.h