summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Add support for dmaengineHeikki Krogerus2013-01-156-3/+304
* serial: 8250_dw: Add ACPI 5.0 supportHeikki Krogerus2013-01-152-1/+42
* serial: 8250_dw: Set FIFO size dynamicallyHeikki Krogerus2013-01-151-4/+53
* serial: 8250_dw: Move device tree code to separate functionHeikki Krogerus2013-01-151-31/+47
* serial: 8250_dw: Map IO memoryHeikki Krogerus2013-01-151-2/+5
* serial: 8250_dw: Don't use UPF_FIXED_TYPEHeikki Krogerus2013-01-151-1/+1
* serial: 8250: Allow drivers to deliver capabilitiesHeikki Krogerus2013-01-151-6/+16
* tty: Only wakeup the line discipline idle queue when queue is activeIvo Sieben2013-01-151-1/+3
* drivers/tty/serial: extern function which for release resource, need check po...Chen Gang2013-01-151-1/+8
* TTY: hvsi: use for_each_compatible_node() macroWei Yongjun2013-01-151-3/+1
* serial: sccnxp: Rename header file to match functionalityAlexander Shiyan2013-01-153-4/+4
* serial: sccnxp: Implement polling modeAlexander Shiyan2013-01-152-45/+105
* serial: mcf: Add support RS485 in ColdFire serial driverQuoc-Viet Nguyen2013-01-151-0/+71
* TTY: do not reset master's packet modeJiri Slaby2013-01-151-1/+0
* tty: add parenthesis to macro POLL_PERIOD in rocket.cCong Ding2013-01-151-1/+1
* tty: cleanup checkpatch warning in pty.cCong Ding2013-01-151-3/+3
* tty: cleanup the panic messageCong Ding2013-01-151-1/+1
* Revert "n_gsm.c: add tx_lock in gsm_send"Greg Kroah-Hartman2013-01-151-3/+0
* serial: 8250_pci: remove __devexit usageGreg Kroah-Hartman2013-01-151-2/+2
* TTY: nozomi, remove dead codeJiri Slaby2013-01-151-7/+0
* TTY: synclink, remove unneeded testsJiri Slaby2013-01-153-8/+0
* cyclades: push down tty_port_tty_getJiri Slaby2013-01-151-122/+115
* TTY: switch tty_schedule_flipJiri Slaby2013-01-1511-100/+51
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-15146-988/+446
* TTY: move low_latency to tty_portJiri Slaby2013-01-1529-41/+42
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-1562-127/+130
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-1576-286/+297
* TTY: convert more flipping functionsJiri Slaby2013-01-1518-43/+49
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-1521-43/+60
* serial/arc-uart: switch to devicetree based probingVineet Gupta2013-01-152-3/+66
* serial/arc-uart: platform_data order changedVineet Gupta2013-01-151-5/+6
* serial/arc-uart: split probe from probe_earlyprintkVineet Gupta2013-01-151-10/+11
* serial/arc-uart: Don't index with -ve platform_device->idVineet Gupta2013-01-151-14/+15
* serial: tegra: add serial driverLaxman Dewangan2013-01-154-0/+1435
* serial: imx: Use devm_* APIsSachin Kamat2013-01-151-22/+10
* serial: imx: Use pr_info instead of printkSachin Kamat2013-01-151-2/+2
* serial: imx: Fix coding style issueSachin Kamat2013-01-151-2/+1
* serial: imx: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat2013-01-151-1/+1
* serial: imx: Fix checkpatch errors related to spacingSachin Kamat2013-01-151-111/+111
* serial: Samsung: Use of_match_ptr() macroSachin Kamat2013-01-151-3/+1
* serial: samsung: remove the use of statically remapped controller addressThomas Abraham2013-01-151-2/+6
* serial: mxs-auart: Fix typo in sanity checkThomas Jarosch2013-01-151-1/+1
* tty: Update serial core API documentationKevin Cernekee2013-01-152-4/+43
* tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee2013-01-152-10/+10
* serial: Remove RM9000 series serial driver.Ralf Baechle2013-01-153-79/+1
* serial: avoid double free after call ioc4_serial_remove_oneChen Gang2013-01-151-0/+1
* n_gsm.c: add tx_lock in gsm_sendxiaojin2013-01-151-0/+3
* serial: sirf: add support for new SiRFmarco SMP SoCBarry Song2013-01-152-1/+20
* tty: vt/Makefile: set the variables to staticCong Ding2013-01-151-3/+1
* tty: serial core: decouple pm states from ACPILinus Walleij2013-01-153-18/+31