aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-iops.c
AgeCommit message (Expand)Author
2009-03-24ide: use try_to_identify() in ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-03-24ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-03-24ide: sanitize SELECT_MASK() usage in ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-03-24ide: shorten timeout value in ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-03-24ide: propagate AltStatus workarounds to ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-03-24ide: fix kmalloc() failure handling in ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-03-24ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz
2009-03-24ide: checkpatch.pl fixes for ide-iops.cBartlomiej Zolnierkiewicz
2009-03-24ide: fix comments in ide_config_drive_speed()Bartlomiej Zolnierkiewicz
2009-03-24ide: fix printk() levels in [atapi_]reset_pollfunc()Bartlomiej Zolnierkiewicz
2009-03-24ide: move standard I/O code to ide-io-std.cBartlomiej Zolnierkiewicz
2009-03-24ide: move ide_read_bcount_and_ireason() to ide-atapi.cBartlomiej Zolnierkiewicz
2009-03-24ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz
2009-03-24ide: remove stale comments from drive_is_ready()Bartlomiej Zolnierkiewicz
2009-03-24ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz
2009-03-05ide-iops: fix odd-length ATAPI PIO transfersSergei Shtylyov
2009-01-14ide: fix accidental LOCKDEP breakage caused by local_irq_set() removalBartlomiej Zolnierkiewicz
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz
2009-01-06ide: unexport ide_wait_not_busy()Bartlomiej Zolnierkiewicz
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz
2008-12-02ide: remove dead code from drive_is_ready()Bartlomiej Zolnierkiewicz
2008-12-02ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[]Bartlomiej Zolnierkiewicz
2008-12-02amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz
2008-11-02ide: Switch to a common addressAlan Cox
2008-10-17ide: mask interrupt in ide_config_drive_speed()Sergei Shtylyov
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns
2008-10-13ide: factor out reset error reporting from reset_pollfunc()Bartlomiej Zolnierkiewicz
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz
2008-10-10ide: ide_dev_is_sata() -> ata_id_is_sata()Bartlomiej Zolnierkiewicz
2008-10-10ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz
2008-10-10ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz
2008-10-10ide: re-code ide_fixstring() loop to be less evilLinus Torvalds
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz
2008-10-10ide: cleanup ide_fix_driveid()Bartlomiej Zolnierkiewicz
2008-08-05ide: fix ide_fix_driveid()Bartlomiej Zolnierkiewicz
2008-07-24ide: trivial sparse annotationsHarvey Harrison
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz