summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel2019-04-051-0/+4
* 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/+1
* 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
* tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu2019-04-031-3/+21
* tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu2019-04-031-12/+12
* vt: perform safe console erase in the right orderNicolas Pitre2019-03-231-8/+7
* 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
* Merge tag 'tty-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-02-084-5/+22
|\
| * serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman2019-01-311-0/+6
| * serial: sh-sci: Do not free irqs that have already been freedChris Brandt2019-01-301-1/+8
| * serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko2019-01-301-4/+5
| * tty: serial: 8250_mtk: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-301-0/+3
* | Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-021-5/+8
|\ \ | |/ |/|
| * tty/serial: use uart_console_write in the RISC-V SBL early consoleAndreas Schwab2019-01-231-5/+8
* | serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita2019-01-221-1/+1
* | tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke2019-01-221-2/+2
* | tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-01-211-1/+2
* | vt: invoke notifier on screen size changeNicolas Pitre2019-01-181-0/+1
* | vt: always call notifier with the console lock heldNicolas Pitre2019-01-181-1/+1
* | vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-181-32/+15
* | tty/n_hdlc: fix __might_sleep warningPaul Fulghum2019-01-181-0/+1
* | serial: 8250: Fix serial8250 initialization crashHe Zhe2019-01-181-8/+9
* | uart: Fix crash in uart_write and uart_put_charSamir Virmani2019-01-181-4/+8
|/
* Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-01-142-24/+32
|\
| * tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov2019-01-111-7/+13
| * serial: lantiq: Do not swap register read/writesHauke Mehrtens2019-01-081-17/+19
* | tty/serial: Add RISC-V SBI earlycon supportAnup Patel2019-01-093-0/+41
|/
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2019-01-053-0/+851
|\
| * tty: serial: Add RDA8810PL UART driverManivannan Sadhasivam2018-12-313-0/+851
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* | Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-2836-301/+803
|\ \
| * | Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"Greg Kroah-Hartman2018-12-241-1/+0
| * | serial: sccnxp: Allow to use non-standard baud ratesAlexander Shiyan2018-12-201-3/+19
| * | serial: sccnxp: Adds a delay between sequential read/write cyclesAlexander Shiyan2018-12-201-5/+27
| * | tty: serial: qcom_geni_serial: Fix UART hangRyan Case2018-12-201-0/+8
| * | tty: serial: qcom_geni_serial: Fix wrap around of TX bufferMatthias Kaehlcke2018-12-201-5/+7
| * | serial: max310x: Fix tx_empty() callbackAlexander Shiyan2018-12-191-5/+2
| * | serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne2018-12-191-2/+2
| * | serial: uartps: Fix error path when alloc failedMichal Simek2018-12-191-2/+4
| * | serial: uartps: Check if the device is a consoleShubhrajyoti Datta2018-12-191-2/+2
| * | serial: uartps: Add the device_init_wakeupShubhrajyoti Datta2018-12-191-0/+2
| * | tty: serial: samsung: Increase maximum baudrateSeung-Woo Kim2018-12-171-1/+1
OpenPOWER on IntegriCloud