summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-15/+12
2011-07-25Merge branch 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/ker...Linus Torvalds4-239/+0
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-39/+4
2011-07-22Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-16/+27
2011-07-21Merge branch 'next-samsung-clkdev-fix' into next-samsung-cleanupKukjin Kim7-39/+4
2011-07-20serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham7-35/+2
2011-07-18ARM: mach-s3c2400: deleteNicolas Pitre3-114/+0
2011-07-18ARM: mach-s3c24a0: deleteNicolas Pitre3-125/+0
2011-07-15Merge commit 'v3.0-rc7' into devicetree/nextGrant Likely11-19/+229
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2011-07-11Merge branch 'master' into for-nextJiri Kosina12-20/+232
2011-07-10tty/serial: Add devicetree support for nVidia Tegra serial portsGrant Likely1-0/+1
2011-07-07serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham1-4/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller10-18/+227
2011-07-04Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+2
2011-07-04tty/serial: change of_serial to use new of_property_read_u32() apiGrant Likely1-22/+15
2011-06-30tty: of_serial: support for 32 bit accessesJamie Iles1-0/+17
2011-06-28Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-15/+223
2011-06-27drivers/tty/serial/8250_pci.c: fix warningAndrew Morton1-1/+1
2011-06-25atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD1-1/+2
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
2011-06-23serial: mrst_max3110: initialize waitqueue earlierMika Westerberg1-1/+2
2011-06-23mrst_max3110: Change max missing message priority.William Douglas1-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-16serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon1-4/+14
2011-06-16amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu1-1/+122
2011-06-16tty: n_gsm: improper skb_pull() use was leaking framed dataRuss Gorby1-1/+2
2011-06-16tty: n_gsm: Fixed logic to decode break signal from modem statusRuss Gorby1-5/+18
2011-06-15drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+3
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches7-14/+11
2011-06-08tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds1-12/+2
2011-06-07TTY: ntty, add one more sanity checkJiri Slaby1-0/+1
2011-06-07TTY: ldisc, do not close until there are readersJiri Slaby1-1/+3
2011-06-078250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com1-0/+1
2011-06-078250_pci: Fix missing const from mergesAlan Cox1-1/+1
2011-06-07ARM: SAMSUNG: serial: Fix on handling of one clock source for UARTBoojin Kim1-2/+2
2011-06-07serial: ioremap warning fix for jsm driver.Lennart Sorensen1-1/+1
2011-06-06Merge 3.0-rc2 into tty-linusGreg Kroah-Hartman6-44/+69
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds6-44/+69
2011-06-038250_pci: add -ENODEV code for Intel EG20T PCHTomoya MORINAGA1-0/+59
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King1-1/+1
2011-05-26m32r: fix spin_lock_irqsave() misuseKOSAKI Motohiro1-1/+2
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-4/+2
2011-05-25drivers/tty/serial/pch_uart.c needs slab.hAndrew Morton1-0/+1
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-25atmel_serial: keep the platform_device unchangedJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2-2/+2
2011-05-23Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2-9/+23
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds77-435/+1975