summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2015-12-14drivers: tty: 68328serial.c: Add missing spaces(checkpatch)Frederik Völkel1-46/+46
2015-12-14serial: 8250_mid: fix broken DMA dependencyHeikki Krogerus1-1/+1
2015-12-14ARM: meson: serial: check for tx-irq enabled in irq codeBen Dooks1-2/+4
2015-12-14ARM: meson: serial: ensure tx irq on if more work to doBen Dooks1-0/+7
2015-12-14ARM: meson: serial: disable rx/tx irqs during console writeBen Dooks1-2/+5
2015-12-14ARM: meson: serial: use meson_uart_tx_empty() to wait for emptyBen Dooks1-1/+1
2015-12-14ARM: meson: serial: only disable tx irq on stopBen Dooks1-2/+2
2015-12-14ARM: meson: serial: ensure console port uart enabledBen Dooks1-0/+4
2015-12-14ARM: meson: serial: tx_empty fails to check for transmitter busyBen Dooks1-1/+3
2015-12-14ARM: meson: serial: don't reset port on uart startupBen Dooks1-2/+19
2015-12-14ARM: meson: serial: release region on port releaseBen Dooks1-9/+20
2015-12-14tty: amba-pl011: switch to using relaxed IO accessorsRussell King1-3/+3
2015-12-14tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)Russell King1-0/+23
2015-12-14tty: amba-pl011: add support for 32-bit register accessRussell King1-2/+13
2015-12-14tty: amba-pl011: remove ST micro registers from standard tableRussell King1-11/+0
2015-12-14tty: amba-pl011: clean up LCR register offsetsRussell King2-29/+16
2015-12-14tty: amba-pl011: add ST register offset tableRussell King1-1/+29
2015-12-14tty: amba-pl011: add register offset table to vendor dataRussell King1-2/+6
2015-12-14tty: amba-pl011: add register lookup tableRussell King2-26/+60
2015-12-14serial: 8250: move of_serial code to 8250 directoryArnd Bergmann5-11/+10
2015-12-14serial: of: CONFIG_SERIAL_8250 is always setArnd Bergmann1-18/+0
2015-12-14serial: remove NWP serial supportArnd Bergmann4-510/+1
2015-12-14serial:bfin-uart:Remove 'struct timeval'DengChao1-15/+12
2015-12-14serial: SERIAL_MXS_AUART should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-12-14serial: SERIAL_IMX_AUART should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-12-14serial: SERIAL_ATMEL should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-12-14sc16is7xx: Fix TX buffer overrun caused by wrong tx fifo level read-outFlorian Achleitner1-0/+13
2015-12-14tty: Remove unused SERIAL_DO_RESTART definePeter Hurley1-1/+0
2015-12-14tty: amba-pl011: prepare REG_* register indexesRussell King2-97/+140
2015-12-14tty: amba-pl011: add helper to detect split LCRH registerRussell King1-2/+7
2015-12-14tty: amba-pl011: convert accessor functions to take uart_amba_portRussell King1-102/+97
2015-12-14tty: amba-pl011: add register accessor functionsRussell King1-98/+112
2015-12-14serial: support 16-bit register interface for consoleMasahiro Yamada6-9/+50
2015-12-14serial: 8250_early: squash wait_for_xmitr() into serial_putc()Masahiro Yamada1-8/+4
2015-12-14serial: 8250_early: confirm empty transmitter after sending charactersMasahiro Yamada1-4/+1
2015-12-14serial: 8250_early: do not save and restore IER in write callbackMasahiro Yamada1-10/+1
2015-12-14serial/vt8500_serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-12-14serial/sunsu: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-12-14serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-12-14serial/pxa: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-12-14serial/omap-serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-12-14serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytesDenys Vlasenko1-1/+1
2015-12-14serial/m32r_sio: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
2015-12-14serial_core: Deinline uart_update_mctrl, save 304 bytesDenys Vlasenko1-1/+1
2015-12-14serial/jsm: Deinline neo_parse_isr, save 688 bytesDenys Vlasenko1-1/+1
2015-12-14serial/bcm63xx_uart: Deinline wait_for_xmitr, save 374 bytesDenys Vlasenko1-1/+1
2015-12-14serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLEMasahiro Yamada2-1/+3
2015-12-14serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON"Masahiro Yamada1-1/+0
2015-12-14serial: 8250_uniphier: add earlycon supportMasahiro Yamada1-0/+24
2015-12-14drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modularPaul Gortmaker1-28/+7