summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2020-03-12tty: source all tty Kconfig files in one placeRandy Dunlap1-4/+0
2020-03-12serial: core: Refactor uart_unlock_and_check_sysrq()Andy Shevchenko1-13/+10
2020-03-12serial: core: Use uart_console() helper in SysRq codeAndy Shevchenko1-7/+5
2020-03-12serial: core: Print escaped SysRq Magic sequence if enabledAndy Shevchenko1-1/+4
2020-03-12serial: core: Use string length for SysRq magic sequenceAndy Shevchenko1-3/+4
2020-03-12tty: serial: qcom_geni_serial: Allocate port->rx_fifo buffer in probesatya priya1-10/+9
2020-03-12tty: serial: ifx6x60: Convert to GPIO descriptorsLinus Walleij2-118/+65
2020-03-12tty: serial: ifx6x60: Use helper variable for devLinus Walleij1-22/+23
2020-03-12tty: serial: fsl_lpuart: add LS1028A earlycon supportMichael Walle1-8/+43
2020-03-12tty: serial: fsl_lpuart: add LS1028A supportMichael Walle1-2/+25
2020-03-12tty: serial: fsl_lpuart: fix DMA mappingMichael Walle1-20/+28
2020-03-12tty: serial: fsl_lpuart: fix DMA operation when using IOMMUMichael Walle1-31/+57
2020-03-12tty/serial: atmel: Use uart_console() helperAndy Shevchenko1-15/+5
2020-03-12serial: pic32_uart: Use uart_console() helperAndy Shevchenko1-7/+1
2020-03-12tty: sifive: Finish transmission before changing the clockPalmer Dabbelt1-4/+24
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman3-16/+60
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov1-7/+68
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner1-0/+13
2020-03-07serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner1-2/+60
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner5-31/+64
2020-03-07serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner1-2/+1
2020-03-07serial: 8250: Sanitize rs485 config harderLukas Wunner1-0/+8
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner4-65/+42
2020-03-07serial: 8250: Support rs485 devicetree propertiesLukas Wunner2-1/+6
2020-03-07serial: 8250: Don't touch RTS modem control while in rs485 modeLukas Wunner1-0/+7
2020-03-07serial: earlycon: prefer EARLYCON_DECLARE() variantMichael Walle1-0/+11
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar12-12/+12
2020-03-06tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle1-15/+24
2020-03-06Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"Michael Walle1-0/+2
2020-03-06tty: serial: make SERIAL_SPRD not depend on ARCH_SPRDChunyan Zhang1-1/+0
2020-03-06serial: 8250_lpss: Add ->setup() for Elkhart Lake portsAndy Shevchenko1-0/+6
2020-03-06serial: 8250-mtk: modify mtk uart power and clock managementChangqi Hu1-18/+32
2020-03-06tty: imx serial: Implement support for reversing TX and RX polarityGeorge Hilliard1-16/+28
2020-03-06serial: ar933x_uart: add RS485 supportDaniel Golle2-6/+108
2020-03-06tty: serial: qcom_geni_serial: Fix GPIO swapping with workaroundRoja Rani Yarubandi1-0/+30
2020-03-06tty: serial: cpm_uart: Convert to use GPIO descriptorsLinus Walleij2-28/+24
2020-03-06tty: serial: lantiq: Drop GPIO includeLinus Walleij1-1/+0
2020-03-06tty: serial: atmel_serial: Drop GPIO includesLinus Walleij1-3/+0
2020-03-05serial: 8250_exar: add support for ACCES cardsJay Dolan1-0/+33
2020-03-05tty:serial:mvebu-uart:fix a wrong returntangbin1-1/+1
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman10-30/+48
2020-02-20tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman1-9/+0
2020-02-20tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman1-1/+0
2020-02-19serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko1-10/+7
2020-02-19serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko1-8/+6
2020-02-19tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2020-02-19tty: serial: Kconfig: Fix a typoChristophe JAILLET1-1/+1
2020-02-19serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel1-1/+1
2020-02-17serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko1-29/+28
2020-02-14serial: core: use octal permissions on module paramAndy Shevchenko1-13/+13