aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-14serial: core: Consolidate spin lock initialization codeAndy Shevchenko1-18/+16
2020-02-14serial: core: Introduce uart_console_enabled() helperAndy Shevchenko1-2/+7
2020-02-14drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2-9/+7
2020-02-13serial: cpm_uart: call cpm_muram_init before registering consoleRasmus Villemoes1-0/+1
2020-02-13serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13serial: sc16is7xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki2-6/+6
2020-02-12tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya1-4/+14
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko4-5/+6
2020-02-12tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan1-1/+1
2020-02-10serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger1-0/+18
2020-02-10serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen4-28/+208
2020-02-10kgdboc: Use for_each_console() helperAndy Shevchenko1-3/+1
2020-02-10tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't startedDmitry Osipenko1-19/+16
2020-02-10tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre1-1/+2
2020-02-10serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle1-0/+8
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-178/+195
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+110
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds59-682/+735
2020-01-22tty: serial: meson_uart: Add support for kernel debuggerJulien Masson1-0/+65
2020-01-22serial: imx: fix a race condition in receive pathUwe Kleine-König1-13/+38
2020-01-22serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner1-0/+5
2020-01-22serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner1-5/+3
2020-01-22serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner1-18/+15
2020-01-22serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner1-2/+3