index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-15
serial: 8250_fintek: Fix garbled text for console
Ji-Ze Hong (Peter Hong)
1
-20
/
+0
2021-12-03
serial: 8250_bcm7271: UART errors after resuming from S2
Al Cooper
1
-0
/
+13
2021-11-25
serial: 8250_pci: rewrite pericom_do_set_divisor()
Jay Dolan
1
-13
/
+17
2021-11-25
serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
Jay Dolan
1
-1
/
+8
2021-11-25
serial: 8250: Fix RTS modem control while in rs485 mode
Lukas Wunner
1
-7
/
+0
2021-10-26
serial: 8250_pci: Remove empty stub pci_quatech_exit()
Andy Shevchenko
1
-5
/
+0
2021-10-26
serial: 8250_pci: Replace custom pci_match_id() implementation
Andy Shevchenko
1
-41
/
+31
2021-10-26
serial: 8250_pci: Replace dev_*() by pci_*() macros
Andy Shevchenko
1
-30
/
+22
2021-10-26
serial: 8250_pci: Get rid of redundant 'else' keyword
Andy Shevchenko
1
-3
/
+3
2021-10-26
serial: 8250_pci: Refactor the loop in pci_ite887x_init()
Andy Shevchenko
1
-8
/
+4
2021-10-21
serial: 8250_dw: drop bogus uartclk optimisation
Johan Hovold
1
-7
/
+4
2021-10-21
serial: 8250: rename unlock labels
Johan Hovold
1
-5
/
+5
2021-10-21
serial: 8250: fix racy uartclk update
Johan Hovold
1
-4
/
+17
2021-10-18
Merge 5.15-rc6 into tty-next
Greg Kroah-Hartman
1
-2
/
+6
2021-10-10
serial: 8250_lpss: Enable PSE UART Auto Flow Control
Aman Kumar
1
-0
/
+3
2021-10-10
serial: 8250_lpss: Extract dw8250_do_set_termios() for common use
Andy Shevchenko
4
-10
/
+13
2021-10-10
serial: 8250_dw: Fix the trivial typo in the comment
Andy Shevchenko
1
-1
/
+1
2021-10-10
serial: 8250_dw: Re-use temporary variable for of_node
Andy Shevchenko
1
-3
/
+6
2021-10-10
serial: 8250_dw: Drop wrong use of ACPI_PTR()
Andy Shevchenko
1
-1
/
+1
2021-10-07
Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
Johan Hovold
1
-17
/
+0
2021-10-05
serial: 8250: allow disabling of Freescale 16550 compile test
Johan Hovold
1
-2
/
+6
2021-10-05
serial: 8250: Fix reporting real baudrate value in c_ospeed field
Pali Rohár
1
-0
/
+17
2021-09-27
Merge 5.15-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2021-09-22
serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESAS
Geert Uytterhoeven
1
-1
/
+1
2021-09-22
serial: 8250: remove duplicated BRI0A49 and BDP3336 entries
Krzysztof Kozlowski
1
-4
/
+0
2021-09-22
serial: 8250_fsl: Move fsl8250_data to ACPI section
Geert Uytterhoeven
1
-4
/
+4
2021-09-14
serial: 8250: 8250_omap: Fix RX_LVL register offset
Nishanth Menon
1
-1
/
+1
2021-09-14
serial: 8250_pci: Prefer struct_size over open coded arithmetic
Len Baker
1
-3
/
+1
2021-08-26
serial: 8250_ingenic: Use of_device_get_match_data
Tang Bin
1
-4
/
+2
2021-08-09
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
5
-9
/
+30
2021-08-05
serial: 8250_omap: Handle optional overrun-throttle-ms property
Tony Lindgren
1
-1
/
+24
2021-07-30
serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.
Mario Kleiner
1
-0
/
+1
2021-07-29
serial: 8250_mtk: fix uart corruption issue when rx power off
Zhiyong Tao
1
-0
/
+5
2021-07-27
serial: 8250_pci: make setup_port() parameters explicitly unsigned
Greg Kroah-Hartman
1
-1
/
+1
2021-07-27
serial: 8250_lpss: Enable DMA on Intel Elkhart Lake
Andy Shevchenko
1
-0
/
+10
2021-07-27
serial: 8250: Define RX trigger levels for OxSemi 950 devices
Maciej W. Rozycki
1
-1
/
+2
2021-07-21
serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driver
Andy Shevchenko
1
-0
/
+6
2021-07-21
serial: 8250: fix handle_irq locking
Johan Hovold
3
-6
/
+9
2021-07-21
serial: 8250: Mask out floating 16/32-bit bus bits
Maciej W. Rozycki
1
-3
/
+9
2021-07-21
serial: 8250_exar: Add ->unregister_gpio() callback
Andy Shevchenko
1
-13
/
+23
2021-07-21
serial: 8250: extend compile-test coverage
Johan Hovold
1
-4
/
+6
2021-07-21
serial: 8250_bcm7271: use NULL to initialized a null pointer
Colin Ian King
1
-1
/
+1
2021-07-21
serial: 8250_pnp: Support configurable clock frequency
Jianmin Lv
1
-0
/
+2
2021-07-21
serial: 8250: 8250_omap: make a const array static, makes object smaller
Colin Ian King
1
-1
/
+1
2021-06-24
serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs
Vignesh Raghavendra
1
-1
/
+19
2021-06-16
serial_cs: Add Option International GSM-Ready 56K/ISDN modem
Ondrej Zary
1
-0
/
+1
2021-06-16
serial_cs: remove wrong GLOBETROTTER.cis entry
Ondrej Zary
1
-1
/
+0
2021-06-16
serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range
Maciej W. Rozycki
1
-4
/
+3
2021-06-16
serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
Maciej W. Rozycki
1
-3
/
+16
2021-06-16
serial: 8250: Document SMSC Super I/O UART peculiarities
Maciej W. Rozycki
1
-2
/
+29
[next]