summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/pch_uart.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-22tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-22tty: 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-21pch_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-19Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman1-0/+8
2012-04-19pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-13Merge 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-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+2
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-6/+2
2012-03-30Merge 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-10pch_uart: Add module parameter descriptionsDarren Hart1-0/+4
2012-03-10pch_uart: Use existing default_baud in setup_consoleDarren Hart1-1/+1
2012-03-10pch_uart: Add user_uartclk parameterDarren Hart1-0/+5
2012-03-10pch_uart: Add Fish River Island II uart clock quirksDarren Hart1-13/+27
2012-03-10pch_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-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2011-11-27Merge 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-16drivers/tty/serial/pch_uart.c: add console supportAlexander Stein1-1/+159
2011-11-16pch_uart: Fix DMA resource leak issueTomoya MORINAGA1-2/+2
2011-11-16pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-3/+3
2011-11-16pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA1-0/+8
2011-11-16pch_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-23TTY: serial, fix includes in some driversJiri Slaby1-0/+2
2011-08-23pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA1-1/+2
2011-07-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+8
2011-07-09pch_uart: add missing comment about OKI ML7223Alexander Stein1-0/+1
2011-07-09pch_uart: Add MSI supportAlexander Stein1-0/+5
2011-06-16drivers/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