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
2023-08-22
serial: sc16is7xx: remove obsolete out_thread label
Hugo Villeneuve
-3
/
+1
2023-08-22
serial: sc16is7xx: fix broken port 0 uart init
Hugo Villeneuve
-0
/
+6
2023-08-22
serial: 8250_dw: fall back to poll if there's no interrupt
Jisheng Zhang
-1
/
+4
2023-08-22
serial: tegra: handle clk prepare error in tegra_uart_hw_init()
Yi Yang
-1
/
+5
2023-08-22
serial: sifive: Add suspend and resume operations
Nick Hu
-0
/
+18
2023-08-22
tty: serial: meson: Add a earlycon for the T7 SoC
Lucas Tanure
-0
/
+2
2023-08-22
serial: stm32: synchronize RX DMA channel in shutdown
Amelie Delaunay
-1
/
+3
2023-08-22
serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
Valentin Caron
-94
/
+106
2023-08-22
serial: stm32: group dma pause/resume error handling into single function
Valentin Caron
-45
/
+83
2023-08-22
serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
Valentin Caron
-8
/
+8
2023-08-22
serial: stm32: use DMAT as a configuration bit
Valentin Caron
-5
/
+3
2023-08-22
serial: stm32: avoid clearing DMAT bit during transfer
Valentin Caron
-32
/
+44
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
-19
/
+63
2023-08-18
drm/i915: Move abs_diff() to math.h
Andy Shevchenko
-6
/
+1
2023-08-11
serial: core: Fix serial core port id, including multiport devices
Tony Lindgren
-1
/
+28
2023-08-11
serial: 8250: drop lockdep annotation from serial8250_clear_IER()
Jiri Slaby (SUSE)
-3
/
+0
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
-2
/
+3
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
-3
/
+2
2023-08-09
tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx
Vijaya Krishna Nivarthi
-5
/
+2
2023-08-09
serial: sifive: Remove redundant of_match_ptr()
Ruan Jinjie
-1
/
+1
2023-08-09
serial: core: Revert port_id use
Tony Lindgren
-1
/
+1
2023-08-04
serial: 8250: Fix oops for port->pm on uart_change_pm()
Tony Lindgren
-0
/
+1
2023-08-04
serial: 8250: Reinit port_id when adding back serial8250_isa_devs
Tony Lindgren
-0
/
+1
2023-08-04
serial: core: Fix kmemleak issue for serial core device remove
Tony Lindgren
-0
/
+2
2023-08-04
8250_men_mcb: remove unnecessary cast when reading register
Sanjuán García, Jorge
-1
/
+1
2023-08-04
serial: cpm_uart: Don't include fs_uart_pd.h when not needed
Christophe Leroy
-1
/
+0
2023-08-04
serial: cpm_uart: Remove cpm_uart/ subdirectory
Christophe Leroy
-7
/
+1
2023-08-04
serial: cpm_uart: Refactor cpm_uart_[un]map_pram()
Christophe Leroy
-142
/
+49
2023-08-04
serial: cpm_uart: Refactor cpm_uart_allocbuf()/cpm_uart_freebuf()
Christophe Leroy
-140
/
+72
2023-08-04
serial: cpm_uart: Deduplicate cpm_line_cr_cmd()
Christophe Leroy
-11
/
+5
2023-08-04
serial: cpm_uart: Deduplicate cpm_set_{brg/smc_fcr/scc_fcr}()
Christophe Leroy
-71
/
+9
2023-08-04
serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()
Christophe Leroy
-2
/
+4
2023-08-04
serial: cpm_uart: Stop using fs_uart_id enum
Christophe Leroy
-3
/
+1
2023-08-04
serial: cpm_uart: Remove stale prototypes and table and macros
Christophe Leroy
-24
/
+1
2023-08-04
serial: cpm_uart: Avoid suspicious locking
Christophe Leroy
-9
/
+4
2023-08-04
8250_men_mcb: Remove redundant initialization owner in mcb_driver
Li Zetao
-1
/
+0
2023-08-04
8250_men_mcb: Fix unsigned expression compared with zero
Li Zetao
-1
/
+1
2023-08-04
serial: max310x: fix typos in comments
Hugo Villeneuve
-1
/
+1
2023-08-04
serial: max310x: add comments for membase address workaround
Hugo Villeneuve
-0
/
+5
2023-08-04
8250_men_mcb: Fix unsigned comparison with less than zero
Jiapeng Chong
-3
/
+5
2023-08-04
tty: serial: samsung: Set missing PM ops for hibernation support
Anton Eliasson
-3
/
+2
2023-08-04
tty: serial: xilinx_uartps: Do not check for 0 return after calling platform_...
Ruan Jinjie
-2
/
+2
2023-08-03
tty: serial: Remove redundant initialization for ma35d1serial_driver
Li Zetao
-1
/
+0
2023-08-03
serial: core: Fix serial_base_match() after fixing controller port name
Tony Lindgren
-2
/
+8
2023-08-01
serial: core: Fix serial core controller port name to show controller id
Tony Lindgren
-12
/
+20
2023-08-01
serial: core: Fix serial core port id to not use port->line
Tony Lindgren
-1
/
+3
2023-08-01
tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...
Sherry Sun
-2
/
+2
2023-07-31
serial: altera_jtaguart: switch status to u32
Jiri Slaby
-1
/
+1
2023-07-31
serial: move WARN_ON() in uart_write() to the condition
Jiri Slaby
-6
/
+2
[prev]
[next]