aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/ttyLinus 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