aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-11/+10
2024-03-02serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-15/+9
2024-03-02serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior1-20/+6
2024-03-02serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior1-2/+0
2024-03-02serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior1-3/+2
2024-03-02serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior1-8/+4
2024-03-02serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior1-6/+1
2023-09-18serial: pch: Use port lock wrappersThomas Gleixner1-5/+5
2023-02-08tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-01-19serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen1-1/+1
2022-11-22serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang1-0/+4
2022-11-03serial: pch_uart: Use uart_xmit_advance()Ilpo Järvinen1-8/+4
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/greg...Linus 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
2013-07-26pch_uart: Use DMI interface for board detectionDarren Hart1-22/+49
2013-06-25pch_uart: Add uart_clk selection for the MinnowBoardDarren Hart1-0/+5
2013-03-15serial: pch_uart: add console poll supportLiang Li1-24/+79
2013-01-25serial: pch_uart: fix sysrq handling for pch_uartLiang Li1-0/+2
2013-01-20pch_uart: add sysrq supportLiang Li1-8/+19
2013-01-20pch_uart: fix a deadlock when pch_uart as consoleLiang Li1-7/+22
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-17/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-5/+5
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-2/+3
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-16pch_uart: check kzalloc result in dma_handle_tx()Fengguang Wu1-0/+4
2012-07-17pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-07-17pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-07-17pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-06-20pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-12/+26
2012-04-23Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman1-23/+30
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman1-0/+8
2012-04-18pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+8
2012-04-09pch_uart: Fix duplicate memory release issueTomoya MORINAGA1-4/+7
2012-04-09pch_uart: Fix return value issueTomoya MORINAGA1-0/+5
2012-04-09pch_uart: delete unused data structureTomoya MORINAGA1-6/+0
2012-04-09pch_uart: Support modem status interruptTomoya MORINAGA1-2/+13
2012-04-09pch_uart: change type to %d to %02xTomoya MORINAGA1-1/+1
2012-04-09pch_uart: change type to u8Tomoya MORINAGA1-8/+4
2012-04-09pch_uart: Delete unused structure memberTomoya MORINAGA1-2/+0
2012-04-09pch_uart: Add Kontron COMe-mTT10 uart clock quirkMichael Brunner1-0/+7
2012-04-09pch_uart: Fix MSI setting issueTomoya MORINAGA1-0/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-6/+2
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-2/+2
2012-03-09pch_uart: Add module parameter descriptionsDarren Hart1-0/+4
2012-03-09pch_uart: Use existing default_baud in setup_consoleDarren Hart1-1/+1
2012-03-09pch_uart: Add user_uartclk parameterDarren Hart1-0/+5
2012-03-09pch_uart: Add Fish River Island II uart clock quirksDarren Hart1-13/+27
2012-03-09pch_uart: Use uartclk instead of base_baudDarren Hart1-10/+10
2012-02-09serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()Feng Tang1-13/+3
2012-02-09serial: pch_uart: trivial cleanup by removing the get_msr()Feng Tang1-21/+8
2012-02-09serial: pch_uart: add debugfs hook for register dumpFeng Tang1-0/+84
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2011-11-26Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman1-5/+14
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-2/+2
2011-11-15drivers/tty/serial/pch_uart.c: add console supportAlexander Stein1-1/+159
2011-11-15pch_uart: Fix DMA resource leak issueTomoya MORINAGA1-2/+2
2011-11-15pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-3/+3
2011-11-15pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA1-0/+8
2011-11-15pch_uart: Fix hw-flow control issueTomoya MORINAGA1-0/+1
2011-10-31spi, serial: move to dma_transfer_directionVinod Koul1-2/+2
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2011-09-22TTY: serial, fix includes in some driversJiri Slaby1-0/+2
2011-08-22pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA1-1/+2
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+8
2011-07-08pch_uart: add missing comment about OKI ML7223Alexander Stein1-0/+1
2011-07-08pch_uart: Add MSI supportAlexander Stein1-0/+5
2011-06-15drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+3
2011-06-07serial/pch: use global div helper instead of creating a private oneUwe Kleine-König1-3/+2
2011-05-25drivers/tty/serial/pch_uart.c needs slab.hAndrew Morton1-0/+1
2011-05-10pch_uart: Support new device ML7223 IOHTomoya MORINAGA1-0/+8
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2011-03-14pch_uart: reference clock on CM-iTCDenis Turischev1-2/+7
2011-02-22pch_uart: Fix DMA channel miss-setting issue.Tomoya MORINAGA1-12/+47
2011-02-22pch_uart: fix exclusive access issueTomoya MORINAGA1-2/+9
2011-02-22pch_uart: fix auto flow control miss-setting issueTomoya MORINAGA1-6/+13
2011-02-22pch_uart: fix uart clock setting issueTomoya MORINAGA1-1/+6
2011-02-22pch_uart : Use dev_xxx not pr_xxxTomoya MORINAGA1-28/+49
2011-02-22pch_uart : Reduce memcpyTomoya MORINAGA1-8/+5
2011-02-22pch_uart: add spin_lock_initTomoya MORINAGA1-0/+2
2011-02-22pch_uart: add multi-scatter processingTomoya MORINAGA1-28/+89
2011-02-17serial, pch uart: Remove duplicate inclusion of linux/pci.h headerJesper Juhl1-1/+0
2011-02-03serial: pch_uart: support new device ML7213Tomoya MORINAGA1-8/+19
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1451