summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-01-02tty: Introduce some close helpers for portsAlan Cox
2009-01-02tty: tty port zero baud openAlan Cox
2009-01-02tty: ESP has been broken for locking etc forverAlan Cox
2009-01-02tty: rework stallion to use the tty_port bitsAlan Cox
2009-01-02tty: Rework istallion to use the tty port changesAlan Cox
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox
2009-01-02tty: relock the mxser driverAlan Cox
2009-01-02tty: relock riscom8 using port locksAlan Cox
2009-01-02tty: rocketport uses different port flags to everyone elseAlan Cox
2009-01-02tty: relock generic_serialAlan Cox
2009-01-02isicom: redo locking to use tty port locksAlan Cox
2009-01-02tty: Pull the dtr raise into tty portAlan Cox
2009-01-02rio: Kill off ckmallocAlan Cox
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox
2009-01-02tty: Fix PPP hang under loadAlan Cox
2009-01-02Add device function for USB serial consoleKevin Hao
2009-01-02And here's a patch (to be applied on top of the last) which preventsRussell King
2009-01-02Convert the oxsemi tornado special cases to use the quirk interface and notRussell King
2009-01-02tty: Fix close races in USB serialAlan Cox
2009-01-02n_tty: Output bells immediately on a full bufferJoe Peterson
2009-01-02n_tty: Fix hanfling of buffer full corner casesJoe Peterson
2009-01-02n_tty: Fix handling of control characters and continuationsJoe Peterson
2009-01-02pty: simplify resizeAlan Cox
2009-01-02tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel
2009-01-02sierra: Fix formattingAlan Cox
2009-01-02Add DEVPTS_MULTIPLE_INSTANCES config tokenSukadev Bhattiprolu
2009-01-02n_tty: clean up coding styleAlan Cox
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson
2009-01-02Blackfin Serial Driver: Remove BI status for known_good_charSonic Zhang
2009-01-02Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files o...Sonic Zhang
2009-01-02Blackfin Serial Driver: Clean serial console and early prink code.Sonic Zhang
2009-01-02Blackfin Serial Driver: fix bug - SIR driver stop receiving randomlyGraf Yang
2009-01-02Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb fr...Sonic Zhang
2009-01-02ide-atapi: start dma in a drive-specific wayBorislav Petkov
2009-01-02ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...Borislav Petkov
2009-01-02ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov
2009-01-02ide-cd: remove handler wrappersBorislav Petkov
2009-01-02ide-cd: remove xferlen arg to cdrom_start_packet_commandBorislav Petkov
2009-01-02ide-atapi: split drive-specific functionality in ide_issue_pcBorislav Petkov
2009-01-02ide-atapi: assign expiry and timeout based on device typeBorislav Petkov
2009-01-02ide-atapi: compute cmd_len based on device type in ide_transfer_pcBorislav Petkov
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov
2009-01-02ide-atapi: remove ide-scsi remnants from ide_pc_intr()Borislav Petkov
2009-01-02ide-atapi: remove ide-scsi remnants from ide_transfer_pc()Borislav Petkov
2009-01-02ide-atapi: remove ide-scsi remnants from ide_issue_pcBorislav Petkov
2009-01-02ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov
2009-01-02ide-atapi: teach ide atapi about drive->waiting_for_dmaBorislav Petkov
2009-01-02ide-atapi: accomodate transfer length calculation for ide-cdBorislav Petkov
2009-01-02ide-atapi: setup dma for ide-cdBorislav Petkov
2009-01-02ide-atapi: combine drive-specific assignmentsBorislav Petkov