summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
* | | serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun2021-04-021-2/+2
* | | serial: 8250_of: Add nuvoton,wpcm450-uartJonathan Neuschäfer2021-03-281-0/+1
* | | serial: 8250: Add new 8250-core based Broadcom STB driverAl Cooper2021-03-263-0/+1213
* | | serial: imx: drop workaround for forced irq threadingJohan Hovold2021-03-231-8/+2
* | | serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun2021-03-231-3/+0
* | | serial: stm32: update wakeup IRQ managementAlexandre Torgue2021-03-232-22/+12
* | | serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray2021-03-231-2/+0
* | | serial: stm32: rework wakeup managementErwan Le Ray2021-03-231-3/+3
* | | drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing2021-03-231-1/+1
* | | tty: max310x: fix flexible_array.cocci warningskernel test robot2021-03-231-1/+1
* | | tty: serial: 8250: delete redundant printing of return valueWang Qing2021-03-231-4/+1
* | | tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski2021-03-231-9/+6
* | | Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-151-24/+5
|\| |
| * | Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan2021-03-101-24/+5
| |/
* | serial: stm32: add support for "flush_buffer" opsErwan Le Ray2021-03-101-0/+14
* | serial: stm32: fix tx_empty conditionErwan Le Ray2021-03-102-4/+4
* | serial: stm32: add FIFO flush when port is closedErwan Le Ray2021-03-101-0/+5
* | serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray2021-03-101-3/+3
* | serial: stm32: call stm32_transmit_chars lockedErwan Le Ray2021-03-101-0/+3
* | serial: stm32: fix tx dma completion, release channelErwan Le Ray2021-03-101-0/+1
* | serial: stm32: fix a deadlock in set_termiosErwan Le Ray2021-03-101-6/+6
* | serial: stm32: fix wake-up flag handlingErwan Le Ray2021-03-101-13/+19
* | serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray2021-03-101-12/+15
* | serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray2021-03-101-14/+9
* | serial: stm32: fix incorrect characters on consoleErwan Le Ray2021-03-101-1/+11
* | serial: stm32: fix startup by enabling usart for receptionErwan Le Ray2021-03-101-1/+2
* | serial: stm32: fix probe and remove order for dmaErwan Le Ray2021-03-101-13/+44
* | serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun2021-03-101-2/+2
* | serial: 8250_exar: Constify the software nodesHeikki Krogerus2021-03-101-4/+13
* | tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin2021-03-101-0/+17
* | tty: serial: samsung_tty: Add support for Apple UARTsHector Martin2021-03-102-9/+231
* | tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin2021-03-101-22/+3
* | tty: serial: samsung_tty: IRQ reworkHector Martin2021-03-101-14/+20
* | tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin2021-03-101-42/+70
* | tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin2021-03-101-17/+54
* | tty: serial: samsung_tty: Add ucon_mask parameterHector Martin2021-03-101-7/+4
* | drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_COREJulian Braha2021-03-101-0/+1
* | tty: do not check tty_unregister_driver's return valueJiri Slaby2021-03-101-3/+1
* | tty: jsm_tty, make char+error handling readableJiri Slaby2021-03-101-10/+14
* | tty: 8250/serial_cs, propagate errors in simple_configJiri Slaby2021-03-101-6/+6
* | tty: 8250, cleanup em485 timersJiri Slaby2021-03-101-10/+8
* | tty: 8250, use ms_to_ktimeJiri Slaby2021-03-101-5/+1
* | tty: imx, use ms_to_ktimeJiri Slaby2021-03-101-5/+1
* | tty: cyclades, remove this orphanJiri Slaby2021-03-101-3/+2
* | tty: serial: pch_uart.c: remove debugfs dentry pointerGreg Kroah-Hartman2021-03-101-12/+7
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-222-5/+2
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-022-5/+2
* | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-222-38/+35
|\ \
| * | serial: stm32: Use of_device_get_match_data()Stephen Boyd2021-01-262-38/+35
| |/
* | serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish2021-02-091-4/+4