summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner2020-03-071-2/+60
| * | serial: 8250: Generalize rs485 software emulationLukas Wunner2020-03-075-31/+64
| * | serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner2020-03-071-2/+1
| * | serial: 8250: Sanitize rs485 config harderLukas Wunner2020-03-071-0/+8
| * | serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner2020-03-074-65/+42
| * | serial: 8250: Support rs485 devicetree propertiesLukas Wunner2020-03-072-1/+6
| * | serial: 8250: Don't touch RTS modem control while in rs485 modeLukas Wunner2020-03-071-0/+7
| * | serial: earlycon: prefer EARLYCON_DECLARE() variantMichael Walle2020-03-071-0/+11
| * | tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-0712-12/+12
| * | tty: serial: make SERIAL_SPRD not depend on ARCH_SPRDChunyan Zhang2020-03-061-1/+0
| * | serial: 8250_lpss: Add ->setup() for Elkhart Lake portsAndy Shevchenko2020-03-061-0/+6
| * | serial: 8250-mtk: modify mtk uart power and clock managementChangqi Hu2020-03-061-18/+32
| * | tty: imx serial: Implement support for reversing TX and RX polarityGeorge Hilliard2020-03-061-16/+28
| * | serial: ar933x_uart: add RS485 supportDaniel Golle2020-03-062-6/+108
| * | tty: serial: qcom_geni_serial: Fix GPIO swapping with workaroundRoja Rani Yarubandi2020-03-061-0/+30
| * | tty: serial: cpm_uart: Convert to use GPIO descriptorsLinus Walleij2020-03-062-28/+24
| * | tty: serial: lantiq: Drop GPIO includeLinus Walleij2020-03-061-1/+0
| * | tty: serial: atmel_serial: Drop GPIO includesLinus Walleij2020-03-061-3/+0
| * | Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman2020-02-2410-30/+48
| |\ \
| * | | tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman2020-02-201-9/+0
| * | | tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman2020-02-201-1/+0
| * | | serial: 8250_port: Use dev_*() instead of pr_*()Andy Shevchenko2020-02-191-10/+7
| * | | serial: 8250_port: Switch to use DEVICE_ATTR_RW()Andy Shevchenko2020-02-191-8/+6
| * | | tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni2020-02-191-1/+1
| * | | tty: serial: Kconfig: Fix a typoChristophe JAILLET2020-02-191-1/+1
| * | | serial: 8250_pxa: avoid autodetecting the port typeLubomir Rintel2020-02-191-1/+1
| * | | serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko2020-02-171-29/+28
| * | | serial: core: use octal permissions on module paramAndy Shevchenko2020-02-141-13/+13
| * | | serial: core: Consolidate spin lock initialization codeAndy Shevchenko2020-02-141-18/+16
| * | | serial: core: Introduce uart_console_enabled() helperAndy Shevchenko2020-02-141-2/+7
| * | | serial: 8250_pci: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| * | | serial: sc16is7xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| * | | tty/serial: 8250_exar: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| * | | serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger2020-02-101-0/+18
| * | | serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen2020-02-104-28/+208
| * | | kgdboc: Use for_each_console() helperAndy Shevchenko2020-02-101-3/+1
* | | | Merge branch 'pm-qos'Rafael J. Wysocki2020-03-302-15/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-142-9/+7
| * | | PM: QoS: Rename things related to the CPU latency QoSRafael J. Wysocki2020-02-132-6/+6
| |/ /
* | | tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle2020-03-061-15/+24
* | | Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"Michael Walle2020-03-061-0/+2
* | | serial: 8250_exar: add support for ACCES cardsJay Dolan2020-03-051-0/+33
* | | tty:serial:mvebu-uart:fix a wrong returntangbin2020-03-051-1/+1
| |/ |/|
* | serial: cpm_uart: call cpm_muram_init before registering consoleRasmus Villemoes2020-02-131-0/+1
* | tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya2020-02-121-4/+14
* | serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2020-02-124-5/+6
* | tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan2020-02-121-1/+1
* | tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't startedDmitry Osipenko2020-02-101-19/+16
* | tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre2020-02-101-1/+2
* | serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle2020-02-101-0/+8
|/