aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-3/+2
2016-01-20serial: lpuart: Add driver model serial supportBin Meng1-0/+167
2016-01-20serial: lpuart: Prepare the driver for DM conversionBin Meng1-22/+66
2016-01-20serial: lpuart: Call local version of setbrg and putc directlyBin Meng1-4/+4
2016-01-20serial: lpuart: Fix several cosmetic issuesBin Meng1-20/+15
2016-01-20serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng1-0/+6
2016-01-19arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov1-0/+22
2016-01-19arm: 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-13serial: 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-10dm: 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-05dm: serial: ns16550: Add pre-reloc flag to the driverSimon Glass1-0/+1
2015-12-05ns16550: change reg-shift property default to zeroThomas Chou1-1/+1
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian1-1/+1
2015-12-01rockchip: serial driver support rk3036huang lin1-0/+1
2015-11-21ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou1-0/+10
2015-11-21ns16550: zap CONFIG_NS16550_SERIALThomas Chou2-16/+0
2015-11-21ns16550: unify serial_omapThomas Chou2-55/+0
2015-11-21ns16550: unify serial_tegraThomas Chou2-55/+0
2015-11-21ns16550: unify serial_dwThomas Chou2-40/+0
2015-11-21ns16550: unify serial_keystoneThomas Chou2-49/+0
2015-11-21ns16550: unify serial_rockchipThomas Chou3-54/+1
2015-11-21ns16550: unify serial_ppcThomas Chou3-42/+1
2015-11-20ns16550: unify serial_x86Thomas Chou3-55/+1
2015-11-20ns16550: add generic binding to unify the driversThomas Chou2-0/+55
2015-11-20ns16550: change map_sysmem to map_physmemThomas Chou1-3/+2
2015-11-20debug_uart: restore ns16550 as defaultThomas Chou1-0/+1
2015-11-18altera_uart: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_jtag_uart: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-13sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief1-0/+8
2015-11-06altera_uart: Adjust the declaration of debug_uart_init()Thomas Chou1-1/+1
2015-11-06altera_jtag_uart: Adjust the declaration of debug_uart_init()Thomas Chou1-1/+1
2015-11-06serial: altera_uart: minor clean upThomas Chou1-11/+10
2015-11-06serial: altera_uart: use BIT macroThomas Chou1-3/+3
2015-11-06serial: altera_jtag_uart: minor clean upThomas Chou1-14/+13
2015-11-06serial: altera_jtag_uart: use BIT macroThomas Chou1-3/+3
2015-11-04arm: zynq: Move serial driver to driver modelSimon Glass1-98/+65
2015-11-04arm: zynq: serial: Drop non-device-tree serial driver portionsSimon Glass1-15/+0
2015-11-04arm: zynq: Support the debug UARTSimon Glass2-16/+68
2015-11-04dm: serial: Deal with stdout-path with an aliasSimon Glass1-5/+25
2015-10-23dm: keystone: serial: Add driver model supportLokesh Vutla2-0/+49