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