summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-23serial: remove altera serial initializationsThomas Chou1-4/+0
2015-10-23nios2: convert altera_uart to driver modelThomas Chou2-91/+121
2015-10-23nios2: convert altera_jtag_uart to driver modelThomas Chou2-60/+137
2015-10-22drivers: serial: serial_omap: add comaptibles for all ti platformsMugunthan V N1-0/+4
2015-10-22drivers: serial: serial_omap: populate default clock frequency when not found...Mugunthan V N1-1/+3
2015-10-21debug_uart: Add an option to announce the debug UARTSimon Glass1-0/+10
2015-10-21debug_uart: Support board-specific UART initialisationSimon Glass1-0/+11
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass3-3/+3
2015-10-03serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIPMasahiro Yamada1-1/+1
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese1-22/+0
2015-09-13Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini1-9/+34
2015-09-03Merge git://git.denx.de/u-boot-rockchipTom Rini3-0/+53
2015-09-02rockchip: Add serial supportSimon Glass3-0/+53
2015-09-02serial: drop redundant depends onMasahiro Yamada1-2/+2
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass4-5/+4
2015-08-31serial: serial-sh: SCIFA interface for R-Car Gen2 SoCsVladimir Barinov1-9/+34
2015-08-31serial: uniphier: drop platform data supportMasahiro Yamada1-26/+15
2015-08-24serial: pxa: clean-up include file orderMarcel Ziswiler1-2/+2
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada7-9/+9
2015-08-12dra7xx: Add dra72_evm_defconfig using CONFIG_DMTom Rini1-0/+1
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+8
2015-08-10dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial portHans de Goede2-3/+28