summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)2024-04-091-11/+10
* serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-15/+9
* serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior2024-03-021-20/+6
* serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior2024-03-021-2/+0
* serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior2024-03-021-3/+2
* serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior2024-03-021-8/+4
* serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior2024-03-021-6/+1
* serial: pch: Use port lock wrappersThomas Gleixner2023-09-181-5/+5
* tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-1/+1
* serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen2023-01-191-1/+1
* serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang2022-11-221-0/+4
* serial: pch_uart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-8/+4
* serial: pch_uart: CIRC_CNT_TO_END() is enoughIlpo Järvinen2022-08-301-3/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-271-4/+3
* serial: pch: inline pop_tx() into handle_tx()Jiri Slaby2022-05-051-18/+7
* serial: pch: simplify pop_tx() even moreJiri Slaby2022-05-051-7/+5
* serial: pch: remove xmit circ_buf size double checkJiri Slaby2022-05-051-6/+1
* serial: pch: remove debug print from pop_txJiri Slaby2022-05-051-5/+1
* serial: pch: decomission pch_uart_hal_write()Jiri Slaby2022-05-051-33/+13
* serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby2022-05-051-20/+7
* serial: pch: move size check from pop_tx one level upJiri Slaby2022-05-051-6/+8
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun2021-03-231-3/+0
* tty: serial: pch_uart.c: remove debugfs dentry pointerGreg Kroah-Hartman2021-03-101-12/+7
* pch_uart: drop double zeroingJulia Lawall2020-09-271-1/+1
* serial: pch_uart: use generic power managementVaibhav Gupta2020-07-211-24/+10
* tty: serial: pch_uart: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-181-11/+11
* tty/serial: pmac_zilog: Don't check port->sysrqDmitry Safonov2019-12-181-4/+2
* tty/serial: Migrate pch_uart to use has_sysrqDmitry Safonov2019-12-181-5/+1
* tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan2019-11-131-1/+4
* PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-011-2/+0
* pch_uart: remove set but not used variable 'tx_empty'zhong jiang2018-11-091-3/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-13/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* serial: pch_uart: Make port type explicitAndy Shevchenko2017-08-281-20/+15
* serial: pch_uart: Remove unneeded NULL checkFabio Estevam2017-08-281-2/+1
* serial: pch_uart: use offset_in_page() macroGeliang Tang2017-05-181-2/+1
* serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun2016-10-271-0/+1
* Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-031-1/+1
|\
| * tty: serial: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* | serial: pch_uart: Add support for reading clock-frequency from DTZubair Lutfullah Kakakhel2016-08-311-0/+5
|/
* pch_uart: don't hardcode PCI slot to get DMA deviceAndy Shevchenko2014-08-011-3/+4
* serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven2014-07-111-1/+1
* serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson2014-04-241-5/+0
* pch_uart: Add uart device to irq nameAlexander Stein2014-04-241-1/+7
* serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=nJingoo Han2014-02-131-0/+2
* Merge branch 'fixes' into tty-nextGreg Kroah-Hartman2014-01-221-3/+7
|\