index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_port.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-10
Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-7
/
+0
2023-10-19
serial: 8250: remove AR7 support
Wolfram Sang
1
-7
/
+0
2023-10-02
Merge 6.6-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+4
2023-09-18
serial: 8250: Use port lock wrappers
Thomas Gleixner
1
-50
/
+50
2023-09-18
serial: 8250_port: Introduce UART_IIR_FIFO_ENABLED_16750
Andy Shevchenko
1
-6
/
+5
2023-09-18
serial: 8250_port: Check IRQ data before use
Andy Shevchenko
1
-1
/
+4
2023-08-22
serial: 8250_bcm7271: improve bcm7271 8250 port
Justin Chen
1
-0
/
+8
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
1
-3
/
+1
2023-08-11
serial: 8250: drop lockdep annotation from serial8250_clear_IER()
Jiri Slaby (SUSE)
1
-3
/
+0
2023-08-04
serial: 8250: Fix oops for port->pm on uart_change_pm()
Tony Lindgren
1
-0
/
+1
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
1
-2
/
+1
2023-06-21
Revert "8250: add support for ASIX devices with a FIFO bug"
Jiaqing Zhao
1
-8
/
+3
2023-05-31
serial: core: Start managing serial controllers to enable runtime PM
Tony Lindgren
1
-0
/
+1
2023-05-30
serial: 8250: synchronize and annotate UART_IER access
John Ogness
1
-0
/
+53
2023-05-30
serial: 8250: lock port in startup() callbacks
John Ogness
1
-2
/
+16
2023-05-27
Merge 6.4-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2023-05-13
serial: 8250: Document termios parameter of serial8250_em485_config()
Geert Uytterhoeven
1
-0
/
+1
2023-05-13
serial: 8250: RT288x/Au1xxx code away from core
Ilpo Järvinen
1
-78
/
+0
2023-05-13
serial: 8250: Change dl_read/write to handle value as u32
Ilpo Järvinen
1
-5
/
+5
2023-04-20
serial: 8250: Add missing wakeup event reporting
Florian Fainelli
1
-0
/
+4
2023-04-10
Merge 6.3-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+11
2023-03-29
serial: 8250: Prevent starting up DMA Rx on THRI interrupt
Ilpo Järvinen
1
-0
/
+11
2023-03-29
serial: 8250: Fix serial8250_tx_empty() race with DMA Tx
Ilpo Järvinen
1
-3
/
+4
2023-02-08
serial: 8250_pci1xxxx: Add driver for quad-uart support
Kumaravel Thiagarajan
1
-0
/
+8
2023-02-02
serial: 8250: Fix mismerge regarding serial_lsr_in()
Uwe Kleine-König
1
-2
/
+0
2023-01-19
serial: 8250: Define IIR 64 byte bit & cleanup related code
Ilpo Järvinen
1
-5
/
+9
2023-01-19
serial: 8250: Add IIR FIFOs enabled field properly
Ilpo Järvinen
1
-10
/
+7
2023-01-19
serial: 8250: Cleanup MCR literals
Ilpo Järvinen
1
-1
/
+1
2023-01-19
serial: 8250: Name MSR literals
Ilpo Järvinen
1
-2
/
+2
2023-01-19
serial: 8250: Use defined IER bits
Ilpo Järvinen
1
-5
/
+5
2022-11-22
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
1
-2
/
+5
2022-11-09
serial: 8250: Flush DMA Rx on RLSI
Ilpo Järvinen
1
-2
/
+1
2022-11-09
serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
Ilpo Järvinen
1
-0
/
+4
2022-11-03
serial: 8250: Use uart_xmit_advance()
Ilpo Järvinen
1
-2
/
+1
2022-09-25
serial: 8250: Fix restoring termios speed after suspend
Pali Rohár
1
-1
/
+6
2022-09-25
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
1
-5
/
+7
2022-09-22
serial: 8250: Toggle IER bits on only after irq has been set up
Ilpo Järvinen
1
-3
/
+5
2022-09-22
serial: 8250: Let drivers request full 16550A feature probing
Maciej W. Rozycki
1
-1
/
+2
2022-09-01
serial: Fix double word
Shaomin Deng
1
-1
/
+1
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-3
/
+3
2022-08-30
serial: 8250: Add helper for clearing IER
Ilpo Järvinen
1
-13
/
+11
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-86
/
+71
2022-07-14
serial: core, 8250: set RS485 termination GPIO in serial core
Lino Sanfilippo
1
-3
/
+0
2022-06-30
serial: 8250: fix return error code in serial8250_request_std_resource()
Yi Yang
1
-1
/
+3
2022-06-30
serial: 8250_port: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-06-27
serial: 8250: Fix __stop_tx() & DMA Tx restart races
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
1
-1
/
+2
2022-06-27
serial: 8250: make saved LSR larger
Ilpo Järvinen
1
-8
/
+9
2022-06-27
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
1
-7
/
+5
2022-06-27
serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
Ilpo Järvinen
1
-18
/
+20
[next]