index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-10
serial: Clear rs485 struct when non-RS485 mode is set
Ilpo Järvinen
1
-1
/
+11
2022-06-10
serial: Sanitize rs485_struct
Ilpo Järvinen
1
-4
/
+29
2022-06-10
serial: stm32: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+8
2022-06-10
serial: sc16is7xx: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: omap: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+8
2022-06-10
serial: mcf: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+6
2022-06-10
serial: max310x: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: imx: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+13
2022-06-10
serial: fsl_lpuart: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+6
2022-06-10
serial: atmel: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: ar933x: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: pl011: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+8
2022-06-10
serial: 8250_pci: Fill in rs485_supported for pci_fintek
Ilpo Järvinen
1
-0
/
+6
2022-06-10
serial: 8250_of: Use serial8250_em485_supported
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: 8250_lpc18cc: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: 8250_fintek: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+15
2022-06-10
serial: 8250_exar: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+12
2022-06-10
serial: 8250_dwlib: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+7
2022-06-10
serial: 8250_bcm2835aux: Use serial8250_em485_supported
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: 8250: Create serial8250_em485_supported for em485 users
Ilpo Järvinen
2
-0
/
+9
2022-06-10
serial: Add rs485_supported to uart_port
Ilpo Järvinen
1
-0
/
+1
2022-06-10
serial: Move serial_rs485 sanitization into separate function
Ilpo Järvinen
1
-25
/
+30
2022-06-10
serial: Add uart_rs485_config()
Ilpo Järvinen
5
-7
/
+11
2022-06-10
serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()
Ilpo Järvinen
1
-0
/
+3
2022-06-10
serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()
Ilpo Järvinen
1
-2
/
+2
2022-06-10
serial: 8250: Adjust misleading LSR related comment
Ilpo Järvinen
1
-3
/
+5
2022-06-10
serial: 8250: Get preserved flags using serial_lsr_in()
Ilpo Järvinen
1
-1
/
+1
2022-06-10
serial: 8250: Create serial_lsr_in()
Ilpo Järvinen
3
-13
/
+25
2022-06-10
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
1
-0
/
+2
2022-06-10
serial: 8250: handle __start_tx() call in start_tx()
Ilpo Järvinen
1
-11
/
+10
2022-06-10
serial: 8250: kill __do_stop_tx()
Ilpo Järvinen
1
-7
/
+3
2022-06-10
serial: max310x: implement I2C support
Cosmin Tanislav
2
-1
/
+135
2022-06-10
serial: max310x: make accessing revision id interface-agnostic
Cosmin Tanislav
1
-10
/
+30
2022-06-10
serial: max310x: use a separate regmap for each port
Cosmin Tanislav
1
-32
/
+36
2022-06-10
serial: max310x: use regmap methods for SPI batch operations
Cosmin Tanislav
1
-28
/
+8
2022-06-10
serial: pmac_zilog: remove unused header
Jiri Slaby
1
-1
/
+0
2022-06-10
serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...
Yang Yingliang
1
-1
/
+3
2022-06-10
serial: tegra: fix typos in comments
Julia Lawall
1
-2
/
+2
2022-06-10
tty: serial: qcom-geni-serial: Implement start_rx callback
Vijaya Krishna Nivarthi
1
-0
/
+1
2022-06-10
serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...
Vijaya Krishna Nivarthi
1
-3
/
+6
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
58
-1336
/
+1760
2022-05-26
Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+2
2022-05-26
Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2022-05-25
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
1
-1
/
+1
2022-05-19
serial: stm32-usart: Correct CSIZE, bits, and parity
Ilpo Järvinen
1
-3
/
+12
2022-05-19
serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
Ilpo Järvinen
1
-0
/
+4
2022-05-19
serial: sifive: Sanitize CSIZE and c_iflag
Ilpo Järvinen
1
-1
/
+5
2022-05-19
serial: sh-sci: Don't allow CS5-6
Ilpo Järvinen
1
-1
/
+5
2022-05-19
serial: txx9: Don't allow CS5-6
Ilpo Järvinen
1
-0
/
+2
[prev]
[next]