index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
pch_uart.c
Age
Commit message (
Expand
)
Author
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-03-02
serial: pch: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
serial: pch: Remove eg20t_port::lock.
Sebastian Andrzej Siewior
2024-03-02
serial: pch: Don't initialize uart_port's spin_lock.
Sebastian Andrzej Siewior
2024-03-02
serial: pch: Don't disable interrupts while acquiring lock in ISR.
Sebastian Andrzej Siewior
2024-03-02
serial: pch: Make push_rx() return void.
Sebastian Andrzej Siewior
2024-03-02
serial: pch: Invoke handle_rx_to() directly.
Sebastian Andrzej Siewior
2023-09-18
serial: pch: Use port lock wrappers
Thomas Gleixner
2023-02-08
tty: pcn_uart: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
2023-01-19
serial: pch_uart: Pass correct sg to dma_unmap_sg()
Ilpo Järvinen
2022-11-22
serial: pch: Fix PCI device refcount leak in pch_request_dma()
Xiongfeng Wang
2022-11-03
serial: pch_uart: Use uart_xmit_advance()
Ilpo Järvinen
2022-08-30
serial: pch_uart: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-06-27
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
2022-05-05
serial: pch: inline pop_tx() into handle_tx()
Jiri Slaby
2022-05-05
serial: pch: simplify pop_tx() even more
Jiri Slaby
2022-05-05
serial: pch: remove xmit circ_buf size double check
Jiri Slaby
2022-05-05
serial: pch: remove debug print from pop_tx
Jiri Slaby
2022-05-05
serial: pch: decomission pch_uart_hal_write()
Jiri Slaby
2022-05-05
serial: pch: don't overwrite xmit->buf[0] by x_char
Jiri Slaby
2022-05-05
serial: pch: move size check from pop_tx one level up
Jiri Slaby
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2021-03-23
serial: pch_uart: fix build error with !CONFIG_DEBUG_FS
Wei Yongjun
2021-03-10
tty: serial: pch_uart.c: remove debugfs dentry pointer
Greg Kroah-Hartman
2020-09-27
pch_uart: drop double zeroing
Julia Lawall
2020-07-21
serial: pch_uart: use generic power management
Vaibhav Gupta
2020-03-18
tty: serial: pch_uart: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2019-12-18
tty/serial: pmac_zilog: Don't check port->sysrq
Dmitry Safonov
2019-12-18
tty/serial: Migrate pch_uart to use has_sysrq
Dmitry Safonov
2019-11-13
tty: serial: pch_uart: correct usage of dma_unmap_sg
Peng Fan
2019-02-01
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
2018-11-09
pch_uart: remove set but not used variable 'tx_empty'
zhong jiang
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-09-14
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
2017-08-28
serial: pch_uart: Make port type explicit
Andy Shevchenko
2017-08-28
serial: pch_uart: Remove unneeded NULL check
Fabio Estevam
2017-05-18
serial: pch_uart: use offset_in_page() macro
Geliang Tang
2016-10-27
serial: pch_uart: add terminate entry for dmi_system_id tables
Wei Yongjun
2016-10-03
Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
2016-08-31
serial: pch_uart: Add support for reading clock-frequency from DT
Zubair Lutfullah Kakakhel
2014-08-01
pch_uart: don't hardcode PCI slot to get DMA device
Andy Shevchenko
2014-07-11
serial: pch_uart: Update error message for dmaengine_prep_slave_sg() API
Geert Uytterhoeven
2014-04-24
serial_core: Commonalize crlf when working w/ a non open console port
Doug Anderson
2014-04-24
pch_uart: Add uart device to irq name
Alexander Stein
2014-02-13
serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n
Jingoo Han
2014-01-22
Merge branch 'fixes' into tty-next
Greg Kroah-Hartman
[next]