aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+851
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-31tty: serial: Add RDA8810PL UART driverManivannan Sadhasivam3-0/+851
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds36-301/+803
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-7/+6
2018-12-24Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"Greg Kroah-Hartman1-1/+0
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-5/+26
2018-12-21serial/sunsu: fix refcount leakYangtao Li1-5/+26
2018-12-20serial: sccnxp: Allow to use non-standard baud ratesAlexander Shiyan1-3/+19
2018-12-20serial: sccnxp: Adds a delay between sequential read/write cyclesAlexander Shiyan1-5/+27
2018-12-20tty: serial: qcom_geni_serial: Fix UART hangRyan Case1-0/+8
2018-12-20tty: serial: qcom_geni_serial: Fix wrap around of TX bufferMatthias Kaehlcke1-5/+7
2018-12-19serial: max310x: Fix tx_empty() callbackAlexander Shiyan1-5/+2
2018-12-19serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne1-2/+2
2018-12-19serial: uartps: Fix error path when alloc failedMichal Simek1-2/+4
2018-12-19serial: uartps: Check if the device is a consoleShubhrajyoti Datta1-2/+2
2018-12-19serial: uartps: Add the device_init_wakeupShubhrajyoti Datta1-0/+2
2018-12-17Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"Paul Burton1-24/+5
2018-12-17tty: serial: samsung: Increase maximum baudrateSeung-Woo Kim1-1/+1
2018-12-17tty: serial: samsung: Properly set flags in autoCTS modeBeomho Seo1-0/+3
2018-12-17tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring5-19/+10
2018-12-17tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky1-6/+16
2018-12-17serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel3-1/+52
2018-12-17tty: serial: qcom_geni_serial: Remove interrupt stormRyan Case1-2/+23
2018-12-17serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven1-3/+8
2018-12-17serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallbackGeert Uytterhoeven1-1/+1
2018-12-17serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven1-7/+9
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman4-14/+20
2018-12-09Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-12/+11
2018-12-09Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+9
2018-12-06kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin1-2/+2
2018-12-06Revert "tty: xilinx_uartps: Correct return value in probe"Greg Kroah-Hartman1-12/+14
2018-12-05tty/ldsem: Decrement wait_readers on timeouted down_read()Dmitry Safonov1-0/+1
2018-12-05tty/ldsem: Add lockdep asserts for ldisc_semDmitry Safonov1-0/+9
2018-12-05tty/ldsem: Convert to regular lockdep annotationsPeter Zijlstra1-37/+14
2018-12-05tty: Simplify tty->count math in tty_reopen()Dmitry Safonov1-8/+5
2018-12-05tty: Don't block on IO when ldisc change is pendingDmitry Safonov4-7/+14
2018-12-05tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov1-2/+7
2018-12-05tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov1-0/+10
2018-12-05tty/sysrq: Do not call sync directly from sysrq_do_reset()Mark Tomlinson1-2/+1
2018-12-05tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold1-2/+9
2018-12-05serial: 8250-mtk: add uart DMA supportLong Cheng1-1/+209
2018-12-05tty: xilinx_uartps: Correct return value in probeRajan Vaja1-14/+12
2018-12-05tty: serial: qcom_geni_serial: Fix softlockRyan Case1-17/+39
2018-12-05Revert "serial/sunsu: add missing of_node_put()"Greg Kroah-Hartman1-15/+5
2018-12-02drivers/tty: add missing of_node_put()Yangtao Li1-0/+1
2018-11-27serdev: document the write functions using kernel-docJohan Hovold1-0/+37
2018-11-27serdev: make synchronous write helper interruptibleJohan Hovold1-6/+14
2018-11-27serdev: make synchronous write return bytes writtenJohan Hovold1-2/+10