aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/pch_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30serial: pch_uart: CIRC_CNT_TO_END() is enoughIlpo Järvinen1-3/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen1-4/+3
2022-05-05serial: pch: inline pop_tx() into handle_tx()Jiri Slaby1-18/+7
2022-05-05serial: pch: simplify pop_tx() even moreJiri Slaby1-7/+5
2022-05-05serial: pch: remove xmit circ_buf size double checkJiri Slaby1-6/+1
2022-05-05serial: pch: remove debug print from pop_txJiri Slaby1-5/+1
2022-05-05serial: pch: decomission pch_uart_hal_write()Jiri Slaby1-33/+13
2022-05-05serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby1-20/+7
2022-05-05serial: pch: move size check from pop_tx one level upJiri Slaby1-6/+8
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-03-23serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun1-3/+0
2021-03-10tty: serial: pch_uart.c: remove debugfs dentry pointerGreg Kroah-Hartman1-12/+7
2020-09-27pch_uart: drop double zeroingJulia Lawall1-1/+1
2020-07-21serial: pch_uart: use generic power managementVaibhav Gupta1-24/+10
2020-03-18tty: serial: pch_uart: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-11/+11
2019-12-18tty/serial: pmac_zilog: Don't check port->sysrqDmitry Safonov1-4/+2
2019-12-18tty/serial: Migrate pch_uart to use has_sysrqDmitry Safonov1-5/+1
2019-11-13tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan1-1/+4
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-2/+0
2018-11-09pch_uart: remove set but not used variable 'tx_empty'zhong jiang1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-08-28serial: pch_uart: Make port type explicitAndy Shevchenko1-20/+15
2017-08-28serial: pch_uart: Remove unneeded NULL checkFabio Estevam1-2/+1
2017-05-18serial: pch_uart: use offset_in_page() macroGeliang Tang1-2/+1
2016-10-27serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun1-0/+1
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall1-1/+1
2016-08-31serial: pch_uart: Add support for reading clock-frequency from DTZubair Lutfullah Kakakhel1-0/+5
2014-08-01pch_uart: don't hardcode PCI slot to get DMA deviceAndy Shevchenko1-3/+4
2014-07-11serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2014-04-24serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson1-5/+0
2014-04-24pch_uart: Add uart device to irq nameAlexander Stein1-1/+7
2014-02-13serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=nJingoo Han1-0/+2
2014-01-22Merge branch 'fixes' into tty-nextGreg Kroah-Hartman1-3/+7
2013-12-08tty: serial: pch: don't crash if DMA enabled but not loadedSebastian Andrzej Siewior1-3/+7
2013-12-08tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-08serial: pch_uart: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-16serial: pch_uart: remove reference to .set_wake()Linus Walleij1-1/+0
2013-09-29Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman1-10/+3
2013-09-26serial: pch_uart: Add MODULE_DEVICE_TABLEBen Hutchings1-0/+2
2013-09-17serial: pch_uart: remove unnecessary tty_port_tty_getJohan Hovold1-11/+1
2013-09-17serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2013-09-17serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2013-08-14serial: pch_uart: fix compilation warningLuis Henriques1-0/+2
2013-07-29serial: pch_uart: Fix signed-ness and casting of uartclk related fieldsDarren Hart1-7/+6
2013-07-29serial: pch_uart: Remove __initdata annotation from dmi_tableDarren Hart1-1/+1