summaryrefslogtreecommitdiff
path: root/drivers/serial
Commit message (Expand)AuthorAgeLines
* stm32: Convert serial driver to DMKamil Lulko2015-12-12-107/+96
* dm: serial: Minor coding style cleanup of some commentsStefan Roese2015-12-10-10/+10
* serial: zynq: Remove duplicated headerMichal Simek2015-12-07-3/+0
* serial: zynq: Fix incorrect reference to s5p driverMichal Simek2015-12-07-2/+2
* dm: serial: ns16550: Add pre-reloc flag to the driverSimon Glass2015-12-05-0/+1
* ns16550: change reg-shift property default to zeroThomas Chou2015-12-05-1/+1
* Fix typo: firstly -> first.Vagrant Cascadian2015-12-05-1/+1
* rockchip: serial driver support rk3036huang lin2015-12-01-0/+1
* ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou2015-11-21-0/+10
* ns16550: zap CONFIG_NS16550_SERIALThomas Chou2015-11-21-16/+0
* ns16550: unify serial_omapThomas Chou2015-11-21-55/+0
* ns16550: unify serial_tegraThomas Chou2015-11-21-55/+0
* ns16550: unify serial_dwThomas Chou2015-11-21-40/+0
* ns16550: unify serial_keystoneThomas Chou2015-11-21-49/+0
* ns16550: unify serial_rockchipThomas Chou2015-11-21-54/+1
* ns16550: unify serial_ppcThomas Chou2015-11-21-42/+1
* ns16550: unify serial_x86Thomas Chou2015-11-20-55/+1
* ns16550: add generic binding to unify the driversThomas Chou2015-11-20-0/+55
* ns16550: change map_sysmem to map_physmemThomas Chou2015-11-20-3/+2
* debug_uart: restore ns16550 as defaultThomas Chou2015-11-20-0/+1
* altera_uart: change ioremap to map_physmemThomas Chou2015-11-18-2/+3
* altera_jtag_uart: change ioremap to map_physmemThomas Chou2015-11-18-2/+3
* sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief2015-11-13-0/+8
* altera_uart: Adjust the declaration of debug_uart_init()Thomas Chou2015-11-06-1/+1
* altera_jtag_uart: Adjust the declaration of debug_uart_init()Thomas Chou2015-11-06-1/+1
* serial: altera_uart: minor clean upThomas Chou2015-11-06-11/+10
* serial: altera_uart: use BIT macroThomas Chou2015-11-06-3/+3
* serial: altera_jtag_uart: minor clean upThomas Chou2015-11-06-14/+13
* serial: altera_jtag_uart: use BIT macroThomas Chou2015-11-06-3/+3
* arm: zynq: Move serial driver to driver modelSimon Glass2015-11-04-98/+65
* arm: zynq: serial: Drop non-device-tree serial driver portionsSimon Glass2015-11-04-15/+0
* arm: zynq: Support the debug UARTSimon Glass2015-11-04-16/+68
* dm: serial: Deal with stdout-path with an aliasSimon Glass2015-11-04-5/+25
* dm: keystone: serial: Add driver model supportLokesh Vutla2015-10-23-0/+49
* serial: remove altera serial initializationsThomas Chou2015-10-23-4/+0
* nios2: convert altera_uart to driver modelThomas Chou2015-10-23-91/+121
* nios2: convert altera_jtag_uart to driver modelThomas Chou2015-10-23-60/+137
* drivers: serial: serial_omap: add comaptibles for all ti platformsMugunthan V N2015-10-22-0/+4
* drivers: serial: serial_omap: populate default clock frequency when not found...Mugunthan V N2015-10-22-1/+3
* debug_uart: Add an option to announce the debug UARTSimon Glass2015-10-21-0/+10
* debug_uart: Support board-specific UART initialisationSimon Glass2015-10-21-0/+11
* debug_uart: Adjust the declaration of debug_uart_init()Simon Glass2015-10-21-3/+3
* serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIPMasahiro Yamada2015-10-03-1/+1
* arm: Remove unused ST-Ericsson u8500 archStefan Roese2015-09-15-22/+0
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2015-09-13-9/+34
|\
| * serial: serial-sh: SCIFA interface for R-Car Gen2 SoCsVladimir Barinov2015-08-31-9/+34
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2015-09-03-0/+53
|\ \
| * | rockchip: Add serial supportSimon Glass2015-09-02-0/+53
* | | serial: drop redundant depends onMasahiro Yamada2015-09-02-2/+2
|/ /
* | dm: Use dev_get_addr() where possibleSimon Glass2015-08-31-5/+4
|/