summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-iops.c
Commit message (Expand)AuthorAgeFilesLines
* ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz2009-03-271-15/+15
* ide: use try_to_identify() in ide_driveid_update()Bartlomiej Zolnierkiewicz2009-03-241-50/+4
* ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update()Bartlomiej Zolnierkiewicz2009-03-241-2/+2
* ide: sanitize SELECT_MASK() usage in ide_driveid_update()Bartlomiej Zolnierkiewicz2009-03-241-1/+3
* ide: shorten timeout value in ide_driveid_update()Bartlomiej Zolnierkiewicz2009-03-241-1/+1
* ide: propagate AltStatus workarounds to ide_driveid_update()Bartlomiej Zolnierkiewicz2009-03-241-3/+18
* ide: fix kmalloc() failure handling in ide_driveid_update()Bartlomiej Zolnierkiewicz2009-03-241-13/+20
* ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz2009-03-241-297/+2
* ide: checkpatch.pl fixes for ide-iops.cBartlomiej Zolnierkiewicz2009-03-241-25/+23
* ide: fix comments in ide_config_drive_speed()Bartlomiej Zolnierkiewicz2009-03-241-6/+3
* ide: fix printk() levels in [atapi_]reset_pollfunc()Bartlomiej Zolnierkiewicz2009-03-241-4/+5
* ide: move standard I/O code to ide-io-std.cBartlomiej Zolnierkiewicz2009-03-241-313/+0
* ide: move ide_read_bcount_and_ireason() to ide-atapi.cBartlomiej Zolnierkiewicz2009-03-241-15/+0
* ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz2009-03-241-25/+0
* ide: remove stale comments from drive_is_ready()Bartlomiej Zolnierkiewicz2009-03-241-9/+0
* ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz2009-03-241-3/+2
* ide-iops: fix odd-length ATAPI PIO transfersSergei Shtylyov2009-03-051-0/+2
* ide: fix accidental LOCKDEP breakage caused by local_irq_set() removalBartlomiej Zolnierkiewicz2009-01-141-1/+1
* ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov2009-01-061-10/+0
* ide: add port and host iteratorsBartlomiej Zolnierkiewicz2009-01-061-6/+5
* ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz2009-01-061-2/+2
* ide: unexport ide_wait_not_busy()Bartlomiej Zolnierkiewicz2009-01-061-3/+0
* ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz2009-01-061-1/+2
* ide: remove HWIF() macroBartlomiej Zolnierkiewicz2009-01-061-2/+2
* ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz2009-01-061-37/+32
* ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz2008-12-291-25/+23
* ide: remove dead code from drive_is_ready()Bartlomiej Zolnierkiewicz2008-12-021-5/+0
* ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[]Bartlomiej Zolnierkiewicz2008-12-021-0/+1
* amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz2008-12-021-1/+2
* ide: Switch to a common addressAlan Cox2008-11-021-1/+1
* ide: mask interrupt in ide_config_drive_speed()Sergei Shtylyov2008-10-171-1/+1
* ide: Implement disk shock protection support (v4)Elias Oltmanns2008-10-131-1/+28
* ide: factor out reset error reporting from reset_pollfunc()Bartlomiej Zolnierkiewicz2008-10-131-19/+21
* ide: remove [ata_]select_tBartlomiej Zolnierkiewicz2008-10-131-1/+1
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-10/+14
* ide: ide_dev_is_sata() -> ata_id_is_sata()Bartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz2008-10-101-10/+5
* ide: re-code ide_fixstring() loop to be less evilLinus Torvalds2008-10-101-3/+5
* ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-101-11/+11
* ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-5/+5
* ide: remove drive->driveidBartlomiej Zolnierkiewicz2008-10-101-18/+2
* ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-101-42/+38
* ide: cleanup ide_fix_driveid()Bartlomiej Zolnierkiewicz2008-10-101-87/+20
* ide: fix ide_fix_driveid()Bartlomiej Zolnierkiewicz2008-08-051-3/+3
* ide: trivial sparse annotationsHarvey Harrison2008-07-241-4/+2
* ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz2008-07-231-54/+68
* ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz2008-07-231-2/+1
* ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz2008-07-231-28/+0
OpenPOWER on IntegriCloud