summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: isolate rational fractions helper functionOskar Schirmer2009-06-114-0/+85
* imx: serial: handle initialisation failure correctlyDaniel Glöckner2009-06-111-1/+6
* imx: serial: be sure to stop xmit upon shutdownFabian Godehardt2009-06-111-0/+4
* imx: serial: notify higher layers in case xmit IRQ was not calledFabian Godehardt2009-06-111-0/+3
* imx: serial: fix one bit field typeDaniel Glöckner2009-06-111-1/+1
* imx: serial: fix whitespaces (no changes in functionality)Oskar Schirmer2009-06-111-25/+23
* tty: use prepare/finish_waitJiri Slaby2009-06-111-4/+2
* tty: remove sleep_onJiri Slaby2009-06-111-1/+2
* sierra: driver interface blacklistingElina Pasheva2009-06-111-3/+48
* sierra: driver urb handling improvementsElina Pasheva2009-06-111-84/+144
* tty: resolve some sierra breakageAlan Cox2009-06-111-3/+14
* timbuart: Fix the termios logicAlan Cox2009-06-111-9/+15
* serial: Added Timberdale UART driverRichard Röjfors2009-06-115-0/+589
* tty: Add URL for ttydev queueAlan Cox2009-06-111-1/+2
* devpts: unregister the file system on errorAlan Cox2009-06-111-1/+3
* tty: Untangle termios and mm mutex dependenciesAlan Cox2009-06-111-29/+46
* tty: bfin_jtag_comm: emulate a TTY over the Blackfin EMUDAT/JTAG interfaceMike Frysinger2009-06-113-0/+379
* ftdi_sio: don't override modem bitsAlan Cox2009-06-111-5/+0
* tty: fix bluetooth scribbling on low latency flagsAlan Cox2009-06-111-1/+0
* ft232: support the ASYNC_LOW_LATENCY flagAlan Cox2009-06-111-34/+60
* USB: CP210X Replace CP2101 with CP210xCraig Shelley2009-06-111-97/+97
* USB: CP210X Use official request code definitionsCraig Shelley2009-06-111-42/+56
* USB: CP210X Add device IDsCraig Shelley2009-06-111-0/+7
* Blackfin Serial Driver: disable dma rx interrupt only rather than all irqsSonic Zhang2009-06-111-3/+4
* Blackfin Serial Driver: handle anomaly 05000231Sonic Zhang2009-06-111-2/+10
* Blackfin Serial Driver: annotate anomalies 05000215 and 05000099Sonic Zhang2009-06-111-0/+14
* Blackfin Serial Driver: handle irregular DMA register status in auto start modeSonic Zhang2009-06-111-3/+4
* Blackfin Serial Driver: fix missing new lines when under loadGraf Yang2009-06-111-0/+1
* Blackfin Serial Driver: fix baudrate for early_printkRobin Getz2009-06-111-1/+6
* Blackfin Serial Driver: fix error while transferring large filesSonic Zhang2009-06-111-2/+29
* Blackfin SPORT UART: rewrite inline assemblyMike Frysinger2009-06-111-25/+29
* Blackfin SPORT UART: fix data misses while using transmit frame syncMichael Hennerich2009-06-111-1/+1
* Blackfin SPORT UART: fix typo in sport_set_termios prototypeMike Frysinger2009-06-111-1/+1
* serial: add support for the TI AR7 internal UARTFlorian Fainelli2009-06-112-1/+9
* icom: fix compile errors when defining ICOM_TRACEBreno Leitao2009-06-111-10/+6
* parport_pc: clean up the modified while loops using forAlan Cox2009-06-111-41/+57
* parport_pc: Coding styleAlan Cox2009-06-111-830/+916
* parport_pc: Fix subscription bugsMichael Buesch2009-06-111-16/+18
* tty: simplify buffer allocator cleanupsAlan Cox2009-06-111-17/+5
* tty: remove buffer special casingAlan Cox2009-06-112-17/+4
* icom: fixing a if clause spaghettiBreno Leitao2009-06-111-2/+2
* jsm: correctly support multiple 4/8-port boardsAlexander Y. Fomichev2009-06-112-2/+13
* tty: iuu_phoenix: update version number.Olivier Bornet2009-06-111-1/+1
* tty: iuu_phoenix: set termios.Olivier Bornet2009-06-111-0/+50
* tty: iuu_phoenix: Fix stopbit when uart goes on.Olivier Bornet2009-06-111-1/+1
* tty: iuu_phoenix: fix locking.Olivier Bornet2009-06-111-16/+13
* tty: bring ldisc into CodingStyleAlan Cox2009-06-111-13/+9
* tty: Move ldisc_flushAlan Cox2009-06-112-21/+21
* tty: rewrite the ldisc lockingAlan Cox2009-06-1111-254/+330
* tty: Extract various bits of ldisc codeAlan Cox2009-06-113-36/+88