index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
pch_uart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: pch_uart: use generic power management
Vaibhav Gupta
2020-07-21
1
-24
/
+10
*
tty: serial: pch_uart: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-18
1
-11
/
+11
*
tty/serial: pmac_zilog: Don't check port->sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+2
*
tty/serial: Migrate pch_uart to use has_sysrq
Dmitry Safonov
2019-12-18
1
-5
/
+1
*
tty: serial: pch_uart: correct usage of dma_unmap_sg
Peng Fan
2019-11-13
1
-1
/
+4
*
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
2019-02-01
1
-2
/
+0
*
pch_uart: remove set but not used variable 'tx_empty'
zhong jiang
2018-11-09
1
-3
/
+0
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-13
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
2017-09-14
1
-1
/
+1
*
serial: pch_uart: Make port type explicit
Andy Shevchenko
2017-08-28
1
-20
/
+15
*
serial: pch_uart: Remove unneeded NULL check
Fabio Estevam
2017-08-28
1
-2
/
+1
*
serial: pch_uart: use offset_in_page() macro
Geliang Tang
2017-05-18
1
-2
/
+1
*
serial: pch_uart: add terminate entry for dmi_system_id tables
Wei Yongjun
2016-10-27
1
-0
/
+1
*
Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-10-03
1
-1
/
+1
|
\
|
*
tty: serial: constify uart_ops structures
Julia Lawall
2016-09-02
1
-1
/
+1
*
|
serial: pch_uart: Add support for reading clock-frequency from DT
Zubair Lutfullah Kakakhel
2016-08-31
1
-0
/
+5
|
/
*
pch_uart: don't hardcode PCI slot to get DMA device
Andy Shevchenko
2014-08-01
1
-3
/
+4
*
serial: pch_uart: Update error message for dmaengine_prep_slave_sg() API
Geert Uytterhoeven
2014-07-11
1
-1
/
+1
*
serial_core: Commonalize crlf when working w/ a non open console port
Doug Anderson
2014-04-24
1
-5
/
+0
*
pch_uart: Add uart device to irq name
Alexander Stein
2014-04-24
1
-1
/
+7
*
serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n
Jingoo Han
2014-02-13
1
-0
/
+2
*
Merge branch 'fixes' into tty-next
Greg Kroah-Hartman
2014-01-22
1
-3
/
+7
|
\
|
*
tty: serial: pch: don't crash if DMA enabled but not loaded
Sebastian Andrzej Siewior
2013-12-08
1
-3
/
+7
*
|
tty: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2013-12-08
1
-1
/
+1
*
|
serial: pch_uart: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-08
1
-1
/
+0
|
/
*
serial: pch_uart: remove reference to .set_wake()
Linus Walleij
2013-10-16
1
-1
/
+0
*
Merge 3.12-rc3 into tty-next
Greg Kroah-Hartman
2013-09-29
1
-10
/
+3
|
\
|
*
serial: pch_uart: remove unnecessary tty_port_tty_get
Johan Hovold
2013-09-17
1
-11
/
+1
|
*
serial: pch_uart: fix tty-kref leak in dma-rx path
Johan Hovold
2013-09-17
1
-1
/
+2
|
*
serial: pch_uart: fix tty-kref leak in rx-error path
Johan Hovold
2013-09-17
1
-0
/
+2
*
|
serial: pch_uart: Add MODULE_DEVICE_TABLE
Ben Hutchings
2013-09-26
1
-0
/
+2
|
/
*
serial: pch_uart: fix compilation warning
Luis Henriques
2013-08-14
1
-0
/
+2
*
serial: pch_uart: Fix signed-ness and casting of uartclk related fields
Darren Hart
2013-07-29
1
-7
/
+6
*
serial: pch_uart: Remove __initdata annotation from dmi_table
Darren Hart
2013-07-29
1
-1
/
+1
*
pch_uart: Use DMI interface for board detection
Darren Hart
2013-07-26
1
-22
/
+49
*
pch_uart: Add uart_clk selection for the MinnowBoard
Darren Hart
2013-06-25
1
-0
/
+5
*
serial: pch_uart: add console poll support
Liang Li
2013-03-15
1
-24
/
+79
*
serial: pch_uart: fix sysrq handling for pch_uart
Liang Li
2013-01-25
1
-0
/
+2
*
pch_uart: add sysrq support
Liang Li
2013-01-20
1
-8
/
+19
*
pch_uart: fix a deadlock when pch_uart as console
Liang Li
2013-01-20
1
-7
/
+22
*
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
1
-17
/
+2
*
TTY: switch tty_insert_flip_string
Jiri Slaby
2013-01-15
1
-5
/
+5
*
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
2013-01-15
1
-2
/
+3
*
tty: remove use of __devinit
Bill Pemberton
2012-11-21
1
-1
/
+1
*
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-11-21
1
-1
/
+1
*
pch_uart: check kzalloc result in dma_handle_tx()
Fengguang Wu
2012-08-16
1
-0
/
+4
*
pch_uart: Fix parity setting issue
Tomoya MORINAGA
2012-07-17
1
-1
/
+1
*
pch_uart: Fix rx error interrupt setting issue
Tomoya MORINAGA
2012-07-17
1
-6
/
+12
[next]