aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-14ide: fix accidental LOCKDEP breakage caused by local_irq_set() removalBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov1-10/+0
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz1-6/+5
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz1-2/+2
2009-01-06ide: unexport ide_wait_not_busy()Bartlomiej Zolnierkiewicz1-3/+0
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz1-1/+2
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz1-2/+2
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz1-37/+32
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz1-25/+23
2008-12-02ide: remove dead code from drive_is_ready()Bartlomiej Zolnierkiewicz1-5/+0
2008-12-02ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[]Bartlomiej Zolnierkiewicz1-0/+1
2008-12-02amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz1-1/+2
2008-11-02ide: Switch to a common addressAlan Cox1-1/+1
2008-10-17ide: mask interrupt in ide_config_drive_speed()Sergei Shtylyov1-1/+1
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns1-1/+28
2008-10-13ide: factor out reset error reporting from reset_pollfunc()Bartlomiej Zolnierkiewicz1-19/+21
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz1-1/+1
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-10/+14
2008-10-10ide: ide_dev_is_sata() -> ata_id_is_sata()Bartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz1-10/+5
2008-10-10ide: re-code ide_fixstring() loop to be less evilLinus Torvalds1-3/+5
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-11/+11
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-5/+5
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz1-18/+2
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-42/+38
2008-10-10ide: cleanup ide_fix_driveid()Bartlomiej Zolnierkiewicz1-87/+20
2008-08-05ide: fix ide_fix_driveid()Bartlomiej Zolnierkiewicz1-3/+3
2008-07-24ide: trivial sparse annotationsHarvey Harrison1-4/+2
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-54/+68
2008-07-23ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz1-2/+1
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz1-28/+0
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz1-0/+15
2008-07-23ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz1-0/+15
2008-07-23ide: use ->tf_load in SELECT_DRIVE()Bartlomiej Zolnierkiewicz1-1/+5
2008-07-23ide: use ->tf_load in ide_config_drive_speed()Bartlomiej Zolnierkiewicz1-3/+10
2008-07-23ide: change order of register access in ide_config_drive_speed()Bartlomiej Zolnierkiewicz1-1/+1
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz1-10/+27
2008-07-23ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz1-2/+11
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz1-11/+22
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz1-5/+14
2008-07-23ide: remove ->dma_{status,command} fields from ide_hwif_tBartlomiej Zolnierkiewicz1-2/+2
2008-07-23ide: add ->read_sff_dma_status methodBartlomiej Zolnierkiewicz1-0/+10
2008-07-16IDE: Report errors during drive reset back to user spaceElias Oltmanns1-7/+11
2008-07-16IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns1-5/+13
2008-07-15ide: remove drive->ctlBartlomiej Zolnierkiewicz1-5/+5
2008-07-15ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC methodBartlomiej Zolnierkiewicz1-9/+9
2008-07-15ide: move IRQ unmasking out from ->tf_load methodBartlomiej Zolnierkiewicz1-4/+1
2008-07-15ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flagBartlomiej Zolnierkiewicz1-3/+1