aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c
Commit message (Expand)AuthorAgeFilesLines
* pch_uart: fix a deadlock when pch_uart as consoleLiang Li2013-07-031-7/+22
* pch_uart: Fix parity setting issueTomoya MORINAGA2012-10-021-1/+1
* pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-10-021-6/+12
* pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-10-021-0/+1
* pch_uart: Fix dma channel unallocated issueTomoya MORINAGA2012-04-271-1/+3
* pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA2012-04-221-1/+2
* pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-261-0/+8
* pch_uart: Fix DMA resource leak issueTomoya MORINAGA2011-11-261-2/+2
* pch_uart: Fix hw-flow control issueTomoya MORINAGA2011-11-261-0/+1
* drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein2011-06-151-1/+3
* drivers/tty/serial/pch_uart.c needs slab.hAndrew Morton2011-05-251-0/+1
* pch_uart: Support new device ML7223 IOHTomoya MORINAGA2011-05-101-0/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+0
|\
| * serial, pch uart: Remove duplicate inclusion of linux/pci.h headerJesper Juhl2011-02-171-1/+0
* | pch_uart: reference clock on CM-iTCDenis Turischev2011-03-141-2/+7
* | pch_uart: Fix DMA channel miss-setting issue.Tomoya MORINAGA2011-02-221-12/+47
* | pch_uart: fix exclusive access issueTomoya MORINAGA2011-02-221-2/+9
* | pch_uart: fix auto flow control miss-setting issueTomoya MORINAGA2011-02-221-6/+13
* | pch_uart: fix uart clock setting issueTomoya MORINAGA2011-02-221-1/+6
* | pch_uart : Use dev_xxx not pr_xxxTomoya MORINAGA2011-02-221-28/+49
* | pch_uart : Reduce memcpyTomoya MORINAGA2011-02-221-8/+5
* | pch_uart: add spin_lock_initTomoya MORINAGA2011-02-221-0/+2
* | pch_uart: add multi-scatter processingTomoya MORINAGA2011-02-221-28/+89
* | serial: pch_uart: support new device ML7213Tomoya MORINAGA2011-02-031-8/+19
|/
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+1451