index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-10
serial: core: return early on unsupported ioctls
Johan Hovold
1
-3
/
+3
2021-04-10
serial: core: drop redundant TIOCGSERIAL memset
Johan Hovold
1
-2
/
+0
2021-04-06
tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read,write}*
Christophe Leroy
1
-62
/
+62
2021-04-05
sc16is7xx: Defer probe if device read fails
Annaliese McDermond
1
-1
/
+1
2021-04-05
tty/serial: Add rx-tx-swap OF option to stm32-usart
Martin Devera
2
-1
/
+14
2021-04-05
Merge 5.12-rc6 into tty-next
Greg Kroah-Hartman
3
-10
/
+0
2021-04-03
Merge tag 'tty-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-7
/
+0
2021-04-02
serial: 8250: Make symbol 'brcmuart_debugfs_root' static
Zucheng Zheng
1
-1
/
+1
2021-04-02
serial: 8250_bcm7271: Fix return value check in brcmuart_probe()
Wei Yongjun
1
-2
/
+2
2021-03-28
serial: 8250_of: Add nuvoton,wpcm450-uart
Jonathan Neuschäfer
1
-0
/
+1
2021-03-26
serial: 8250: Add new 8250-core based Broadcom STB driver
Al Cooper
3
-0
/
+1213
2021-03-26
soc: qcom-geni-se: Cleanup the code to remove proxy votes
Roja Rani Yarubandi
1
-7
/
+0
2021-03-23
serial: imx: drop workaround for forced irq threading
Johan Hovold
1
-8
/
+2
2021-03-23
serial: pch_uart: fix build error with !CONFIG_DEBUG_FS
Wei Yongjun
1
-3
/
+0
2021-03-23
serial: stm32: update wakeup IRQ management
Alexandre Torgue
2
-22
/
+12
2021-03-23
serial: stm32: clean wakeup handling in serial_suspend
Erwan Le Ray
1
-2
/
+0
2021-03-23
serial: stm32: rework wakeup management
Erwan Le Ray
1
-3
/
+3
2021-03-23
drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'
Wang Qing
1
-1
/
+1
2021-03-23
tty: max310x: fix flexible_array.cocci warnings
kernel test robot
1
-1
/
+1
2021-03-23
tty: serial: 8250: delete redundant printing of return value
Wang Qing
1
-4
/
+1
2021-03-23
tty: serial: samsung_tty: remove spinlock flags in interrupt handlers
Krzysztof Kozlowski
1
-9
/
+6
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2
-3
/
+0
2021-03-16
serial: qcom_geni_serial: Convert to use resource-managed OPP API
Yangtao Li
1
-15
/
+8
2021-03-15
Merge 5.12-rc3 into tty-next
Greg Kroah-Hartman
1
-24
/
+5
2021-03-10
serial: stm32: add support for "flush_buffer" ops
Erwan Le Ray
1
-0
/
+14
2021-03-10
serial: stm32: fix tx_empty condition
Erwan Le Ray
2
-4
/
+4
2021-03-10
serial: stm32: add FIFO flush when port is closed
Erwan Le Ray
1
-0
/
+5
2021-03-10
serial: stm32: fix FIFO flush in startup and set_termios
Erwan Le Ray
1
-3
/
+3
2021-03-10
serial: stm32: call stm32_transmit_chars locked
Erwan Le Ray
1
-0
/
+3
2021-03-10
serial: stm32: fix tx dma completion, release channel
Erwan Le Ray
1
-0
/
+1
2021-03-10
serial: stm32: fix a deadlock in set_termios
Erwan Le Ray
1
-6
/
+6
2021-03-10
serial: stm32: fix wake-up flag handling
Erwan Le Ray
1
-13
/
+19
2021-03-10
serial: stm32: fix a deadlock condition with wakeup event
Erwan Le Ray
1
-12
/
+15
2021-03-10
serial: stm32: fix TX and RX FIFO thresholds
Erwan Le Ray
1
-14
/
+9
2021-03-10
serial: stm32: fix incorrect characters on console
Erwan Le Ray
1
-1
/
+11
2021-03-10
serial: stm32: fix startup by enabling usart for reception
Erwan Le Ray
1
-1
/
+2
2021-03-10
serial: stm32: fix probe and remove order for dma
Erwan Le Ray
1
-13
/
+44
2021-03-10
serial: liteuart: fix return value check in liteuart_probe()
Wei Yongjun
1
-2
/
+2
2021-03-10
serial: 8250_exar: Constify the software nodes
Heikki Krogerus
1
-4
/
+13
2021-03-10
tty: serial: samsung_tty: Add earlycon support for Apple UARTs
Hector Martin
1
-0
/
+17
2021-03-10
tty: serial: samsung_tty: Add support for Apple UARTs
Hector Martin
2
-9
/
+231
2021-03-10
tty: serial: samsung_tty: Use devm_ioremap_resource
Hector Martin
1
-22
/
+3
2021-03-10
tty: serial: samsung_tty: IRQ rework
Hector Martin
1
-14
/
+20
2021-03-10
tty: serial: samsung_tty: Add s3c24xx_port_type
Hector Martin
1
-42
/
+70
2021-03-10
tty: serial: samsung_tty: Separate S3C64XX ops structure
Hector Martin
1
-17
/
+54
2021-03-10
tty: serial: samsung_tty: Add ucon_mask parameter
Hector Martin
1
-7
/
+4
2021-03-10
drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_CORE
Julian Braha
1
-0
/
+1
2021-03-10
tty: do not check tty_unregister_driver's return value
Jiri Slaby
1
-3
/
+1
2021-03-10
tty: jsm_tty, make char+error handling readable
Jiri Slaby
1
-10
/
+14
2021-03-10
tty: 8250/serial_cs, propagate errors in simple_config
Jiri Slaby
1
-6
/
+6
[prev]
[next]