index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: 8250: add DFL bus driver for Altera 16550.
Matthew Gerlach
2023-01-19
3
-0
/
+180
*
fpga: dfl: add basic support for DFHv1
Matthew Gerlach
2023-01-19
2
-51
/
+205
*
fpga: dfl: Add DFHv1 Register Definitions
Basheer Ahmed Muddebihal
2023-01-19
1
-0
/
+32
*
tty: moxa: Rename dtr/rts parameters/variables to active
Ilpo Järvinen
2023-01-19
1
-26
/
+26
*
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
2023-01-19
11
-26
/
+26
*
tty: Return bool from tty_termios_hw_change()
Ilpo Järvinen
2023-01-19
1
-4
/
+4
*
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
2023-01-19
4
-8
/
+7
*
tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Ilpo Järvinen
2023-01-19
3
-11
/
+11
*
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
2023-01-19
15
-48
/
+50
*
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
2023-01-19
10
-30
/
+28
*
serial: Convert uart_{,port_}startup() init_hw param to bool
Ilpo Järvinen
2023-01-19
1
-5
/
+5
*
tty: moxa: Make local var storing tty_port_initialized() bool
Ilpo Järvinen
2023-01-19
1
-1
/
+1
*
tty: Cleanup tty_port_set_active() bool parameter
Ilpo Järvinen
2023-01-19
4
-11
/
+11
*
tty: Cleamup tty_port_set_suspended() bool parameter
Ilpo Järvinen
2023-01-19
1
-4
/
+4
*
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
2023-01-19
11
-20
/
+20
*
serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()
Yuan Can
2023-01-19
1
-0
/
+2
*
serial: stm32: Add support for rs485 RX_DURING_TX output GPIO
Christoph Niedermaier
2023-01-19
1
-1
/
+5
*
serial: imx: Add support for RS485 RX_DURING_TX output GPIO
Christoph Niedermaier
2023-01-19
1
-2
/
+8
*
serial: core: Add option to output RS485 RX_DURING_TX state via GPIO
Christoph Niedermaier
2023-01-19
1
-0
/
+12
*
serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
Yi Yang
2023-01-19
1
-1
/
+6
*
serial: sc16is7xx: setup GPIO controller later in probe
Isaac True
2023-01-19
1
-25
/
+26
*
serial: msm: add lock annotation to msm_set_baud_rate()
Krzysztof Kozlowski
2023-01-19
1
-0
/
+1
*
serial: sccnxp: Use devm_clk_get_enabled() helper
Christophe JAILLET
2023-01-19
1
-11
/
+1
*
serial: ucc_uart: Add of_node_put() in ucc_uart_remove()
Liang He
2023-01-19
1
-0
/
+2
*
tty: serial: qcom-geni-serial: add support for serial engine DMA
Bartosz Golaszewski
2023-01-19
1
-59
/
+255
*
tty: serial: qcom-geni-serial: use of_device_id data
Bartosz Golaszewski
2023-01-19
1
-12
/
+34
*
tty: serial: qcom-geni-serial: drop the return value from handle_rx
Bartosz Golaszewski
2023-01-19
1
-8
/
+6
*
tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()
Bartosz Golaszewski
2023-01-19
1
-18
/
+10
*
tty: serial: qcom-geni-serial: split out the FIFO tx code
Bartosz Golaszewski
2023-01-19
1
-27
/
+33
*
tty: serial: qcom-geni-serial: remove unneeded tabs
Bartosz Golaszewski
2023-01-19
1
-12
/
+12
*
tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()
Bartosz Golaszewski
2023-01-19
1
-6
/
+4
*
tty: serial: qcom-geni-serial: remove stray newlines
Bartosz Golaszewski
2023-01-19
1
-2
/
+0
*
tty: serial: qcom-geni-serial: improve the to_dev_port() macro
Bartosz Golaszewski
2023-01-19
1
-17
/
+19
*
tty: serial: qcom-geni-serial: align #define values
Bartosz Golaszewski
2023-01-19
1
-31
/
+31
*
tty: serial: qcom-geni-serial: remove unused symbols
Bartosz Golaszewski
2023-01-19
1
-15
/
+0
*
tty: serial: qcom-geni-serial: drop unneeded forward definitions
Bartosz Golaszewski
2023-01-19
1
-42
/
+37
*
tty: serial: qcom-geni-serial: stop operations in progress at shutdown
Bartosz Golaszewski
2023-01-19
1
-0
/
+2
*
tty: vt: cache row count in con_scroll()
Jiri Slaby (SUSE)
2023-01-19
1
-3
/
+4
*
tty: vt: saner names for more scroll variables
Jiri Slaby (SUSE)
2023-01-19
1
-18
/
+22
*
tty: vt: separate array juggling to juggle_array()
Jiri Slaby (SUSE)
2023-01-19
1
-24
/
+28
*
tty: vt: simplify some unicode conditions
Jiri Slaby (SUSE)
2023-01-19
1
-49
/
+36
*
tty: vt: replace BUG_ON() by WARN_ON_ONCE()
Jiri Slaby (SUSE)
2023-01-19
1
-1
/
+2
*
tty: vt: remove struct uni_screen
Jiri Slaby (SUSE)
2023-01-19
1
-59
/
+58
*
tty: vt: remove char32_t typedef
Jiri Slaby (SUSE)
2023-01-19
1
-14
/
+12
*
tty: vt: use sizeof(*variable) where possible
Jiri Slaby (SUSE)
2023-01-19
1
-5
/
+5
*
tty: vt: remove reference to undefined NO_VC_UNI_SCREEN
Jiri Slaby (SUSE)
2023-01-19
1
-3
/
+0
*
tty: vt: drop get_vc_uniscr()
Jiri Slaby (SUSE)
2023-01-19
1
-17
/
+10
*
tty: vt: remove vc_uniscr_debug_check()
Jiri Slaby (SUSE)
2023-01-19
1
-40
/
+0
*
tty: serial: fsl_lpuart: increase maximum uart_nr to eight
Nate Drude
2023-01-19
1
-1
/
+1
*
tty: serial: imx: disable the break condition when shutdown the uart port
Sherry Sun
2023-01-19
1
-1
/
+2
[next]