summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-14drivers/tty/serial: make serial/atmel_serial.c explicitly non-modularPaul Gortmaker1-41/+4
2015-12-14serial: imx: reorder functions and simplify a bitUwe Kleine-König1-45/+45
2015-12-14serial: imx: repair and complete handshakingUwe Kleine-König1-6/+17
2015-12-14serial: atmel: convert to irq handling provided mctrl-gpioUwe Kleine-König1-122/+18
2015-12-14serial: imx: fix a possible NULL dereferenceLABBE Corentin1-5/+2
2015-12-14drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAMEGavin Thomas Claugus1-2/+2
2015-11-21serial: export fsl8250_handle_irqArnd Bergmann1-0/+1
2015-11-21serial: 8250_mid: Add missing dependencyHeikki Krogerus1-0/+1
2015-11-21serial: etraxfs-uart: Fix crashGuenter Roeck1-1/+1
2015-11-21serial: fsl_lpuart: Fix earlycon supportPeter Hurley1-1/+1
2015-11-21bcm63xx_uart: Use the device name when registering an interruptSimon Arlott1-1/+1
2015-11-06Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds4-4/+1
2015-11-05Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds42-1434/+2342
2015-11-04Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+2
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown4-4/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis4-4/+1
2015-10-22parisc: serial/mux: Convert to uart_console_device instead of open-codedAxel Lin1-7/+2
2015-10-18serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi1-2/+2
2015-10-18Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis1-4/+0
2015-10-18serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus2-2/+71
2015-10-18dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus1-0/+2
2015-10-18serial: fix mctrl helper functionsArnd Bergmann1-2/+2
2015-10-18serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus4-222/+273
2015-10-18serial: fsl_lpuart: add earlycon supportStefan Agner2-0/+40
2015-10-18tty: disable unbind for old 74xx based serial/mpsc console portPaul Gortmaker1-1/+2
2015-10-18serial: at91, fix rs485 propertiesJiri Slaby1-3/+2
2015-10-18tty: Remove tty_port::close_waitPeter Hurley3-3/+0