index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Lines
2022-06-27
serial: st-asc: remove include of pm_runtime.h
Claudiu Beznea
-1
/
+0
2022-06-27
tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()
Claudiu Beznea
-16
/
+0
2022-06-27
tty: serial: atmel: use devm_clk_get()
Claudiu Beznea
-35
/
+15
2022-06-27
tty: serial: atmel: stop using legacy pm ops
Claudiu Beznea
-17
/
+11
2022-06-27
serial: kgdboc: Fix typo in comment
Xiang wangx
-1
/
+1
2022-06-27
tty: serial: Fix refcount leak bug in ucc_uart.c
Liang He
-0
/
+2
2022-06-27
drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
Liang He
-0
/
+1
2022-06-27
serial: Drop timeout from uart_port
Ilpo Järvinen
-21
/
+10
2022-06-27
serial: 8250_pericom: Use UART_LCR_DLAB
Ilpo Järvinen
-1
/
+1
2022-06-27
serial: 8250: Use UART_LCR_WLEN8 instead of literal
Ilpo Järvinen
-1
/
+1
2022-06-27
serial: sifive: Remove useless license text when SPDX-License-Identifier is a...
Christophe JAILLET
-10
/
+0
2022-06-22
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
-2
/
+2
2022-06-20
Merge tag 'v5.19-rc3' into tty-next
Greg Kroah-Hartman
-3
/
+9
2022-06-15
serial: qcom_geni_serial: Disable MMIO tracing for geni serial
Sai Prakash Ranjan
-0
/
+3
2022-06-10
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
-0
/
+2
2022-06-10
serial: 8250: Remove serial_rs485 sanitization from em485
Ilpo Järvinen
-16
/
+2
2022-06-10
serial: sc16is7xx: Remove serial_rs485 assignment
Ilpo Järvinen
-1
/
+0
2022-06-10
serial: mcf: Remove serial_rs485 assignment
Ilpo Järvinen
-1
/
+0
2022-06-10
serial: 8250_exar: Remove serial_rs485 assignment
Ilpo Järvinen
-2
/
+0
2022-06-10
serial: max310x: Remove serial_rs485 sanitization
Ilpo Järvinen
-2
/
+0
2022-06-10
serial: imx: Remove serial_rs485 sanitization
Ilpo Järvinen
-4
/
+0
2022-06-10
serial: fsl_lpuart: Call core's sanitization and remove custom one
Ilpo Järvinen
-17
/
+0
2022-06-10
serial: pl011: Remove serial_rs485 sanitization
Ilpo Järvinen
-5
/
+0
2022-06-10
serial: 8250_pci: Remove serial_rs485 sanitization
Ilpo Järvinen
-14
/
+0
2022-06-10
serial: 8250: lpc18xx: Remove serial_rs485 sanitization
Ilpo Järvinen
-13
/
+0
2022-06-10
serial: 8250_fintek: Remove serial_rs485 sanitization
Ilpo Järvinen
-14
/
+0
2022-06-10
serial: 8250_dwlib: Remove serial_rs485 sanitization
Ilpo Järvinen
-10
/
+0
2022-06-10
serial: return -EINVAL for non-legacy RS485 flags
Ilpo Järvinen
-0
/
+24
2022-06-10
serial: Clear rs485 struct when non-RS485 mode is set
Ilpo Järvinen
-1
/
+11
2022-06-10
serial: Sanitize rs485_struct
Ilpo Järvinen
-4
/
+29
2022-06-10
serial: stm32: Fill in rs485_supported
Ilpo Järvinen
-0
/
+8
2022-06-10
serial: sc16is7xx: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: omap: Fill in rs485_supported
Ilpo Järvinen
-0
/
+8
2022-06-10
serial: mcf: Fill in rs485_supported
Ilpo Järvinen
-0
/
+6
2022-06-10
serial: max310x: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: imx: Fill in rs485_supported
Ilpo Järvinen
-0
/
+13
2022-06-10
serial: fsl_lpuart: Fill in rs485_supported
Ilpo Järvinen
-0
/
+6
2022-06-10
serial: atmel: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: ar933x: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: pl011: Fill in rs485_supported
Ilpo Järvinen
-0
/
+8
2022-06-10
serial: 8250_pci: Fill in rs485_supported for pci_fintek
Ilpo Järvinen
-0
/
+6
2022-06-10
serial: 8250_of: Use serial8250_em485_supported
Ilpo Järvinen
-0
/
+1
2022-06-10
serial: 8250_lpc18cc: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: 8250_fintek: Fill in rs485_supported
Ilpo Järvinen
-0
/
+15
2022-06-10
serial: 8250_exar: Fill in rs485_supported
Ilpo Järvinen
-0
/
+12
2022-06-10
serial: 8250_dwlib: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: 8250_bcm2835aux: Use serial8250_em485_supported
Ilpo Järvinen
-0
/
+1
2022-06-10
serial: 8250: Create serial8250_em485_supported for em485 users
Ilpo Järvinen
-0
/
+9
2022-06-10
serial: Add rs485_supported to uart_port
Ilpo Järvinen
-0
/
+1
2022-06-10
serial: Move serial_rs485 sanitization into separate function
Ilpo Järvinen
-25
/
+30
[prev]
[next]