index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
/
pch_uart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-24
serial: pch_uart: Pass correct sg to dma_unmap_sg()
Ilpo Järvinen
1
-1
/
+1
2023-01-18
serial: pch: Fix PCI device refcount leak in pch_request_dma()
Xiongfeng Wang
1
-0
/
+4
2022-06-14
serial: pch: don't overwrite xmit->buf[0] by x_char
Jiri Slaby
1
-20
/
+7
2020-01-17
tty: serial: pch_uart: correct usage of dma_unmap_sg
Peng Fan
1
-1
/
+4
2019-02-01
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
1
-2
/
+0
2018-11-09
pch_uart: remove set but not used variable 'tx_empty'
zhong jiang
1
-3
/
+0
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-13
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-09-14
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
1
-1
/
+1
2017-08-28
serial: pch_uart: Make port type explicit
Andy Shevchenko
1
-20
/
+15
2017-08-28
serial: pch_uart: Remove unneeded NULL check
Fabio Estevam
1
-2
/
+1
2017-05-18
serial: pch_uart: use offset_in_page() macro
Geliang Tang
1
-2
/
+1
2016-10-27
serial: pch_uart: add terminate entry for dmi_system_id tables
Wei Yongjun
1
-0
/
+1
2016-10-03
Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
1
-1
/
+1
2016-08-31
serial: pch_uart: Add support for reading clock-frequency from DT
Zubair Lutfullah Kakakhel
1
-0
/
+5
2014-08-01
pch_uart: don't hardcode PCI slot to get DMA device
Andy Shevchenko
1
-3
/
+4
2014-07-11
serial: pch_uart: Update error message for dmaengine_prep_slave_sg() API
Geert Uytterhoeven
1
-1
/
+1
2014-04-24
serial_core: Commonalize crlf when working w/ a non open console port
Doug Anderson
1
-5
/
+0
2014-04-24
pch_uart: Add uart device to irq name
Alexander Stein
1
-1
/
+7
2014-02-13
serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n
Jingoo Han
1
-0
/
+2
2014-01-22
Merge branch 'fixes' into tty-next
Greg Kroah-Hartman
1
-3
/
+7
2013-12-08
tty: serial: pch: don't crash if DMA enabled but not loaded
Sebastian Andrzej Siewior
1
-3
/
+7
2013-12-08
tty: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2013-12-08
serial: pch_uart: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-10-16
serial: pch_uart: remove reference to .set_wake()
Linus Walleij
1
-1
/
+0
2013-09-29
Merge 3.12-rc3 into tty-next
Greg Kroah-Hartman
1
-10
/
+3
2013-09-26
serial: pch_uart: Add MODULE_DEVICE_TABLE
Ben Hutchings
1
-0
/
+2
2013-09-17
serial: pch_uart: remove unnecessary tty_port_tty_get
Johan Hovold
1
-11
/
+1
2013-09-17
serial: pch_uart: fix tty-kref leak in dma-rx path
Johan Hovold
1
-1
/
+2
2013-09-17
serial: pch_uart: fix tty-kref leak in rx-error path
Johan Hovold
1
-0
/
+2
2013-08-14
serial: pch_uart: fix compilation warning
Luis Henriques
1
-0
/
+2
2013-07-29
serial: pch_uart: Fix signed-ness and casting of uartclk related fields
Darren Hart
1
-7
/
+6
2013-07-29
serial: pch_uart: Remove __initdata annotation from dmi_table
Darren Hart
1
-1
/
+1
2013-07-26
pch_uart: Use DMI interface for board detection
Darren Hart
1
-22
/
+49
2013-06-25
pch_uart: Add uart_clk selection for the MinnowBoard
Darren Hart
1
-0
/
+5
2013-03-15
serial: pch_uart: add console poll support
Liang Li
1
-24
/
+79
2013-01-25
serial: pch_uart: fix sysrq handling for pch_uart
Liang Li
1
-0
/
+2
2013-01-20
pch_uart: add sysrq support
Liang Li
1
-8
/
+19
2013-01-20
pch_uart: fix a deadlock when pch_uart as console
Liang Li
1
-7
/
+22
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-17
/
+2
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-5
/
+5
2013-01-15
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
1
-2
/
+3
2012-11-21
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-08-16
pch_uart: check kzalloc result in dma_handle_tx()
Fengguang Wu
1
-0
/
+4
2012-07-17
pch_uart: Fix parity setting issue
Tomoya MORINAGA
1
-1
/
+1
2012-07-17
pch_uart: Fix rx error interrupt setting issue
Tomoya MORINAGA
1
-6
/
+12
2012-07-17
pch_uart: Fix missing break for 16 byte fifo
Alan Cox
1
-0
/
+1
[next]