开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_dw.c
Age
Commit message (
Expand
)
Author
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2026-06-01
Merge tag 'v7.1-rc6' into tty-next
Greg Kroah-Hartman
2026-05-22
serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()
Jacques Nilo
2026-05-22
serial: 8250_dw: remove clock-notifier infrastructure
Stepan Ionichev
2026-05-22
serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails
Stepan Ionichev
2026-05-11
serial: 8250_dw: Use a fixed CPR value for UltraRISC DP1000 UART
Jia Wang
2026-05-11
serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitions
Jia Wang
2026-05-11
serial: 8250_dwlib: move DesignWare register definitions to header
Jia Wang
2026-03-12
serial: 8250_dw: Ensure BUSY is deasserted
Ilpo Järvinen
2026-03-12
serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt storm
Ilpo Järvinen
2026-03-12
serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handling
Ilpo Järvinen
2026-03-12
serial: 8250_dw: Avoid unnecessary LCR writes
Ilpo Järvinen
2025-12-17
serial: 8250_dw: fix runtime PM initialization sequence
Artem Shimko
2025-12-17
serial: 8250_dw: handle clock enable errors in runtime_resume
Artem Shimko
2025-11-26
tty: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2025-10-22
serial: 8250_dw: handle reset control deassert error
Artem Shimko
2025-07-22
serial: 8250_dw: Fix typo "notifer"
WangYuli
2025-06-17
serial: 8250: sanitize uart_port::serial_{in,out}() types
Jiri Slaby (SUSE)
2025-03-20
serial: 8250_dw: Comment possible corner cases in serial_out() implementation
Andy Shevchenko
2025-03-20
serial: 8250: use serial_port_in/out() helpers
Jiri Slaby (SUSE)
2025-02-14
serial: 8250_dw: Call dw8250_quirks() conditionally
Andy Shevchenko
2025-02-04
serial: 8250_dw: Drop unneeded NULL checks in dw8250_quirks()
Andy Shevchenko
2024-11-04
serial: 8250_dw: Add Sophgo SG2044 quirk
Inochi Amaoto
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-06-24
serial: 8250_dw: Use reset array API to get resets
Hal Feng
2024-06-04
serial: 8250_dw: Revert "Move definitions to the shared header"
Andy Shevchenko
2024-06-04
serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
Andy Shevchenko
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
2024-04-17
serial: 8250_dw: Hide a cast in dw8250_serial_inq()
Andy Shevchenko
2024-04-17
serial: 8250_dw: Deduplicate LCR checks
Andy Shevchenko
2024-04-09
serial: 8250_dw: Revert: Do not reclock if already at correct rate
Hans de Goede
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-03-06
serial: 8250_dw: Replace ACPI device check by a quirk
Andy Shevchenko
2024-03-05
serial: 8250_dw: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-02
serial: 8250_dw: Do not reclock if already at correct rate
Peter Collingbourne
2024-03-02
serial: 8250_dw: Emit an error message if getting the baudclk failed
Uwe Kleine-König
2023-12-11
Merge 6.7-rc5 into tty-next
Greg Kroah-Hartman
2023-12-07
serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
Andy Shevchenko
2023-11-23
serial: 8250: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-03
serial: 8250_dw: Use devm_clk_get_optional_enabled()
Andy Shevchenko
2023-09-18
serial: 8250_dw: Use port lock wrappers
Thomas Gleixner
2023-08-22
serial: 8250_dw: fall back to poll if there's no interrupt
Jisheng Zhang
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-07-14
serial: 8250_dw: Avoid pslverr on reading empty receiver fifo
VAMSHI GAJJELA
2022-06-30
serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST
Biju Das
2022-06-30
serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()
Ilpo Järvinen
2022-06-30
serial: 8250_dw: Drop PM ifdeffery
Andy Shevchenko
2022-06-30
serial: 8250_dw: Sort headers alphabetically
Andy Shevchenko
2022-06-30
serial: 8250_dw: Take port lock while accessing LSR
Ilpo Järvinen
[next]