summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-02tty: Fix PPP hang under loadAlan Cox1-9/+21
2009-01-02Add device function for USB serial consoleKevin Hao1-0/+13
2009-01-02And here's a patch (to be applied on top of the last) which preventsRussell King1-16/+21
2009-01-02Convert the oxsemi tornado special cases to use the quirk interface and notRussell King1-40/+51
2009-01-02tty: Fix close races in USB serialAlan Cox1-5/+10
2009-01-02n_tty: Output bells immediately on a full bufferJoe Peterson1-17/+9
2009-01-02n_tty: Fix hanfling of buffer full corner casesJoe Peterson1-17/+38
2009-01-02n_tty: Fix handling of control characters and continuationsJoe Peterson1-9/+15
2009-01-02pty: simplify resizeAlan Cox4-30/+71
2009-01-02tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel1-1/+1
2009-01-02sierra: Fix formattingAlan Cox1-1/+1
2009-01-02Add DEVPTS_MULTIPLE_INSTANCES config tokenSukadev Bhattiprolu1-0/+11
2009-01-02n_tty: clean up coding styleAlan Cox1-16/+13
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson3-156/+588
2009-01-02Blackfin Serial Driver: Remove BI status for known_good_charSonic Zhang1-0/+1
2009-01-02Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files o...Sonic Zhang1-3/+8
2009-01-02Blackfin Serial Driver: Clean serial console and early prink code.Sonic Zhang1-12/+4
2009-01-02Blackfin Serial Driver: fix bug - SIR driver stop receiving randomlyGraf Yang1-0/+24
2009-01-02Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb fr...Sonic Zhang1-98/+89
2009-01-02ide-atapi: start dma in a drive-specific wayBorislav Petkov1-4/+11
2009-01-02ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...Borislav Petkov1-11/+11
2009-01-02ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov3-3/+8
2009-01-02ide-cd: remove handler wrappersBorislav Petkov1-38/+11
2009-01-02ide-cd: remove xferlen arg to cdrom_start_packet_commandBorislav Petkov1-5/+5
2009-01-02ide-atapi: split drive-specific functionality in ide_issue_pcBorislav Petkov1-16/+20
2009-01-02ide-atapi: assign expiry and timeout based on device typeBorislav Petkov1-13/+17
2009-01-02ide-atapi: compute cmd_len based on device type in ide_transfer_pcBorislav Petkov1-1/+13
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov4-9/+2
2009-01-02ide-atapi: remove ide-scsi remnants from ide_pc_intr()Borislav Petkov1-55/+13
2009-01-02ide-atapi: remove ide-scsi remnants from ide_transfer_pc()Borislav Petkov1-10/+4
2009-01-02ide-atapi: remove ide-scsi remnants from ide_issue_pcBorislav Petkov1-11/+1
2009-01-02ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov5-44/+43
2009-01-02ide-atapi: teach ide atapi about drive->waiting_for_dmaBorislav Petkov1-0/+7
2009-01-02ide-atapi: accomodate transfer length calculation for ide-cdBorislav Petkov3-3/+17
2009-01-02ide-atapi: setup dma for ide-cdBorislav Petkov1-2/+3
2009-01-02ide-atapi: combine drive-specific assignmentsBorislav Petkov1-12/+11
2009-01-02ide-atapi: add a dev_is_idecd-inlineBorislav Petkov1-1/+7
2009-01-02remove ide-scsiFUJITA Tomonori4-862/+4
2009-01-02ide-floppy: allocate only toplevel packet commandsLinus Torvalds2-41/+43
2009-01-02ide-cd: move debug defines into headerBorislav Petkov2-8/+8
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz3-153/+77
2009-01-02ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz2-22/+12
2009-01-02ide: remove "paranoia" checks for hwgroup->busyBartlomiej Zolnierkiewicz1-8/+1
2009-01-02ide: remove IDE PM hack from do_ide_request()Bartlomiej Zolnierkiewicz1-8/+1
2009-01-02ide: don't execute the next queued command from the hard-IRQ context (v2)Bartlomiej Zolnierkiewicz1-37/+30
2009-01-02ide: move sysfs support to ide-sysfs.cBartlomiej Zolnierkiewicz4-123/+128
2009-01-02ide: factor out device type classifying from do_identify()Bartlomiej Zolnierkiewicz1-73/+81
2009-01-02ide: small ide_register_port() cleanupBartlomiej Zolnierkiewicz1-7/+2
2009-01-02ide: remove chipset type fixup from ide_host_register()Bartlomiej Zolnierkiewicz3-3/+2
2009-01-02tx493x: fix indentationBartlomiej Zolnierkiewicz2-26/+26