aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c
AgeCommit message (Expand)Author
2020-03-30tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko
2018-11-09pch_uart: remove set but not used variable 'tx_empty'zhong jiang
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-08-28serial: pch_uart: Make port type explicitAndy Shevchenko
2017-08-28serial: pch_uart: Remove unneeded NULL checkFabio Estevam
2017-05-18serial: pch_uart: use offset_in_page() macroGeliang Tang
2016-10-27serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall
2016-08-31serial: pch_uart: Add support for reading clock-frequency from DTZubair Lutfullah Kakakhel
2014-08-01pch_uart: don't hardcode PCI slot to get DMA deviceAndy Shevchenko
2014-07-11serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2014-04-24serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson
2014-04-24pch_uart: Add uart device to irq nameAlexander Stein
2014-02-13serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=nJingoo Han
2014-01-22Merge branch 'fixes' into tty-nextGreg Kroah-Hartman
2013-12-08tty: serial: pch: don't crash if DMA enabled but not loadedSebastian Andrzej Siewior
2013-12-08tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-12-08serial: pch_uart: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-16serial: pch_uart: remove reference to .set_wake()Linus Walleij
2013-09-29Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman
2013-09-26serial: pch_uart: Add MODULE_DEVICE_TABLEBen Hutchings
2013-09-17serial: pch_uart: remove unnecessary tty_port_tty_getJohan Hovold
2013-09-17serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold
2013-09-17serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold
2013-08-14serial: pch_uart: fix compilation warningLuis Henriques
2013-07-29serial: pch_uart: Fix signed-ness and casting of uartclk related fieldsDarren Hart
2013-07-29serial: pch_uart: Remove __initdata annotation from dmi_tableDarren Hart
2013-07-26pch_uart: Use DMI interface for board detectionDarren Hart
2013-06-25pch_uart: Add uart_clk selection for the MinnowBoardDarren Hart
2013-03-15serial: pch_uart: add console poll supportLiang Li
2013-01-25serial: pch_uart: fix sysrq handling for pch_uartLiang Li
2013-01-20pch_uart: add sysrq supportLiang Li
2013-01-20pch_uart: fix a deadlock when pch_uart as consoleLiang Li
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-08-16pch_uart: check kzalloc result in dma_handle_tx()Fengguang Wu
2012-07-17pch_uart: Fix parity setting issueTomoya MORINAGA
2012-07-17pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA
2012-07-17pch_uart: Fix missing break for 16 byte fifoAlan Cox
2012-06-20pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart
2012-04-23Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman