index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-14
serial: 8250: Fix fifo underflow on flush
John Keeping
3
-0
/
+27
2025-02-04
serial: 8250_pnp: Remove unneeded ->iotype assignment
Andy Shevchenko
1
-10
/
+0
2025-02-04
serial: 8250_platform: Remove unneeded ->iotype assignment
Andy Shevchenko
1
-9
/
+0
2025-02-04
serial: 8250_of: Remove unneeded ->iotype assignment
Andy Shevchenko
1
-1
/
+0
2025-01-22
Revert "serial: 8250: Switch to nbcon console"
Greg Kroah-Hartman
2
-176
/
+39
2025-01-22
Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_I...
Greg Kroah-Hartman
1
-3
/
+0
2025-01-13
Merge 6.13-rc7 into tty-next
Greg Kroah-Hartman
1
-0
/
+3
2025-01-10
serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"
John Ogness
1
-0
/
+3
2025-01-10
serial: 8250: Switch to nbcon console
John Ogness
2
-39
/
+176
2025-01-10
serial: 8250: Provide flag for IER toggling for RS485
John Ogness
4
-16
/
+20
2025-01-10
serial: 8250: Use high-level writing function for FIFO
John Ogness
1
-4
/
+10
2025-01-10
serial: 8250: Use frame time to determine timeout
John Ogness
1
-2
/
+10
2025-01-10
serial: 8250: Adjust the timeout for FIFO mode
John Ogness
1
-6
/
+26
2024-12-23
tty: serial: 8250: Fix another runtime PM usage counter underflow
Ilpo Järvinen
1
-0
/
+3
2024-12-23
serial: 8250: Explain the role of @read_status_mask
John Ogness
2
-0
/
+12
2024-12-23
serial: 8250: Never adjust UART_LSR_DR in @read_status_mask
John Ogness
3
-3
/
+0
2024-12-23
serial: 8250: Do not set UART_LSR_THRE in @read_status_mask
John Ogness
2
-2
/
+2
2024-12-23
serial: 8250: Use @ier bits to determine if Rx is stopped
John Ogness
1
-1
/
+1
2024-12-23
8250: microchip: pci1xxxx: Add workaround for RTS bit toggle
Rengarajan S
1
-1
/
+59
2024-12-16
Merge 6.13-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+2
2024-12-06
tty: serial: Work around warning backtrace in serial8250_set_defaults
Guenter Roeck
1
-1
/
+2
2024-12-04
serial: 8250_pci: Share WCH IDs with parport_serial driver
Andy Shevchenko
1
-8
/
+2
2024-12-04
serial: 8250_pci: Resolve WCH vendor ID ambiguity
Andy Shevchenko
1
-41
/
+41
2024-12-04
serial: 8250_port: Assign UPIO_UNKNOWN instead of its direct value
Andy Shevchenko
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
5
-6
/
+6
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
19
-122
/
+80
2024-11-20
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-7
/
+83
2024-11-12
serial: 8250_fintek: Add support for F81216E
Filip Brozovic
1
-1
/
+13
2024-11-05
serial: 8250: omap: Move pm_runtime_get_sync
Bin Liu
1
-2
/
+2
2024-11-04
serial: 8250_dw: Add Sophgo SG2044 quirk
Inochi Amaoto
1
-2
/
+3
2024-10-29
tty: serial: export serial_8250_warn_need_ioport
Arnd Bergmann
1
-0
/
+1
2024-10-28
tty: serial: handle HAS_IOPORT dependencies
Niklas Schnelle
6
-7
/
+82
2024-10-16
serial: 8250: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-11
serial: 8250_exar: Remove old exar_ee_read() and other unneeded code
Parker Newman
1
-90
/
+0
2024-10-11
serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6
Parker Newman
2
-13
/
+46
2024-10-11
serial: 8250: Fix typos in comments across various files
Yu Jiaoliang
5
-8
/
+8
2024-10-11
serial: 8250_exar: Group CTI EEPROM offsets by device
Andy Shevchenko
1
-2
/
+4
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
16
-16
/
+16
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
11
-52
/
+184
2024-09-11
serial: 8250_aspeed_vuart: Enable module autoloading
Liao Chen
1
-0
/
+1
2024-09-03
serial: 8250_bcm2835aux: Fix clock imbalance in PM resume
Stefan Wahren
1
-7
/
+19
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
1
-3
/
+3
2024-08-19
Merge 6.11-rc4 into tty-next
Greg Kroah-Hartman
1
-28
/
+5
2024-08-15
Revert "serial: 8250_omap: Set the console genpd always on if no console susp...
Griffin Kroah-Hartman
1
-28
/
+5
2024-08-14
serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
1
-3
/
+1
2024-08-14
serial: 8250_platform: Unify comment style
Andy Shevchenko
1
-16
/
+19
2024-08-14
serial: 8250_platform: Refactor serial8250_probe()
Andy Shevchenko
1
-16
/
+27
2024-08-14
serial: 8250_platform: Switch to use platform_get_mem_or_io()
Andy Shevchenko
1
-9
/
+11
2024-08-14
serial: 8250_platform: Tidy up ACPI ID table
Andy Shevchenko
1
-2
/
+2
2024-08-14
serial: 8250_platform: Use same check for ACPI in the whole driver
Andy Shevchenko
1
-2
/
+1
[next]