aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-09Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-11/+9
2018-12-06kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin1-2/+2
2018-12-05tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-12-02drivers/tty: add missing of_node_put()Yangtao Li1-0/+1
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+4
2018-11-09serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+3
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds22-358/+751
2018-10-25Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-15/+28
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-31/+12
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+4
2018-10-15serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven1-2/+2
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek1-1/+1
2018-10-15serial: sh-sci: do not warn if DMA transfers are not supportedUlrich Hecht1-1/+1
2018-10-13kill TIOCSER[SG]WILDAl Viro1-5/+0
2018-10-13serial_core: switch to ->[sg]et_serial()Al Viro1-26/+12
2018-10-11serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCESMichal Simek1-2/+4
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-2/+2
2018-10-10serial: fsl_lpuart: Remove the alias node dependenceVabhav Sharma1-2/+10
2018-10-08Merge 4.19-rc7 into tty-nextGreg Kroah-Hartman1-4/+0
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-10-04TTY: sn_console: Replace spin_is_locked() with spin_trylock()Lance Roy1-9/+6
2018-10-04Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman1-69/+1
2018-10-02Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven1-15/+10
2018-10-02Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven1-0/+31
2018-10-02Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck1-4/+0
2018-10-02serial: 8250_uniphier: add auto-flow-control supportDai Okamura1-0/+3
2018-10-02serial: 8250_uniphier: flatten probe functionMasahiro Yamada1-32/+17
2018-10-02serial: 8250_uniphier: remove unused "fifo-size" propertyMasahiro Yamada1-9/+1
2018-10-02serial: uartps: Fix missing unlock on error in cdns_get_id()Wei Yongjun1-1/+3
2018-10-02tty/serial: atmel: add ISO7816 supportNicolas Ferre2-12/+181
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+60
2018-10-02serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman1-1/+69
2018-09-30Merge 4.19-rc6 into tty-nextGreg Kroah-Hartman4-4/+18
2018-09-20serial: imx: restore handshaking irq for imx1Uwe Kleine-König1-0/+8
2018-09-20serial: uartps: Change uart ID port allocationMichal Simek1-13/+96
2018-09-20tty: serial: remove set but not used variable 'error'YueHaibing1-3/+1
2018-09-20kgdboc: Fix warning with module buildLaura Abbott1-18/+19
2018-09-18sc16is7xx: Fix for "Unexpected interrupt: 8"Phil Elwell1-0/+28
2018-09-18sc16is7xx: Fix for multi-channel stallPhil Elwell1-6/+13
2018-09-18serial: 8250: Fix clearing FIFOs in RS485 mode againMarek Vasut1-5/+24
2018-09-18tty: Convert to using %pOFn instead of device_node.nameRob Herring2-6/+6
2018-09-18serial: 8250_of: Fix for lack of interrupt supportJohn Garry1-9/+13
2018-09-18tty: serial: qcom_geni_serial: Fix serial when not used as consoleDouglas Anderson1-29/+26
2018-09-18tty: serial: qcom_geni_serial: Drop useless check for dev.of_nodeGeert Uytterhoeven1-8/+6
2018-09-18serial: mxs-auart: Fix potential infinite loopAnton Vasilyev1-1/+2
2018-09-18serial: sprd: Fix the indentation issueBaolin Wang1-24/+22
2018-09-18serial: sprd: Change 'int' to 'unsigned int'Baolin Wang1-4/+5
2018-09-18serial: sprd: Remove unnecessary resource validationBaolin Wang1-5/+2
2018-09-18serial: sprd: Use readable macros instead of magic numberBaolin Wang1-8/+17