summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2016-08-31serial: imx-serial - update UART IMX driver to use cyclic DMANandor Han1-63/+78
2016-08-31serial: 8250_lpss: enable DMA on Intel Quark UARTAndy Shevchenko1-3/+75
2016-08-31serial: 8250_lpss: enable MSI for Intel QuarkAndy Shevchenko1-0/+15
2016-08-31serial: 8250_lpss: move Quark code from PCI driverAndy Shevchenko3-14/+13
2016-08-31serial: 8250_lpss: split LPSS driver to separate moduleAndy Shevchenko4-235/+303
2016-08-31serial: 8250: enable AFE on ports where FIFO is 16 bytesAndy Shevchenko1-6/+3
2016-08-31serial: 8250_dma: adjust DMA address of the UARTAndy Shevchenko2-2/+11
2016-08-31serial: 8250_dma: switch to new dmaengine_terminate_* APIAndy Shevchenko1-3/+3
2016-08-31sc16is7xx: make sure device is in suspend once probedFlorian Vallee1-0/+20
2016-08-31serial: 8250_mtk: support big baud rate.Eddie Huang2-8/+2
2016-08-31tty/serial: at91: use of_property_read_boolJulia Lawall1-4/+4
2016-08-31tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV1-6/+72
2016-08-31tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV1-0/+44
2016-08-31tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV1-144/+113
2016-08-31tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV1-225/+258
2016-08-31tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV1-2/+7
2016-08-31tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner1-3/+6
2016-08-31tty: serial: fsl_lpuart: support suspend/resumeStefan Agner1-2/+14
2016-08-31tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner1-2/+12
2016-08-31serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang1-1/+1
2016-08-31serial: vt8500_serial: Fix a parameter of find_first_zero_bit.Christophe JAILLET1-4/+4
2016-08-31tty: serial_core: convert uart_close to use tty_port_closeRob Herring1-37/+19
2016-08-31tty: serial_core: convert uart_open to use tty_port_openRob Herring1-47/+23
2016-08-31serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2-2/+2
2016-08-31tty/serial: atmel: add fractional baud rate supportLudovic Desroches1-8/+33
2016-08-31tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-IDShawn Guo1-1/+6
2016-08-31tty: amba-pl011: add .get_fifosize for ZTE deviceShawn Guo1-1/+6
2016-08-31tty: amba-pl011: define flag register bits for ZTE deviceShawn Guo1-10/+35
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-2/+2
2016-08-02Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-07-31Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-3/+18
2016-07-28sparc: serial: sunhv: fix a double lock bugDan Carpenter1-6/+0
2016-07-27tty/hvc: Use opal irqchip interface if availableSam Mendoza-Jonas1-1/+7
2016-07-27tty/hvc: Use IRQF_SHARED for OPAL hvc consolesSam Mendoza-Jonas3-2/+11
2016-07-27mm: oom: add memcg to oom_controlVladimir Davydov1-0/+1
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2016-07-25Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds45-845/+1158
2016-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-21/+9
2016-07-21tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-07-07timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinnedThomas Gleixner1-2/+2
2016-07-07timers, drivers/tty/metag_da: Initialize the poll timer as pinnedThomas Gleixner1-2/+2
2016-07-06serial: clps711x: Changing the compatibility string to match with the smalles...Alexander Shiyan1-1/+1
2016-07-04Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman2-2/+6
2016-06-26devpts: fix null pointer dereference on failed memory allocationColin Ian King1-2/+5
2016-06-26tty/serial: atmel: enforce tasklet init and termination sequencesNicolas Ferre1-23/+38
2016-06-26serial: sh-sci: Stop transfers in sci_shutdown()Geert Uytterhoeven1-0/+4
2016-06-26serial: 8250_ingenic: drop #if conditional surrounding earlycon codeMasahiro Yamada2-3/+1
2016-06-26serial: 8250_mtk: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-06-26serial: 8250_uniphier: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-06-26tty/serial/8250: use mctrl_gpio helpersYegor Yefremov5-15/+68