summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2016-02-08dm: opencores: Drop opencores_yanu serial driverSimon Glass2-243/+0
2016-02-08dm: freescale: Drop mxs_auart serial driverSimon Glass2-152/+0
2016-02-08serial: serial_stm32: move clock config from driver to boardVikas Manocha1-40/+0
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-2/+2
2016-02-02dm: lpuart: Drop the legacy codeBhuvanchandra DV1-99/+2
2016-02-02drivers: serial: add driver for Microchip PIC32 UART controller.Paul Thacker3-0/+214
2016-01-27ppc: xilinx-ppc4xx: Port to DM serialRicardo Ribalda Delgado1-1/+1
2016-01-27serial: zynq: Fix address reading from DMMichal Simek1-6/+1
2016-01-27serial: zynq: Extend compatible string listMichal Simek1-0/+1
2016-01-27serial: uartlite: Add uartlite to KconfigMichal Simek1-0/+7
2016-01-27serial: uartlite: Add support for debug consoleMichal Simek2-0/+33
2016-01-27serial: uartlite: Move driver to DMMichal Simek1-111/+65
2016-01-25ns16550: zap the rockchip serial compatible stringThomas Chou1-1/+5
2016-01-25serial: Remove serial_putc_raw_devTom Rini1-11/+0
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-3/+2
2016-01-21serial: lpuart: Add driver model serial supportBin Meng1-0/+167
2016-01-21serial: lpuart: Prepare the driver for DM conversionBin Meng1-22/+66
2016-01-21serial: lpuart: Call local version of setbrg and putc directlyBin Meng1-4/+4
2016-01-21serial: lpuart: Fix several cosmetic issuesBin Meng1-20/+15
2016-01-21serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng1-0/+6
2016-01-20arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov1-0/+22
2016-01-20arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov1-0/+28
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-12/+1
2016-01-14serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy1-39/+64
2016-01-12dm: ns16550: Allow the driver to be omitted if requestedSimon Glass1-0/+2
2016-01-12dm: serial: Allow the UART driver to be dropped from the imageSimon Glass2-1/+23
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-3/+2
2016-01-08serial: zynq: Use static inline for _debug_uart_init()Michal Simek1-1/+1
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+8
2016-01-03serial_mxc: Fix setup of UARTx_UFCR registerMaximilian Schwerin1-1/+8
2015-12-12stm32: Convert serial driver to DMKamil Lulko1-107/+96
2015-12-11dm: serial: Minor coding style cleanup of some commentsStefan Roese1-10/+10
2015-12-07serial: zynq: Remove duplicated headerMichal Simek1-3/+0
2015-12-07serial: zynq: Fix incorrect reference to s5p driverMichal Simek2-2/+2
2015-12-06dm: serial: ns16550: Add pre-reloc flag to the driverSimon Glass1-0/+1
2015-12-06ns16550: change reg-shift property default to zeroThomas Chou1-1/+1
2015-12-06Fix typo: firstly -> first.Vagrant Cascadian1-1/+1
2015-12-01rockchip: serial driver support rk3036huang lin1-0/+1
2015-11-22ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou1-0/+10
2015-11-22ns16550: zap CONFIG_NS16550_SERIALThomas Chou2-16/+0
2015-11-22ns16550: unify serial_omapThomas Chou2-55/+0
2015-11-22ns16550: unify serial_tegraThomas Chou2-55/+0
2015-11-22ns16550: unify serial_dwThomas Chou2-40/+0
2015-11-22ns16550: unify serial_keystoneThomas Chou2-49/+0
2015-11-22ns16550: unify serial_rockchipThomas Chou3-54/+1
2015-11-22ns16550: unify serial_ppcThomas Chou3-42/+1
2015-11-21ns16550: unify serial_x86Thomas Chou3-55/+1
2015-11-21ns16550: add generic binding to unify the driversThomas Chou2-0/+55
2015-11-21ns16550: change map_sysmem to map_physmemThomas Chou1-3/+2
2015-11-21debug_uart: restore ns16550 as defaultThomas Chou1-0/+1