summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-11166-1782/+8146
|\
| * staging: sb105x: fix potential NULL pointer dereference in mp_chars_in_buffer()Wei Yongjun2012-11-291-1/+2
| * staging/fwserial: Remove superfluous freePeter Hurley2012-11-281-1/+0
| * staging/fwserial: Use WARN_ONCE when port table is corruptedPeter Hurley2012-11-281-8/+3
| * staging/fwserial: Destruct embedded tty_port on teardownPeter Hurley2012-11-281-1/+4
| * staging/fwserial: Fix build breakage when !CONFIG_BUGPeter Hurley2012-11-281-4/+1
| * staging: fwserial: Add TTY-over-Firewire serial driverPeter Hurley2012-11-289-0/+3824
| * drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton2012-11-261-1/+5
| * staging: dgrp: dgrp_tty.c: Audit the return values of get/put_user()Kumar Amit Mehta2012-11-261-14/+8
| * staging: dgrp: dgrp_tty.c: Remove the TIOCSSOFTCAR ioctl handler from dgrp dr...Kumar Amit Mehta2012-11-261-7/+0
| * serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen2012-11-261-3/+53
| * serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie2012-11-261-0/+2
| * serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie2012-11-261-2/+4
| * serial: max310x: Setup missing "can_sleep" field for GPIOAlexander Shiyan2012-11-261-0/+1
| * tty/serial: fix ifx6x60.c declaration warningRandy Dunlap2012-11-261-1/+2
| * serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner2012-11-261-0/+10
| * serial: samsung: fix potential soft lockup during uart writeThomas Abraham2012-11-261-4/+12
| * tty: vt: Remove redundant null check before kfree.Sachin Kamat2012-11-261-4/+2
| * tty/8250 Add check for pci_ioremap_bar failureMatt Schulte2012-11-211-0/+2
| * tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...Matt Schulte2012-11-212-0/+165
| * tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte2012-11-211-2/+4
| * tty/8250: Add sleep capability to XR17D15X portsMatt Schulte2012-11-211-3/+9
| * serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...Matt Schulte2012-11-211-0/+4
| * serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_inMatt Schulte2012-11-211-3/+3
| * Add register definitions used in several Exar PCI/PCIe UARTsMatt Schulte2012-11-211-1/+13
| * serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty.Sonic Zhang2012-11-211-0/+9
| * pty: Mark pty_resize staticJosh Triplett2012-11-211-1/+1
| * Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...Matt Schulte2012-11-215-1/+178
| * tty: remove use of __devexitBill Pemberton2012-11-2153-66/+66
| * tty: remove use of __devinitconstBill Pemberton2012-11-213-3/+3
| * tty: remove use of __devinitdataBill Pemberton2012-11-219-9/+9
| * tty: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
| * tty: remove use of __devinitBill Pemberton2012-11-2160-113/+113
| * tty: serial: remove use of __devexit_pBill Pemberton2012-11-2144-70/+70
| * tty: remove use of __devexit_pBill Pemberton2012-11-2110-10/+10
| * tty: Mark tty_del_file and __tty_hangup staticJosh Triplett2012-11-211-2/+2
| * drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett2012-11-211-0/+1
| * TTY: let me eat my own cookingJiri Slaby2012-11-211-0/+1
| * TTY: isdn/gigaset destroy tty_port properlyJiri Slaby2012-11-211-6/+5
| * staging: dgrp: Fix typo in dgrp driverMasanari Iida2012-11-212-6/+6
| * Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-16182-957/+2500
| |\
| * | staging: Add SystemBase Multi-2/PCI driverSteven Rostedt2012-11-168-0/+4166
| * | ARM: dts: enable dma support for auart0 in mx28Huang Shijie2012-11-161-0/+1
| * | serial: mxs-auart: add the DMA support for mx28Huang Shijie2012-11-162-5/+325
| * | serial: mxs-auart: distinguish the different SOCsHuang Shijie2012-11-161-6/+36
| * | tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus2012-11-162-21/+23
| * | serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi2012-11-151-0/+6
| * | serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi2012-11-151-1/+22
| * | serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii2012-11-151-3/+3
| * | serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii2012-11-151-2/+2