summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
...
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-3/+2
* serial: lpuart: Add driver model serial supportBin Meng2016-01-201-0/+167
* serial: lpuart: Prepare the driver for DM conversionBin Meng2016-01-201-22/+66
* serial: lpuart: Call local version of setbrg and putc directlyBin Meng2016-01-201-4/+4
* serial: lpuart: Fix several cosmetic issuesBin Meng2016-01-201-20/+15
* serial: lpuart: Move CONFIG_FSL_LPUART to KconfigBin Meng2016-01-201-0/+6
* arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov2016-01-191-0/+22
* arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov2016-01-191-0/+28
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-12/+1
* serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy2016-01-131-39/+64
* dm: ns16550: Allow the driver to be omitted if requestedSimon Glass2016-01-121-0/+2
* dm: serial: Allow the UART driver to be dropped from the imageSimon Glass2016-01-122-1/+23
* dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-121-3/+2
* serial: zynq: Use static inline for _debug_uart_init()Michal Simek2016-01-081-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-01-031-1/+8
|\
| * serial_mxc: Fix setup of UARTx_UFCR registerMaximilian Schwerin2016-01-031-1/+8
* | stm32: Convert serial driver to DMKamil Lulko2015-12-121-107/+96
* | dm: serial: Minor coding style cleanup of some commentsStefan Roese2015-12-101-10/+10
* | serial: zynq: Remove duplicated headerMichal Simek2015-12-071-3/+0
* | serial: zynq: Fix incorrect reference to s5p driverMichal Simek2015-12-072-2/+2
* | dm: serial: ns16550: Add pre-reloc flag to the driverSimon Glass2015-12-051-0/+1
* | ns16550: change reg-shift property default to zeroThomas Chou2015-12-051-1/+1
* | Fix typo: firstly -> first.Vagrant Cascadian2015-12-051-1/+1
* | rockchip: serial driver support rk3036huang lin2015-12-011-0/+1
* | ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou2015-11-211-0/+10
* | ns16550: zap CONFIG_NS16550_SERIALThomas Chou2015-11-212-16/+0
* | ns16550: unify serial_omapThomas Chou2015-11-212-55/+0
* | ns16550: unify serial_tegraThomas Chou2015-11-212-55/+0
* | ns16550: unify serial_dwThomas Chou2015-11-212-40/+0
* | ns16550: unify serial_keystoneThomas Chou2015-11-212-49/+0
* | ns16550: unify serial_rockchipThomas Chou2015-11-213-54/+1
* | ns16550: unify serial_ppcThomas Chou2015-11-213-42/+1
* | ns16550: unify serial_x86Thomas Chou2015-11-203-55/+1
* | ns16550: add generic binding to unify the driversThomas Chou2015-11-202-0/+55
* | ns16550: change map_sysmem to map_physmemThomas Chou2015-11-201-3/+2
* | debug_uart: restore ns16550 as defaultThomas Chou2015-11-201-0/+1
|/
* altera_uart: change ioremap to map_physmemThomas Chou2015-11-181-2/+3
* altera_jtag_uart: change ioremap to map_physmemThomas Chou2015-11-181-2/+3
* sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief2015-11-131-0/+8
* altera_uart: Adjust the declaration of debug_uart_init()Thomas Chou2015-11-061-1/+1
* altera_jtag_uart: Adjust the declaration of debug_uart_init()Thomas Chou2015-11-061-1/+1
* serial: altera_uart: minor clean upThomas Chou2015-11-061-11/+10
* serial: altera_uart: use BIT macroThomas Chou2015-11-061-3/+3
* serial: altera_jtag_uart: minor clean upThomas Chou2015-11-061-14/+13
* serial: altera_jtag_uart: use BIT macroThomas Chou2015-11-061-3/+3
* arm: zynq: Move serial driver to driver modelSimon Glass2015-11-041-98/+65
* arm: zynq: serial: Drop non-device-tree serial driver portionsSimon Glass2015-11-041-15/+0
* arm: zynq: Support the debug UARTSimon Glass2015-11-042-16/+68
* dm: serial: Deal with stdout-path with an aliasSimon Glass2015-11-041-5/+25
* dm: keystone: serial: Add driver model supportLokesh Vutla2015-10-232-0/+49
OpenPOWER on IntegriCloud