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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flags
Lino Sanfilippo
1
-5
/
+1
2022-07-14
serial: 8250_dwlib: remove redundant sanity check for RS485 flags
Lino Sanfilippo
1
-8
/
+2
2022-07-14
serial: core: sanitize RS485 delays read from device tree
Lino Sanfilippo
1
-0
/
+2
2022-07-14
serial: core: move sanitizing of RS485 delays into own function
Lino Sanfilippo
1
-20
/
+26
2022-07-14
serial: core, 8250: set RS485 termination GPIO in serial core
Lino Sanfilippo
2
-3
/
+12
2022-07-14
serial: ar933x: Remove superfluous code in ar933x_config_rs485()
Lino Sanfilippo
1
-9
/
+0
2022-07-14
serial: ar933x: Fix check for RS485 support
Lino Sanfilippo
1
-4
/
+5
2022-07-14
serial: 8250_bcm7271: Save/restore RTS in suspend/resume
Doug Berger
1
-6
/
+18
2022-07-14
serial: 8250_dw: Avoid pslverr on reading empty receiver fifo
VAMSHI GAJJELA
1
-0
/
+13
2022-07-14
tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()
Marek Szyprowski
1
-1
/
+1
2022-07-14
serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEED
Geert Uytterhoeven
1
-0
/
+1
2022-07-14
tty: 8250: Add support for Brainboxes PX cards.
Cameron Williams
1
-0
/
+109
2022-07-12
Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux into arm/drivers
Arnd Bergmann
1
-2
/
+2
2022-07-11
tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
William Zhang
1
-2
/
+2
2022-07-08
serial: RS485 termination is supported if DT provides one
Ilpo Järvinen
1
-0
/
+2
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
18
-26
/
+26
2022-07-08
serial: 8250_fsl: Don't report FE, PE and OE twice
Uwe Kleine-König
1
-1
/
+1
2022-06-30
serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST
Biju Das
1
-1
/
+1
2022-06-30
serial: mvebu-uart: correctly report configured baudrate value
Pali Rohár
1
-12
/
+13
2022-06-30
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
2
-5
/
+4
2022-06-30
serial: 8250: fix return error code in serial8250_request_std_resource()
Yi Yang
1
-1
/
+3
2022-06-30
serial: stm32: Clear prev values before setting RTS delays
Ilpo Järvinen
1
-0
/
+2
2022-06-30
serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()
Ilpo Järvinen
1
-12
/
+6
2022-06-30
8250_dwlib: Convert bitops to newer form
Ilpo Järvinen
1
-13
/
+13
2022-06-30
serial: 8250_dw: Drop PM ifdeffery
Andy Shevchenko
1
-7
/
+3
2022-06-30
serial: 8250_dw: Sort headers alphabetically
Andy Shevchenko
1
-8
/
+9
2022-06-30
earlycon: prevent multiple register_console()
Michael Walle
1
-0
/
+3
2022-06-30
serial: 8250_dw: Take port lock while accessing LSR
Ilpo Järvinen
1
-0
/
+3
2022-06-30
serial: 8250_port: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-06-30
tty: serial: samsung_tty: loopback mode support
Chanho Park
1
-0
/
+8
2022-06-30
tty: serial: samsung_tty: support more than 4 uart ports
Chanho Park
1
-57
/
+25
2022-06-27
serial: 8250: Fix __stop_tx() & DMA Tx restart races
Ilpo Järvinen
2
-4
/
+4
2022-06-27
serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
Ilpo Järvinen
1
-2
/
+21
2022-06-27
tty: serial: samsung_tty: set dma burst_size to 1
Chanho Park
1
-3
/
+2
2022-06-27
serial: 8250: dw: enable using pdata with ACPI
Marcin Wojtas
1
-12
/
+12
2022-06-27
serial: 8250_dwlib: Support for 9th bit multipoint addressing
Ilpo Järvinen
1
-1
/
+101
2022-06-27
serial: Support for RS-485 multipoint addresses
Ilpo Järvinen
1
-1
/
+21
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
18
-25
/
+37
2022-06-27
serial: 8250_lpss: Use 32-bit reads
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: 8250: create lsr_save_mask
Ilpo Järvinen
3
-2
/
+6
2022-06-27
serial: 8250: make saved LSR larger
Ilpo Järvinen
6
-17
/
+17
2022-06-27
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
7
-27
/
+16
2022-06-27
serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZE
Ilpo Järvinen
3
-3
/
+3
2022-06-27
serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
Ilpo Järvinen
1
-18
/
+20
2022-06-27
serial: msm: Rename UART_* defines to MSM_UART_*
Ilpo Järvinen
1
-251
/
+250
2022-06-27
serial: msm: Convert container_of UART_TO_MSM to static inline
Ilpo Järvinen
1
-23
/
+26
2022-06-27
serial: st-asc: remove include of pm_runtime.h
Claudiu Beznea
1
-1
/
+0
2022-06-27
tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()
Claudiu Beznea
1
-16
/
+0
2022-06-27
tty: serial: atmel: use devm_clk_get()
Claudiu Beznea
1
-35
/
+15
2022-06-27
tty: serial: atmel: stop using legacy pm ops
Claudiu Beznea
1
-17
/
+11
[prev]
[next]