summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.Sonic Zhang2011-12-131-3/+14
* serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.Sonic Zhang2011-12-131-9/+10
* serial: make FSL errata depend on 8250_CONSOLE, not just 8250Paul Gortmaker2011-12-131-1/+1
* serial: add irq handler for Freescale 16550 errata.Paul Gortmaker2011-12-095-0/+73
* serial: manually inline serial8250_handle_portPaul Gortmaker2011-12-091-15/+8
* serial: make 8250 timeout use the specified IRQ handlerPaul Gortmaker2011-12-091-4/+1
* serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker2011-12-092-14/+19
* serial: clean up parameter passing for 8250 Rx IRQ handlingPaul Gortmaker2011-12-091-6/+11
* serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker2011-12-092-26/+26
* drivers/tty: Remove unneeded spacesThorsten Wißmann2011-12-091-4/+4
* msm_serial_hs: Fix spinlock recursion in handling CTSMayank Rana2011-12-091-5/+2
* msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptrMayank Rana2011-12-091-8/+8
* serial: fix serial_cs I/O windows for Argosy RS-COM 2PMaciej Szmigiero2011-12-091-4/+4
* serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang2011-12-091-1/+1
* serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang2011-12-091-1/+3
* serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...Sonic Zhang2011-12-091-9/+9
* tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.Sonic Zhang2011-12-091-2/+3
* serial: bfin-uart: remove redundant CTS check for hardware CTS control.Sonic Zhang2011-12-091-23/+1
* serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang2011-12-091-1/+3
* serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.Sonic Zhang2011-12-091-10/+9
* tty: n_hdlc not atomic use tty->flags.Ilya Zykov2011-11-301-3/+3
* TTY: serial: convert drivers/tty/serial/* to use module_platform_driver()Axel Lin2011-11-304-50/+4
* parport: convert drivers/parport/* to use module_platform_driver()Axel Lin2011-11-302-24/+2
* TTY: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-265-5/+0
* serial/8250_pci: init-quirk msi support for kt serial controllerDan Williams2011-11-261-0/+14
* serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams2011-11-263-2/+20
* serial/mxs-auart: only wake up tty layer onceUwe Kleine-König2011-11-261-2/+3
* serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König2011-11-261-1/+1
* OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D2011-11-261-1/+1
* Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman2011-11-26712-6101/+7464
|\
| * Linux 3.2-rc3v3.2-rc3Linus Torvalds2011-11-231-1/+1
| * Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-235-3/+23
| |\
| | * virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-242-0/+20
| | * virtio-mmio: Correct the name of the guest features selectorSasha Levin2011-11-242-2/+2
| | * virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens2011-11-241-1/+1
| * | Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2011-11-232-1/+5
| |\ \
| | * | libata: fix build without BMDMAAlexander Beregalov2011-11-171-0/+4
| | * | [libata] ahci_platform: fix DT probingRob Herring2011-11-171-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-238-25/+51
| |\ \ \
| | * | | PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-11-142-4/+4
| | * | | PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige2011-11-111-0/+8
| | * | | PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-112-3/+8
| | * | | PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu2011-11-071-9/+2
| | * | | PCI: Let PCI_PRI depend on PCIJoerg Roedel2011-10-311-0/+1
| | * | | PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2011-10-312-4/+4
| | * | | PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki2011-10-311-5/+24
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds2011-11-234-36/+70
| |\ \ \ \
| | * | | | eCryptfs: Extend array bounds for all filename charsTyler Hicks2011-11-231-2/+2
| | * | | | eCryptfs: Flush file in vma closeTyler Hicks2011-11-231-1/+22
| | * | | | eCryptfs: Prevent file create race conditionTyler Hicks2011-11-233-33/+46