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
2023-01-19
Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-15
/
+10
2023-01-19
tty: serial: qcom_geni: avoid duplicate struct member init
Arnd Bergmann
1
-6
/
+8
2023-01-19
serial: atmel: fix incorrect baudrate setup
Tobias Schramm
1
-7
/
+1
2023-01-19
tty: serial: 8250: add DFL bus driver for Altera 16550.
Matthew Gerlach
3
-0
/
+180
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
1
-4
/
+4
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
4
-8
/
+7
2023-01-19
tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Ilpo Järvinen
2
-8
/
+8
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
1
-4
/
+4
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
1
-5
/
+4
2023-01-19
serial: Convert uart_{,port_}startup() init_hw param to bool
Ilpo Järvinen
1
-5
/
+5
2023-01-19
tty: Cleanup tty_port_set_active() bool parameter
Ilpo Järvinen
1
-2
/
+2
2023-01-19
tty: Cleamup tty_port_set_suspended() bool parameter
Ilpo Järvinen
1
-4
/
+4
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
1
-3
/
+3
2023-01-19
serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()
Yuan Can
1
-0
/
+2
2023-01-19
serial: stm32: Add support for rs485 RX_DURING_TX output GPIO
Christoph Niedermaier
1
-1
/
+5
2023-01-19
serial: imx: Add support for RS485 RX_DURING_TX output GPIO
Christoph Niedermaier
1
-2
/
+8
2023-01-19
serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
Christoph Niedermaier
1
-0
/
+12
2023-01-19
serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
Yi Yang
1
-1
/
+6
2023-01-19
serial: sc16is7xx: setup GPIO controller later in probe
Isaac True
1
-25
/
+26
2023-01-19
serial: msm: add lock annotation to msm_set_baud_rate()
Krzysztof Kozlowski
1
-0
/
+1
2023-01-19
serial: sccnxp: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-11
/
+1
2023-01-19
serial: ucc_uart: Add of_node_put() in ucc_uart_remove()
Liang He
1
-0
/
+2
2023-01-19
tty: serial: qcom-geni-serial: add support for serial engine DMA
Bartosz Golaszewski
1
-59
/
+255
2023-01-19
tty: serial: qcom-geni-serial: use of_device_id data
Bartosz Golaszewski
1
-12
/
+34
2023-01-19
tty: serial: qcom-geni-serial: drop the return value from handle_rx
Bartosz Golaszewski
1
-8
/
+6
2023-01-19
tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()
Bartosz Golaszewski
1
-18
/
+10
2023-01-19
tty: serial: qcom-geni-serial: split out the FIFO tx code
Bartosz Golaszewski
1
-27
/
+33
2023-01-19
tty: serial: qcom-geni-serial: remove unneeded tabs
Bartosz Golaszewski
1
-12
/
+12
2023-01-19
tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()
Bartosz Golaszewski
1
-6
/
+4
2023-01-19
tty: serial: qcom-geni-serial: remove stray newlines
Bartosz Golaszewski
1
-2
/
+0
2023-01-19
tty: serial: qcom-geni-serial: improve the to_dev_port() macro
Bartosz Golaszewski
1
-17
/
+19
2023-01-19
tty: serial: qcom-geni-serial: align #define values
Bartosz Golaszewski
1
-31
/
+31
2023-01-19
tty: serial: qcom-geni-serial: remove unused symbols
Bartosz Golaszewski
1
-15
/
+0
2023-01-19
tty: serial: qcom-geni-serial: drop unneeded forward definitions
Bartosz Golaszewski
1
-42
/
+37
2023-01-19
tty: serial: qcom-geni-serial: stop operations in progress at shutdown
Bartosz Golaszewski
1
-0
/
+2
2023-01-19
tty: serial: fsl_lpuart: increase maximum uart_nr to eight
Nate Drude
1
-1
/
+1
2023-01-19
tty: serial: imx: disable the break condition when shutdown the uart port
Sherry Sun
1
-1
/
+2
2023-01-19
tty: serial: fsl_lpuart: disable the break condition when shutdown the uart port
Sherry Sun
1
-2
/
+2
2023-01-19
tty: serial: fsl_lpuart: disable the CTS when send break signal
Sherry Sun
1
-2
/
+22
2023-01-19
tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()
Sherry Sun
1
-0
/
+4
2023-01-19
tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()
Sherry Sun
1
-0
/
+5
2023-01-19
tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma case
Sherry Sun
1
-5
/
+8
2023-01-19
serial: 8250_early: Convert literals to use defines
Ilpo Järvinen
1
-2
/
+2
2023-01-19
serial: 8250: Define IIR 64 byte bit & cleanup related code
Ilpo Järvinen
1
-5
/
+9
2023-01-19
serial: 8250: Add IIR FIFOs enabled field properly
Ilpo Järvinen
1
-10
/
+7
2023-01-19
serial: 8250: Cleanup MCR literals
Ilpo Järvinen
1
-1
/
+1
2023-01-19
serial: 8250: Name MSR literals
Ilpo Järvinen
1
-2
/
+2
2023-01-19
serial: 8250: Use defined IER bits
Ilpo Järvinen
1
-5
/
+5
2023-01-19
serial: liteuart: drop obsolete dependency on COMPILE_TEST
Jean Delvare
1
-1
/
+1
2023-01-19
serial: liteuart: move polling putchar() function
Gabriel Somlo
1
-8
/
+8
[prev]
[next]