aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/pch_uart.c
AgeCommit message (Expand)Author
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
2012-04-18pch_uart: Fix dma channel unallocated issueTomoya MORINAGA
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-04-09pch_uart: Fix duplicate memory release issueTomoya MORINAGA
2012-04-09pch_uart: Fix return value issueTomoya MORINAGA
2012-04-09pch_uart: delete unused data structureTomoya MORINAGA
2012-04-09pch_uart: Support modem status interruptTomoya MORINAGA
2012-04-09pch_uart: change type to %d to %02xTomoya MORINAGA
2012-04-09pch_uart: change type to u8Tomoya MORINAGA
2012-04-09pch_uart: Delete unused structure memberTomoya MORINAGA
2012-04-09pch_uart: Add Kontron COMe-mTT10 uart clock quirkMichael Brunner
2012-04-09pch_uart: Fix MSI setting issueTomoya MORINAGA
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-03-09pch_uart: Add module parameter descriptionsDarren Hart
2012-03-09pch_uart: Use existing default_baud in setup_consoleDarren Hart
2012-03-09pch_uart: Add user_uartclk parameterDarren Hart
2012-03-09pch_uart: Add Fish River Island II uart clock quirksDarren Hart
2012-03-09pch_uart: Use uartclk instead of base_baudDarren Hart
2012-02-09serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()Feng Tang
2012-02-09serial: pch_uart: trivial cleanup by removing the get_msr()Feng Tang
2012-02-09serial: pch_uart: add debugfs hook for register dumpFeng Tang
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-11-26Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul