index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2022-11-22
serial: pch: Fix PCI device refcount leak in pch_request_dma()
Xiongfeng Wang
1
-0
/
+4
2022-11-03
serial: pch_uart: Use uart_xmit_advance()
Ilpo Järvinen
1
-8
/
+4
2022-08-30
serial: pch_uart: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
1
-3
/
+1
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+2
2022-06-27
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
1
-4
/
+3
2022-05-05
serial: pch: inline pop_tx() into handle_tx()
Jiri Slaby
1
-18
/
+7
2022-05-05
serial: pch: simplify pop_tx() even more
Jiri Slaby
1
-7
/
+5
2022-05-05
serial: pch: remove xmit circ_buf size double check
Jiri Slaby
1
-6
/
+1
2022-05-05
serial: pch: remove debug print from pop_tx
Jiri Slaby
1
-5
/
+1
2022-05-05
serial: pch: decomission pch_uart_hal_write()
Jiri Slaby
1
-33
/
+13
2022-05-05
serial: pch: don't overwrite xmit->buf[0] by x_char
Jiri Slaby
1
-20
/
+7
2022-05-05
serial: pch: move size check from pop_tx one level up
Jiri Slaby
1
-6
/
+8
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2021-03-23
serial: pch_uart: fix build error with !CONFIG_DEBUG_FS
Wei Yongjun
1
-3
/
+0
2021-03-10
tty: serial: pch_uart.c: remove debugfs dentry pointer
Greg Kroah-Hartman
1
-12
/
+7
2020-09-27
pch_uart: drop double zeroing
Julia Lawall
1
-1
/
+1
2020-07-21
serial: pch_uart: use generic power management
Vaibhav Gupta
1
-24
/
+10
2020-03-18
tty: serial: pch_uart: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-11
/
+11
2019-12-18
tty/serial: pmac_zilog: Don't check port->sysrq
Dmitry Safonov
1
-4
/
+2
2019-12-18
tty/serial: Migrate pch_uart to use has_sysrq
Dmitry Safonov
1
-5
/
+1
2019-11-13
tty: serial: pch_uart: correct usage of dma_unmap_sg
Peng Fan
1
-1
/
+4
2019-02-02
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-13
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-04
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-02
pch_uart: don't hardcode PCI slot to get DMA device
Andy Shevchenko
1
-3
/
+4
2014-07-12
serial: pch_uart: Update error message for dmaengine_prep_slave_sg() API
Geert Uytterhoeven
1
-1
/
+1
2014-04-25
serial_core: Commonalize crlf when working w/ a non open console port
Doug Anderson
1
-5
/
+0
2014-04-25
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-23
Merge branch 'fixes' into tty-next
Greg Kroah-Hartman
1
-3
/
+7
2013-12-09
tty: serial: pch: don't crash if DMA enabled but not loaded
Sebastian Andrzej Siewior
1
-3
/
+7
2013-12-09
tty: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2013-12-09
serial: pch_uart: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-10-17
serial: pch_uart: remove reference to .set_wake()
Linus Walleij
1
-1
/
+0
2013-09-30
Merge 3.12-rc3 into tty-next
Greg Kroah-Hartman
1
-10
/
+3
2013-09-27
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-15
serial: pch_uart: fix compilation warning
Luis Henriques
1
-0
/
+2
[next]