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
Age
Commit message (
Expand
)
Author
Lines
2024-05-04
serial: 8250_exar: Kill unneeded ->board_init()
Andy Shevchenko
-90
/
+81
2024-05-04
serial: 8250_exar: Extract cti_board_init_osc_freq() helper
Andy Shevchenko
-29
/
+19
2024-05-04
serial: 8250_exar: Trivia typo fixes
Andy Shevchenko
-4
/
+4
2024-05-04
serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor ID
Andy Shevchenko
-1
/
+1
2024-05-04
serial: 8250_exar: Kill CTI_PCI_DEVICE()
Andy Shevchenko
-14
/
+5
2024-05-04
serial: 8250_exar: Describe all parameters in kernel doc
Andy Shevchenko
-0
/
+3
2024-05-04
serial: 8250_exar: Don't return positive values as error codes
Andy Shevchenko
-2
/
+2
2024-05-03
alpha: remove DECpc AXP150 (Jensen) support
Arnd Bergmann
-30
/
+0
2024-04-26
serial: kgdboc: Fix NMI-safety problems from keyboard reset code
Daniel Thompson
-1
/
+29
2024-04-25
tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
-1
/
+1
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
-32
/
+77
2024-04-20
serial: msm: check dma_map_sg() return value properly
Jiri Slaby (SUSE)
-3
/
+7
2024-04-18
serial: exar: fix checkpach warnings
Parker Newman
-5
/
+5
2024-04-18
serial: exar: add CTI specific setup code
Parker Newman
-0
/
+846
2024-04-18
serial: exar: add CTI cards to exar_get_nr_ports
Parker Newman
-3
/
+19
2024-04-18
serial: exar: moved generic_rs485 further up in 8250_exar.c
Parker Newman
-25
/
+25
2024-04-18
serial: exar: add optional board_init function
Parker Newman
-1
/
+12
2024-04-18
serial: exar: added a exar_get_nr_ports function
Parker Newman
-6
/
+21
2024-04-18
serial: exar: remove old Connect Tech setup
Parker Newman
-37
/
+0
2024-04-17
serial: stm32: Reset .throttled state in .startup()
Uwe Kleine-König
-0
/
+1
2024-04-17
serial: stm32: Return IRQ_NONE in the ISR if no handling happend
Uwe Kleine-König
-2
/
+10
2024-04-17
serial: exar: adding missing CTI and Exar PCI ids
Parker Newman
-0
/
+42
2024-04-17
serial: 8250_pnp: Support configurable reg shift property
Guanbing Huang
-15
/
+25
2024-04-17
serial: port: Add support of PNP IRQ to __uart_read_properties()
Guanbing Huang
-1
/
+6
2024-04-17
serial: 8250_dw: Hide a cast in dw8250_serial_inq()
Andy Shevchenko
-3
/
+1
2024-04-17
serial: 8250_dw: Deduplicate LCR checks
Andy Shevchenko
-26
/
+15
2024-04-17
tty: serial: fsl_lpuart: use dev_err_probe for clocks
Alexander Stein
-4
/
+2
2024-04-17
serial: imx: Introduce timeout when waiting on transmitter empty
Esben Haabendal
-3
/
+4
2024-04-17
serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()
Andy Shevchenko
-44
/
+54
2024-04-17
serial: drop debugging WARN_ON_ONCE() from uart_put_char()
Jiri Slaby (SUSE)
-1
/
+1
2024-04-16
serial: meson+qcom: don't advance the kfifo twice
Jiri Slaby (SUSE)
-4
/
+1
2024-04-13
serial: core: Fix ifdef for serial base console functions
Tony Lindgren
-2
/
+2
2024-04-11
tty/sysrq: Replay kernel log messages on consoles via sysrq
Sreenath Vijayan
-1
/
+12
2024-04-11
serial: core: Fix missing shutdown and startup for serial base port
Tony Lindgren
-3
/
+55
2024-04-11
serial: max3100: Convert to_max3100_port() to be static inline
Andy Shevchenko
-1
/
+4
2024-04-11
serial: omap: remove redundant assignment to variable tmout
Colin Ian King
-1
/
+0
2024-04-11
serial: 8250: Fix add preferred console for serial8250_isa_init_ports()
Tony Lindgren
-11
/
+10
2024-04-11
serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)
Hugo Villeneuve
-10
/
+16
2024-04-11
serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)
Hugo Villeneuve
-11
/
+21
2024-04-11
serial: sc16is7xx: split into core and I2C/SPI parts (core)
Hugo Villeneuve
-218
/
+248
2024-04-11
serial: sc16is7xx: unconditionally clear line bit in sc16is7xx_remove()
Hugo Villeneuve
-2
/
+2
2024-04-11
serial: sc16is7xx: add proper sched.h include for sched_set_fifo()
Hugo Villeneuve
-1
/
+1
2024-04-09
serial: ar933x: Remove unneeded static structure
Lino Sanfilippo
-2
/
+1
2024-04-09
serial: 8250: Remove superfluous sanity check
Lino Sanfilippo
-7
/
+0
2024-04-09
serial: amba-pl011: move variable into CONFIG_DMA_ENGINE conditional
Lino Sanfilippo
-1
/
+1
2024-04-09
serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()
Lino Sanfilippo
-13
/
+1
2024-04-09
serial: max3100: Sort headers
Andy Shevchenko
-3
/
+3
2024-04-09
serial: max3100: Extract to_max3100_port() helper macro
Andy Shevchenko
-48
/
+19
2024-04-09
serial: max3100: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
-9
/
+3
2024-04-09
serial: max3100: Replace MODULE_ALIAS() with respective ID tables
Andy Shevchenko
-1
/
+15
[prev]
[next]