aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18mxser: make xmit ring buffer variables unsignedJiri Slaby1-3/+3
2021-06-18mxser: correct types for uart variablesJiri Slaby1-5/+5
2021-06-18mxser: remove else from LSR bits checksJiri Slaby1-2/+1
2021-06-18mxser: extract mxser_receive_chars_oldJiri Slaby1-17/+23
2021-06-18mxser: extract mxser_receive_chars_newJiri Slaby1-26/+34
2021-06-18mxser: simplify mxser_interrupt and drop mxser_board::vector_maskJiri Slaby1-8/+5
2021-06-18mxser: extract port ISRJiri Slaby1-55/+64
2021-06-18mxser: cleanup LSR handling in mxser_receive_charsJiri Slaby1-19/+21
2021-06-18mxser: remove nonsense from ISRJiri Slaby1-12/+1
2021-06-18mxser: move max_baud from port to boardJiri Slaby1-16/+10
2021-06-18mxser: drop constant board::uart_typeJiri Slaby1-3/+1
2021-06-18mxser: introduce enum mxser_must_hwidJiri Slaby1-10/+11
2021-06-18mxser: rename mxser_board::chip_flag to must_hwidJiri Slaby1-35/+35
2021-06-18mxser: rename CheckIsMoxaMust to mxser_get_must_hwidJiri Slaby1-2/+2
2021-06-18mxser: cleanup Gpci_uart_info structJiri Slaby1-24/+18
2021-06-18mxser: integrate mxser.h into .cJiri Slaby2-152/+129
2021-06-18mxser: remove info printout from initJiri Slaby1-4/+0
2021-06-18mxser: renumber mxser_cardsJiri Slaby1-43/+37
2021-06-18mxser: drop ISA supportJiri Slaby2-342/+8
2021-06-17um: allow disabling NO_IOMEMJohannes Berg1-3/+2
2021-06-16serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary1-0/+1
2021-06-16serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary1-1/+0
2021-06-16serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER rangeMaciej W. Rozycki1-4/+3
2021-06-16serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki1-3/+16
2021-06-16serial: 8250: Document SMSC Super I/O UART peculiaritiesMaciej W. Rozycki1-2/+29
2021-06-16serial: 8250: Correct the clock for OxSemi PCIe devicesMaciej W. Rozycki1-64/+64
2021-06-16serial: 8250: Dissociate 4MHz Titan ports from Oxford portsMaciej W. Rozycki1-6/+38
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby6-111/+7
2021-06-15mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits countJiri Slaby1-6/+6
2021-06-15tty: make tty_get_{char,frame}_size availableJiri Slaby2-27/+48
2021-06-15ipwireless: remove unused ipw_tty::closingJiri Slaby1-2/+0
2021-06-15serial: stm32: defer probe for dma devicesErwan Le Ray1-86/+77
2021-06-15serial: tegra-tcu: Reorder channel initializationMikko Perttunen1-11/+15
2021-06-15serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda1-0/+8
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman1-1/+5
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-1/+5
2021-06-14Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman1-1/+5
2021-06-09tty: tty_ldisc: fix doc warnings in tty_ldisc.cBaokun Li1-2/+1
2021-06-09serial: 8250_exar: Extract exar_get_platform() helperAndy Shevchenko1-8/+12
2021-06-09serial: 8250_exar: Avoid NULL pointer dereference at ->exit()Andy Shevchenko1-1/+5
2021-06-09serial: sh-sci: Remove unused STEPFN() macroGeert Uytterhoeven1-3/+0
2021-06-04tty: vcc: use DEVICE_ATTR_*() macroZhen Lei1-8/+8
2021-06-04serial: sh-sci: Add support for RZ/G2L SoCBiju Das2-1/+12
2021-06-04serial: tty: uartlite: fix console setupDaniel Mack1-21/+6
2021-06-04serial: imx: Add DMA buffer configuration via DTFabien Lahoudere1-7/+18
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman13-82/+141
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman11-71/+93
2021-05-31Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman9-68/+91
2021-05-29Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds9-68/+91
2021-05-28Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"Greg Kroah-Hartman1-12/+0