summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-io.c
AgeCommit message (Expand)Author
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz
2009-01-06ide: add ->cur_port to struct ide_host and use it for serialized hostsBartlomiej Zolnierkiewicz
2009-01-06ide: fix setting nIEN on idle devicesBartlomiej Zolnierkiewicz
2009-01-06ide: fix LOCKDEP warningBartlomiej Zolnierkiewicz
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz
2009-01-02ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz
2009-01-02ide: remove "paranoia" checks for hwgroup->busyBartlomiej Zolnierkiewicz
2009-01-02ide: remove IDE PM hack from do_ide_request()Bartlomiej Zolnierkiewicz
2009-01-02ide: don't execute the next queued command from the hard-IRQ context (v2)Bartlomiej Zolnierkiewicz
2008-12-29ide: move Power Management support to ide-pm.cBartlomiej Zolnierkiewicz
2008-12-29ide: remove redundant code from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz
2008-12-29ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz
2008-12-29ide: fix ->quirk_list checking in ide_do_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: cleanup ide_do_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz
2008-12-29ide: use queue lock instead of ide_lock when possibleBartlomiej Zolnierkiewicz
2008-12-29ide: ide_lock + __blk_end_request() -> blk_end_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: push ide_lock to __ide_end_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: ide_hwgroup_t.rq doesn't need an ide_lock heldBartlomiej Zolnierkiewicz
2008-12-29ide: unify ide_intr()'s exit pointsBartlomiej Zolnierkiewicz
2008-12-08Revert "ide: respect current DMA setting during resume"Bartlomiej Zolnierkiewicz
2008-12-02ide: fix build for DEBUG_PMBartlomiej Zolnierkiewicz
2008-12-02ide: respect current DMA setting during resumeBartlomiej Zolnierkiewicz
2008-12-02ide: fix the ide_release_lock imbalanceMichael Schmitz
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns
2008-10-13ide: Two fixes regarding memory allocationElias Oltmanns
2008-10-13ide: ->ide_dma_clear_irq() -> ->clear_irq()Bartlomiej Zolnierkiewicz
2008-10-13ide: convert 'pio_mode' device setting to use DS_SYNC flagBartlomiej Zolnierkiewicz
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz
2008-10-13ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz
2008-10-13ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz
2008-10-13ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns
2008-10-10ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()Bartlomiej Zolnierkiewicz
2008-10-10ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()Bartlomiej Zolnierkiewicz
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz
2008-10-10ide: remove no longer needed ide_drive_t fieldsBartlomiej Zolnierkiewicz
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 superfluous check from ide_disk_special()Bartlomiej Zolnierkiewicz
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz
2008-07-16IDE: Remove unused codeElias Oltmanns
2008-07-16IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns