summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo2018-12-171-0/+3
| * | tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring2018-12-175-19/+10
| * | tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky2018-12-171-6/+16
| * | serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel2018-12-173-1/+52
| * | tty: serial: qcom_geni_serial: Remove interrupt stormRyan Case2018-12-171-2/+23
| * | serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven2018-12-171-3/+8
| * | serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallbackGeert Uytterhoeven2018-12-171-1/+1
| * | serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven2018-12-171-7/+9
| * | Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-104-14/+20
| |\ \
| * | | Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman2018-12-061-12/+14
| * | | tty/ldsem: Decrement wait_readers on timeouted down_read()Dmitry Safonov2018-12-051-0/+1
| * | | tty/ldsem: Add lockdep asserts for ldisc_semDmitry Safonov2018-12-051-0/+9
| * | | tty/ldsem: Convert to regular lockdep annotationsPeter Zijlstra2018-12-051-37/+14
| * | | tty: Simplify tty->count math in tty_reopen()Dmitry Safonov2018-12-051-8/+5
| * | | tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-054-7/+14
| * | | tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov2018-12-051-2/+7
| * | | tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov2018-12-051-0/+10
| * | | tty/sysrq: Do not call sync directly from sysrq_do_reset()Mark Tomlinson2018-12-051-2/+1
| * | | serial: 8250-mtk: add uart DMA supportLong Cheng2018-12-051-1/+209
| * | | tty: xilinx_uartps: Correct return value in probeRajan Vaja2018-12-051-14/+12
| * | | tty: serial: qcom_geni_serial: Fix softlockRyan Case2018-12-051-17/+39
| * | | Revert "serial/sunsu: add missing of_node_put()"Greg Kroah-Hartman2018-12-051-15/+5
OpenPOWER on IntegriCloud