summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra2019-08-161-3/+2Star
* serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven2019-07-311-7/+15
* serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven2019-07-311-2/+9
* serial: mctrl_gpio: Check if GPIO property exisits before requesting itStefan Roese2019-07-311-0/+14
* tty: serial_core: Set port active bit in uart_port_activateSerge Semin2019-07-311-1/+6
* serial: imx: fix locking in set_termios()Sergey Organov2019-07-311-10/+13
* serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT2019-07-311-1/+2
* tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz2019-07-311-0/+4
* tty/serial: digicolor: Fix digicolor-usart already registered warningKefeng Wang2019-07-311-1/+5
* tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy2019-07-311-6/+11
* tty: max310x: Fix invalid baudrate divisors calculatorSerge Semin2019-07-311-20/+31
* Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta2019-07-141-2/+1Star
* sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang2019-07-101-0/+2
* tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds2019-07-101-1/+1
* sunhv: Fix device naming inconsistency between sunhv_console and sunhv_regJohn Paul Adrian Glaubitz2019-06-221-1/+1
* dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-06-151-2/+2
* TTY: serial_core, add ->installJiri Slaby2019-06-111-11/+13
* serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis2019-06-091-0/+7
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-06-091-2/+9
* tty: max310x: Fix external crystal register setupJoe Burmeister2019-06-091-1/+1
* tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz2019-06-091-1/+4
* tty: ipwireless: fix missing checks for ioremapKangjie Lu2019-05-311-0/+8
* tty: Don't force RISCV SBI console as preferred consoleAnup Patel2019-05-221-1/+0Star
* tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-05-221-6/+27
* tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-05-221-2/+0Star
* serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar2019-05-041-16/+8Star
* sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan2019-05-041-2/+10
* vt: fix cursor when clearing the screenMikulas Patocka2019-04-271-1/+2
* serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven2019-04-271-1/+3
* serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven2019-04-271-1/+1
* serial: uartps: console_setup() can't be placed to init sectionMichal Simek2019-04-201-1/+1
* tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman2019-04-173-0/+74
* tty: increase the default flip buffer limit to 2*640KManfred Schlaegl2019-04-051-1/+1
* serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel2019-04-051-0/+4
* tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu2019-04-051-3/+21
* tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-04-051-8/+11
* Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang2019-04-031-1/+3
* serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An2019-04-031-11/+1Star
* serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki2019-04-031-0/+3
* serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki2019-04-031-0/+2
* tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor2019-04-031-1/+1
* tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu2019-04-031-0/+4
* tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu2019-04-031-0/+4
* vt: perform safe console erase in the right orderNicolas Pitre2019-03-231-8/+7Star
* serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan2019-03-231-0/+105
* serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan2019-03-231-18/+18
* serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel2019-03-231-0/+4
* serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula2019-03-231-1/+7
* serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita2019-03-051-1/+1
* tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke2019-03-051-2/+2