| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | serial: 8250_bcm2835aux: Support rs485 software emulation | Lukas Wunner | 2020-03-07 | 1 | -2/+60 |
| * | | serial: 8250: Generalize rs485 software emulation | Lukas Wunner | 2020-03-07 | 5 | -31/+64 |
| * | | serial: 8250: Deduplicate rs485 active_timer assignment | Lukas Wunner | 2020-03-07 | 1 | -2/+1 |
| * | | serial: 8250: Sanitize rs485 config harder | Lukas Wunner | 2020-03-07 | 1 | -0/+8 |
| * | | serial: 8250: Deduplicate ->rs485_config() callback | Lukas Wunner | 2020-03-07 | 4 | -65/+42 |
| * | | serial: 8250: Support rs485 devicetree properties | Lukas Wunner | 2020-03-07 | 2 | -1/+6 |
| * | | serial: 8250: Don't touch RTS modem control while in rs485 mode | Lukas Wunner | 2020-03-07 | 1 | -0/+7 |
| * | | serial: earlycon: prefer EARLYCON_DECLARE() variant | Michael Walle | 2020-03-07 | 1 | -0/+11 |
| * | | tty: serial: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2020-03-07 | 12 | -12/+12 |
| * | | tty: serial: make SERIAL_SPRD not depend on ARCH_SPRD | Chunyan Zhang | 2020-03-06 | 1 | -1/+0 |
| * | | serial: 8250_lpss: Add ->setup() for Elkhart Lake ports | Andy Shevchenko | 2020-03-06 | 1 | -0/+6 |
| * | | serial: 8250-mtk: modify mtk uart power and clock management | Changqi Hu | 2020-03-06 | 1 | -18/+32 |
| * | | tty: imx serial: Implement support for reversing TX and RX polarity | George Hilliard | 2020-03-06 | 1 | -16/+28 |
| * | | serial: ar933x_uart: add RS485 support | Daniel Golle | 2020-03-06 | 2 | -6/+108 |
| * | | tty: serial: qcom_geni_serial: Fix GPIO swapping with workaround | Roja Rani Yarubandi | 2020-03-06 | 1 | -0/+30 |
| * | | tty: serial: cpm_uart: Convert to use GPIO descriptors | Linus Walleij | 2020-03-06 | 2 | -28/+24 |
| * | | tty: serial: lantiq: Drop GPIO include | Linus Walleij | 2020-03-06 | 1 | -1/+0 |
| * | | tty: serial: atmel_serial: Drop GPIO includes | Linus Walleij | 2020-03-06 | 1 | -3/+0 |
| * | | Merge 5.6-rc3 into tty-next | Greg Kroah-Hartman | 2020-02-24 | 10 | -30/+48 |
| |\ \ |
|
| * | | | tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUG | Greg Kroah-Hartman | 2020-02-20 | 1 | -9/+0 |
| * | | | tty: serial: samsung_tty: build it for any platform | Greg Kroah-Hartman | 2020-02-20 | 1 | -1/+0 |
| * | | | serial: 8250_port: Use dev_*() instead of pr_*() | Andy Shevchenko | 2020-02-19 | 1 | -10/+7 |
| * | | | serial: 8250_port: Switch to use DEVICE_ATTR_RW() | Andy Shevchenko | 2020-02-19 | 1 | -8/+6 |
| * | | | tty: serial: efm32: fix spelling mistake "reserverd" -> "reserved" | Alexandre Belloni | 2020-02-19 | 1 | -1/+1 |
| * | | | tty: serial: Kconfig: Fix a typo | Christophe JAILLET | 2020-02-19 | 1 | -1/+1 |
| * | | | serial: 8250_pxa: avoid autodetecting the port type | Lubomir Rintel | 2020-02-19 | 1 | -1/+1 |
| * | | | serial: core: Switch to use DEVICE_ATTR_RO() | Andy Shevchenko | 2020-02-17 | 1 | -29/+28 |
| * | | | serial: core: use octal permissions on module param | Andy Shevchenko | 2020-02-14 | 1 | -13/+13 |
| * | | | serial: core: Consolidate spin lock initialization code | Andy Shevchenko | 2020-02-14 | 1 | -18/+16 |
| * | | | serial: core: Introduce uart_console_enabled() helper | Andy Shevchenko | 2020-02-14 | 1 | -2/+7 |
| * | | | serial: 8250_pci: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-13 | 1 | -1/+1 |
| * | | | serial: sc16is7xx: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-13 | 1 | -1/+1 |
| * | | | tty/serial: 8250_exar: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-12 | 1 | -1/+1 |
| * | | | serial: 8250_early: Add earlycon for BCM2835 aux uart | Matthias Brugger | 2020-02-10 | 1 | -0/+18 |
| * | | | serial: 8250_tegra: Create Tegra specific 8250 driver | Jeff Brasen | 2020-02-10 | 4 | -28/+208 |
| * | | | kgdboc: Use for_each_console() helper | Andy Shevchenko | 2020-02-10 | 1 | -3/+1 |
* | | | | Merge branch 'pm-qos' | Rafael J. Wysocki | 2020-03-30 | 2 | -15/+13 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*() | Rafael J. Wysocki | 2020-02-14 | 2 | -9/+7 |
| * | | | PM: QoS: Rename things related to the CPU latency QoS | Rafael J. Wysocki | 2020-02-13 | 2 | -6/+6 |
| |/ / |
|
* | | | tty: serial: fsl_lpuart: free IDs allocated by IDA | Michael Walle | 2020-03-06 | 1 | -15/+24 |
* | | | Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE" | Michael Walle | 2020-03-06 | 1 | -0/+2 |
* | | | serial: 8250_exar: add support for ACCES cards | Jay Dolan | 2020-03-05 | 1 | -0/+33 |
* | | | tty:serial:mvebu-uart:fix a wrong return | tangbin | 2020-03-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | serial: cpm_uart: call cpm_muram_init before registering console | Rasmus Villemoes | 2020-02-13 | 1 | -0/+1 |
* | | tty: serial: qcom_geni_serial: Fix RX cancel command failure | satya priya | 2020-02-12 | 1 | -4/+14 |
* | | serial: 8250: Check UPF_IRQ_SHARED in advance | Andy Shevchenko | 2020-02-12 | 4 | -5/+6 |
* | | tty: serial: imx: setup the correct sg entry for tx dma | Fugang Duan | 2020-02-12 | 1 | -1/+1 |
* | | tty: serial: tegra: Handle RX transfer in PIO mode if DMA wasn't started | Dmitry Osipenko | 2020-02-10 | 1 | -19/+16 |
* | | tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode | Nicolas Ferre | 2020-02-10 | 1 | -1/+2 |
* | | serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDE | Daniel Golle | 2020-02-10 | 1 | -0/+8 |
|/ |
|