summaryrefslogtreecommitdiffstats
path: root/drivers/ide
Commit message (Expand)AuthorAgeFilesLines
* ide: remove stale/incorrect comment from setup-pci.cBartlomiej Zolnierkiewicz2007-11-131-5/+0
* it821x/jmicron: fix return value of {it821x,jmicron}_init_one()Bartlomiej Zolnierkiewicz2007-11-132-4/+2
* ide: don't BUG() on unsupported transfer modesBartlomiej Zolnierkiewicz2007-11-134-7/+3
* ide: use drive->select.all for REQ_TYPE_ATA_TASK in execute_drive_cmd()Bartlomiej Zolnierkiewicz2007-11-131-5/+1
* ide: add missing HOB bit clearing to ide_dump_ata_status()Bartlomiej Zolnierkiewicz2007-11-131-0/+1
* ide-pmac: skip conservative PIO "downgrade"Bartlomiej Zolnierkiewicz2007-11-131-0/+1
* ide: BLK_DEV_IDECD help: remove outdated noteAdrian Bunk2007-11-131-4/+0
* cmd64x: don't clear the other channel's interruptSergei Shtylyov2007-11-131-2/+3
* ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma()Bartlomiej Zolnierkiewicz2007-11-051-1/+1
* ide: move ide_fixstring() documentation to ide-iops.c from ide.hBartlomiej Zolnierkiewicz2007-11-051-0/+7
* ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTLBartlomiej Zolnierkiewicz2007-11-051-0/+2
* ide: fix ide_find_dma_mode() to print human-readable infoBartlomiej Zolnierkiewicz2007-11-051-1/+2
* ide: add missing rq.ref_count initialization to ide_diag_taskfile()Bartlomiej Zolnierkiewicz2007-11-051-0/+1
* ide: clear HOB bit for REQ_TYPE_ATA_TASK requests in ide_end_drive_cmd()Bartlomiej Zolnierkiewicz2007-11-051-0/+2
* ide: check rq->cmd_type in drive_cmd_intr()Bartlomiej Zolnierkiewicz2007-11-051-1/+2
* ide/Kconfig: fix BLK_DEV_OFFBOARD dependenciesBartlomiej Zolnierkiewicz2007-11-051-1/+2
* ide: unexport ide_fix_driveidAdrian Bunk2007-11-051-3/+0
* ide/Kconfig: add IDEDISK_MULTI_MODE text adapted from hdparm manual pageMatti Linnanvuori2007-11-051-3/+16
* ide: do_identify() string termination fixTejun Heo2007-11-051-2/+3
* piix: add support for ICH7 on Acer 5602aWLMisebdeg@ngi.it2007-11-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-10-285-24/+28
|\
| * ide: add SH-S202J to ivb_list[]Bartlomiej Zolnierkiewicz2007-10-261-0/+3
| * drivers/ide/pci/sc1200.c: fix suspend/resume buglets and warningsJeff Garzik2007-10-261-4/+5
| * drivers/ide/pci/generic: fix build for CONFIG_HOTPLUG=nBartlomiej Zolnierkiewicz2007-10-261-1/+1
| * hpt366: fix build for CONFIG_HOTPLUG=nBartlomiej Zolnierkiewicz2007-10-261-16/+16
| * cy82c693: fix build for CONFIG_HOTPLUG=nBartlomiej Zolnierkiewicz2007-10-261-3/+3
* | ide/arm/icside: fallout from commit 86f3a492bb09eee5745b93af35f2212179c251fdAl Viro2007-10-271-8/+8
|/
* ide: build fixFUJITA Tomonori2007-10-231-0/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-224-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-195-8/+8
|\
| * Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-192-4/+4
| * Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-193-4/+4
* | ide: remove inclusion of non-existent io_trace.hRobert P. J. Day2007-10-201-1/+0
* | ide-disk: add get_smart_data() helperBartlomiej Zolnierkiewicz2007-10-201-20/+4
* | ide: fix ->data_phase in taskfile_load_raw()Bartlomiej Zolnierkiewicz2007-10-201-1/+1
* | ide: check drive->using_dma in flagged_taskfile()Bartlomiej Zolnierkiewicz2007-10-201-0/+3
* | ide: check ->dma_setup() return value in flagged_taskfile()Bartlomiej Zolnierkiewicz2007-10-201-4/+7
* | dtc2278: note on docsAlan Cox2007-10-201-0/+2
* | qd65xx: remove pointless qd_{read,write}_reg() (take 2)Bartlomiej Zolnierkiewicz2007-10-201-34/+12
* | ide: PCI BMDMA initialization fixes (take 2)Bartlomiej Zolnierkiewicz2007-10-201-22/+10
* | ide: remove stale comments from ide-taskfile.cBartlomiej Zolnierkiewicz2007-10-201-23/+0
* | ide: remove dead code from ide_driveid_update()Bartlomiej Zolnierkiewicz2007-10-201-23/+3
* | ide: use __ide_end_request() in ide_end_dequeued_request()Bartlomiej Zolnierkiewicz2007-10-201-34/+10
* | ide: enhance ide_setup_pci_noise()Bartlomiej Zolnierkiewicz2007-10-201-5/+3
* | cs5530: remove needless ide_lock takingBartlomiej Zolnierkiewicz2007-10-201-7/+1
* | ide: take ide_lock for prefetch disable/enable in do_special()Bartlomiej Zolnierkiewicz2007-10-203-12/+14
* | ht6560b: fix deadlock on error handlingBartlomiej Zolnierkiewicz2007-10-201-13/+18
* | cmd640: fix deadlock on error handlingBartlomiej Zolnierkiewicz2007-10-201-20/+28
* | slc90e66: fix deadlock on error handlingBartlomiej Zolnierkiewicz2007-10-201-3/+5
* | opti621: fix deadlock on error handlingBartlomiej Zolnierkiewicz2007-10-201-3/+5