rv1126-uboot/drivers/serial
Eric Anholt cd0fa5bff8 serial: pl01x: Add support for devices with the rate pre-configured.
For Raspberry Pi, we had the input clock rate to the pl011 fixed in
the rpi.c file, but it may be changed by firmware due to user changes
to config.txt.  Since the firmware always sets up the uart (default
115200 output unless the user changes it), we can just skip our own
uart init to simplify the boot process and more reliably get serial
output.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
2016-03-22 12:16:12 -04:00
..
Kconfig serial: dcc: Move driver to DM 2016-02-25 19:06:37 -05:00
Makefile stm32x7: add support for stm32x7 serial driver 2016-02-24 18:43:54 -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 serial: dcc: Move driver to DM 2016-02-25 19:06:37 -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
ns16550.c dm: ns16550: Add support for reg-offset property 2016-03-17 21:27:39 -06:00
sandbox.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
serial-uclass.c x86: Allow use of serial soon after relocation 2016-03-17 10:27:24 +08:00
serial.c Fix typo: firstly -> first. 2015-12-05 18:22:23 -05:00
serial_arc.c dm: serial: Remove duplicated carriage return character 2016-03-14 15:34:50 -06:00
serial_bfin.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
serial_efi.c debug_uart: Adjust the declaration of debug_uart_init() 2015-10-21 07:46:50 -06:00
serial_lpuart.c dm: serial: Remove duplicated carriage return character 2016-03-14 15:34:50 -06:00
serial_mxc.c serial: Move carriage return before line feed for some serial drivers 2016-03-14 15:34:50 -06:00
serial_ns16550.c serial: Remove serial_putc_raw_dev 2016-01-25 10:39:45 -05:00
serial_pic32.c drivers: serial: add driver for Microchip PIC32 UART controller. 2016-02-01 22:14:00 +01:00
serial_pl01x.c serial: pl01x: Add support for devices with the rate pre-configured. 2016-03-22 12:16:12 -04:00
serial_pl01x_internal.h
serial_pxa.c serial: Move carriage return before line feed for some serial drivers 2016-03-14 15:34:50 -06:00
serial_s3c24x0.c serial: Move carriage return before line feed for some serial drivers 2016-03-14 15:34:50 -06:00
serial_s5p.c debug_uart: Adjust the declaration of debug_uart_init() 2015-10-21 07:46:50 -06:00
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 serial: serial_stm32: move clock config from driver to board 2016-02-08 10:10:36 -05:00
serial_stm32x7.c stm32x7: add support for stm32x7 serial driver 2016-02-24 18:43:54 -05:00
serial_stm32x7.h stm32x7: add support for stm32x7 serial driver 2016-02-24 18:43:54 -05:00
serial_uniphier.c
serial_xuartlite.c serial: uartlite: Add support for debug console 2016-01-27 15:55:49 +01:00
serial_zynq.c serial: zynq: Change logic in putc 2016-02-22 16:21:04 +01:00
usbtty.c serial: Move carriage return before line feed for some serial drivers 2016-03-14 15:34:50 -06:00
usbtty.h