summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-01-0219-1539/+549Star
|\
| * ide-atapi: start dma in a drive-specific wayBorislav Petkov2009-01-021-4/+11
| * ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...Borislav Petkov2009-01-021-11/+11
| * ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov2009-01-023-3/+8
| * ide-cd: remove handler wrappersBorislav Petkov2009-01-021-38/+11Star
| * ide-cd: remove xferlen arg to cdrom_start_packet_commandBorislav Petkov2009-01-021-5/+5
| * ide-atapi: split drive-specific functionality in ide_issue_pcBorislav Petkov2009-01-021-16/+20
| * ide-atapi: assign expiry and timeout based on device typeBorislav Petkov2009-01-021-13/+17
| * ide-atapi: compute cmd_len based on device type in ide_transfer_pcBorislav Petkov2009-01-021-1/+13
| * ide: remove the last ide-scsi remnantsBorislav Petkov2009-01-024-9/+2Star
| * ide-atapi: remove ide-scsi remnants from ide_pc_intr()Borislav Petkov2009-01-021-55/+13Star
| * ide-atapi: remove ide-scsi remnants from ide_transfer_pc()Borislav Petkov2009-01-021-10/+4Star
| * ide-atapi: remove ide-scsi remnants from ide_issue_pcBorislav Petkov2009-01-021-11/+1Star
| * ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov2009-01-025-44/+43Star
| * ide-atapi: teach ide atapi about drive->waiting_for_dmaBorislav Petkov2009-01-021-0/+7
| * ide-atapi: accomodate transfer length calculation for ide-cdBorislav Petkov2009-01-023-3/+17
| * ide-atapi: setup dma for ide-cdBorislav Petkov2009-01-021-2/+3
| * ide-atapi: combine drive-specific assignmentsBorislav Petkov2009-01-021-12/+11Star
| * ide-atapi: add a dev_is_idecd-inlineBorislav Petkov2009-01-021-1/+7
| * remove ide-scsiFUJITA Tomonori2009-01-024-862/+4Star
| * ide-floppy: allocate only toplevel packet commandsLinus Torvalds2009-01-022-41/+43
| * ide-cd: move debug defines into headerBorislav Petkov2009-01-022-8/+8
| * ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz2009-01-023-153/+77Star
| * ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz2009-01-022-22/+12Star
| * ide: remove "paranoia" checks for hwgroup->busyBartlomiej Zolnierkiewicz2009-01-021-8/+1Star
| * ide: remove IDE PM hack from do_ide_request()Bartlomiej Zolnierkiewicz2009-01-021-8/+1Star
| * ide: don't execute the next queued command from the hard-IRQ context (v2)Bartlomiej Zolnierkiewicz2009-01-021-37/+30Star
| * ide: move sysfs support to ide-sysfs.cBartlomiej Zolnierkiewicz2009-01-024-123/+128
| * ide: factor out device type classifying from do_identify()Bartlomiej Zolnierkiewicz2009-01-021-73/+81
| * ide: small ide_register_port() cleanupBartlomiej Zolnierkiewicz2009-01-021-7/+2Star
| * ide: remove chipset type fixup from ide_host_register()Bartlomiej Zolnierkiewicz2009-01-023-3/+2Star
| * tx493x: fix indentationBartlomiej Zolnierkiewicz2009-01-022-26/+26
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-01-0266-2709/+3080
|\ \
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-01-021671-61814/+145969
| |\|
| * | uwb: remove beacon cache entry after calling uwb_notify()Stefano Panella2008-12-232-2/+2
| * | uwb: remove unused include/linux/uwb/debug.hDavid Vrabel2008-12-225-5/+5
| * | uwb: use print_hex_dump()David Vrabel2008-12-223-47/+24Star
| * | uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-2228-1168/+220Star
| * | uwb: fix memory leak in uwb_rc_notif()David Vrabel2008-12-121-18/+1Star
| * | wusb: fix oops when terminating a non-existant reservationDavid Vrabel2008-12-121-2/+5
| * | uwb: fix oops when terminating an already terminated reservationDavid Vrabel2008-12-121-1/+2
| * | uwb: improved MAS allocator and reservation conflict handlingStefano Panella2008-12-129-322/+1534
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2008-12-08191-2036/+2561
| |\ \
| * | | wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel2008-11-2611-123/+220
| * | | uwb: fix oops in debug PAL's reservation callbackDavid Vrabel2008-11-261-1/+1
| * | | uwb: clean up whci_wait_for() timeout error messageDavid Vrabel2008-11-252-32/+8Star
| * | | wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel2008-11-254-31/+72
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2008-11-2539-165/+241
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2008-11-19545-4940/+12885
| |\ \ \ \
| * | | | | uwb: remove unused beacon group join/leave eventsDavid Vrabel2008-11-191-16/+1Star