summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_dw: Map IO memoryHeikki Krogerus2013-01-161-2/+5
* serial: 8250_dw: Don't use UPF_FIXED_TYPEHeikki Krogerus2013-01-161-1/+1
* serial: 8250: Allow drivers to deliver capabilitiesHeikki Krogerus2013-01-161-6/+16
* tty: Only wakeup the line discipline idle queue when queue is activeIvo Sieben2013-01-161-1/+3
* drivers/tty/serial: extern function which for release resource, need check po...Chen Gang2013-01-161-1/+8
* TTY: hvsi: use for_each_compatible_node() macroWei Yongjun2013-01-161-3/+1
* serial: sccnxp: Rename header file to match functionalityAlexander Shiyan2013-01-161-1/+1
* serial: sccnxp: Implement polling modeAlexander Shiyan2013-01-161-45/+103
* serial: mcf: Add support RS485 in ColdFire serial driverQuoc-Viet Nguyen2013-01-161-0/+71
* TTY: do not reset master's packet modeJiri Slaby2013-01-161-1/+0
* tty: add parenthesis to macro POLL_PERIOD in rocket.cCong Ding2013-01-161-1/+1
* tty: cleanup checkpatch warning in pty.cCong Ding2013-01-161-3/+3
* tty: cleanup the panic messageCong Ding2013-01-161-1/+1
* Revert "n_gsm.c: add tx_lock in gsm_send"Greg Kroah-Hartman2013-01-161-3/+0
* serial: 8250_pci: remove __devexit usageGreg Kroah-Hartman2013-01-161-2/+2
* TTY: nozomi, remove dead codeJiri Slaby2013-01-161-7/+0
* TTY: synclink, remove unneeded testsJiri Slaby2013-01-163-8/+0
* cyclades: push down tty_port_tty_getJiri Slaby2013-01-161-122/+115
* TTY: switch tty_schedule_flipJiri Slaby2013-01-169-90/+42
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-16135-931/+415
* TTY: move low_latency to tty_portJiri Slaby2013-01-1625-34/+34
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-1659-122/+123
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-1669-270/+284
* TTY: convert more flipping functionsJiri Slaby2013-01-1617-37/+39
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-1618-39/+54
* serial/arc-uart: switch to devicetree based probingVineet Gupta2013-01-161-3/+40
* serial/arc-uart: platform_data order changedVineet Gupta2013-01-161-5/+6
* serial/arc-uart: split probe from probe_earlyprintkVineet Gupta2013-01-161-10/+11
* serial/arc-uart: Don't index with -ve platform_device->idVineet Gupta2013-01-161-14/+15
* serial: tegra: add serial driverLaxman Dewangan2013-01-163-0/+1411
* serial: imx: Use devm_* APIsSachin Kamat2013-01-161-22/+10
* serial: imx: Use pr_info instead of printkSachin Kamat2013-01-161-2/+2
* serial: imx: Fix coding style issueSachin Kamat2013-01-161-2/+1
* serial: imx: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat2013-01-161-1/+1
* serial: imx: Fix checkpatch errors related to spacingSachin Kamat2013-01-161-111/+111
* serial: Samsung: Use of_match_ptr() macroSachin Kamat2013-01-161-3/+1
* serial: samsung: remove the use of statically remapped controller addressThomas Abraham2013-01-161-2/+6
* serial: mxs-auart: Fix typo in sanity checkThomas Jarosch2013-01-161-1/+1
* tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee2013-01-162-10/+10
* serial: Remove RM9000 series serial driver.Ralf Baechle2013-01-162-78/+1
* serial: avoid double free after call ioc4_serial_remove_oneChen Gang2013-01-161-0/+1
* n_gsm.c: add tx_lock in gsm_sendxiaojin2013-01-161-0/+3
* serial: sirf: add support for new SiRFmarco SMP SoCBarry Song2013-01-162-1/+20
* tty: vt/Makefile: set the variables to staticCong Ding2013-01-161-3/+1
* tty: serial core: decouple pm states from ACPILinus Walleij2013-01-161-14/+16
* serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAREnric Balletbo i Serra2013-01-161-0/+2
* synclink fix ldisc buffer argumentPaul Fulghum2013-01-164-8/+47
* serial: quatech: add the other serial identifiers and preliminary control codeAlan Cox2013-01-161-0/+309
* Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-01-092-18/+9
|\
| * EDAC: Cleanup device deregistering pathLans Zhang2013-01-071-12/+6