aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-02icside: fix PCB version 6 support (v2)Bartlomiej Zolnierkiewicz1-1/+1
2009-02-02tx4939ide: typo fix and minor cleanupAtsushi Nemoto1-2/+2
2009-02-02ide: add CS5536 host driver (v3)Bartlomiej Zolnierkiewicz3-0/+319
2009-02-02ide: Force VIA IDE legacy interrupts for AmigaOne boardsGerhard Pircher1-0/+5
2009-02-02IDE: Unregister and disable devices if initialization fails.Ian Campbell1-1/+2
2009-02-02ide: fix ide_register_port() failure handlingBartlomiej Zolnierkiewicz1-8/+32
2009-02-02ide: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-02-02ide-cd: fix DMA for non bio-backed requestsBorislav Petkov2-3/+9
2009-01-19drivers/ide/palm_bk3710.c buildfixDavid Brownell1-4/+7
2009-01-19ide: fix Falcon IDE breakageMichael Schmitz1-1/+1
2009-01-19ide: fix IDE PMAC breakageAndreas Schwab1-1/+2
2009-01-14ide: fix suspend regressionBartlomiej Zolnierkiewicz1-4/+8
2009-01-14tx4938ide: Fix build error due to read_sff_dma_status movingAtsushi Nemoto1-1/+0
2009-01-14ide: remove unused CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQBartlomiej Zolnierkiewicz1-5/+0
2009-01-14sl82c105: remove dead codeBartlomiej Zolnierkiewicz1-4/+0
2009-01-14via82cxxx: fix cable warning messageBartlomiej Zolnierkiewicz1-2/+0
2009-01-14ide: can't use SSD/non-rotational queue flag for all CFA devicesBartlomiej Zolnierkiewicz1-1/+1
2009-01-14it821x.c: use dev->revision instead of pci_read_config_byteBrandon Philips1-2/+1
2009-01-14it821x: Add ultra_mask quirk for Vortex86SXBrandon Philips1-0/+12
2009-01-14ide: fix accidental LOCKDEP breakage caused by local_irq_set() removalBartlomiej Zolnierkiewicz2-2/+2
2009-01-09Merge branch 'linus' into releaseLen Brown70-2369/+1938
2009-01-06scc_pata: make use of scc_dma_sff_read_status()Sergei Shtylyov1-3/+3
2009-01-06ide-dma-sff: factor out ide_dma_sff_write_status()Sergei Shtylyov1-21/+16
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov22-40/+59
2009-01-06ide: don't set hwif->dma_ops in init_dma() methodSergei Shtylyov3-6/+2
2009-01-06Resurrect IT8172 IDE controller driverShane McDonald3-0/+174
2009-01-06piix: sync ich_laptop[] with ata_piix.cBartlomiej Zolnierkiewicz1-0/+2
2009-01-06ide: fix ide_port_scan() to do ACPI setup after initializing request queuesBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: remove now redundant ->cur_dev checksBartlomiej Zolnierkiewicz1-61/+46
2009-01-06ide: remove superfluous hwif variable assignment from ide_timer_expiry()Bartlomiej Zolnierkiewicz1-1/+0
2009-01-06ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.cBartlomiej Zolnierkiewicz1-2/+1
2009-01-06ide: make "paranoia" ->handler check in ide_intr() more strictBartlomiej Zolnierkiewicz1-6/+3
2009-01-06ide-cd: convert to ide-atapi facilitiesBorislav Petkov2-95/+6
2009-01-06ide-cd: start DMA before sending the actual packet commandBorislav Petkov1-3/+3
2009-01-06ide-cd: wait for DRQ to get set per defaultBorislav Petkov1-14/+7
2009-01-06ide: Fix drive's DWORD-IO handlingMario Schwalbe1-2/+1
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz6-83/+58
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz6-31/+63
2009-01-06ide: NUMA aware allocation of host and port structuresBartlomiej Zolnierkiewicz1-4/+5
2009-01-06it821x: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-6/+2
2009-01-06cmd64x: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-2/+4
2009-01-06cmd640: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-3/+2
2009-01-06amd74xx: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-2/+2
2009-01-06ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz4-14/+2
2009-01-06ide: unexport ide_wait_not_busy()Bartlomiej Zolnierkiewicz1-3/+0
2009-01-06ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz10-38/+38
2009-01-06ide: remove 'byte' typedefBartlomiej Zolnierkiewicz4-18/+18
2009-01-06ide: remove ide_pci_enablebit_t typedefBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz2-2/+4
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz34-101/+102