aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/pch_uart.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+2
2011-09-22TTY: serial, fix includes in some driversGravatar Jiri Slaby 1-0/+2
2011-08-22pch_uart: Set PCIe bus number using probe parameterGravatar Tomoya MORINAGA 1-1/+2
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+8
2011-07-08pch_uart: add missing comment about OKI ML7223Gravatar Alexander Stein 1-0/+1
2011-07-08pch_uart: Add MSI supportGravatar Alexander Stein 1-0/+5
2011-06-15drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLGravatar Alexander Stein 1-1/+3
2011-06-07serial/pch: use global div helper instead of creating a private oneGravatar Uwe Kleine-König 1-3/+2
2011-05-25drivers/tty/serial/pch_uart.c needs slab.hGravatar Andrew Morton 1-0/+1
2011-05-10pch_uart: Support new device ML7223 IOHGravatar Tomoya MORINAGA 1-0/+8
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2011-03-14pch_uart: reference clock on CM-iTCGravatar Denis Turischev 1-2/+7
2011-02-22pch_uart: Fix DMA channel miss-setting issue.Gravatar Tomoya MORINAGA 1-12/+47
2011-02-22pch_uart: fix exclusive access issueGravatar Tomoya MORINAGA 1-2/+9
2011-02-22pch_uart: fix auto flow control miss-setting issueGravatar Tomoya MORINAGA 1-6/+13
2011-02-22pch_uart: fix uart clock setting issueGravatar Tomoya MORINAGA 1-1/+6
2011-02-22pch_uart : Use dev_xxx not pr_xxxGravatar Tomoya MORINAGA 1-28/+49
2011-02-22pch_uart : Reduce memcpyGravatar Tomoya MORINAGA 1-8/+5
2011-02-22pch_uart: add spin_lock_initGravatar Tomoya MORINAGA 1-0/+2
2011-02-22pch_uart: add multi-scatter processingGravatar Tomoya MORINAGA 1-28/+89
2011-02-17serial, pch uart: Remove duplicate inclusion of linux/pci.h headerGravatar Jesper Juhl 1-1/+0
2011-02-03serial: pch_uart: support new device ML7213Gravatar Tomoya MORINAGA 1-8/+19
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Gravatar Greg Kroah-Hartman 1-0/+1451