Commit Graph

170 Commits (a2e066bba2aad6583e3ff648bf28339d6c9f0898)

Author SHA1 Message Date
Bartlomiej Zolnierkiewicz c38714ed44 ide: remove now redundant ->cur_dev checks 16 years ago
Bartlomiej Zolnierkiewicz b1b1cd9a23 ide: remove superfluous hwif variable assignment from ide_timer_expiry() 16 years ago
Bartlomiej Zolnierkiewicz 9600dcf134 ide: make "paranoia" ->handler check in ide_intr() more strict 16 years ago
Bartlomiej Zolnierkiewicz 627e05daa1 ide: remove ->error method from struct ide_driver 16 years ago
Bartlomiej Zolnierkiewicz 7f3c868ba7 ide: remove ide_driver_t typedef 16 years ago
Bartlomiej Zolnierkiewicz 898ec223fe ide: remove HWIF() macro 16 years ago
Bartlomiej Zolnierkiewicz b65fac32cf ide: merge ide_hwgroup_t with ide_hwif_t (v2) 16 years ago
Bartlomiej Zolnierkiewicz 5b31f855f1 ide: use lock bitops for ports serialization (v2) 16 years ago
Bartlomiej Zolnierkiewicz efe0397eef ide: remove hwgroup->hwif and {drive,hwif}->next 16 years ago
Bartlomiej Zolnierkiewicz ae86afaee6 ide: use per-port IRQ handlers 16 years ago
Bartlomiej Zolnierkiewicz bd53cbcce5 ide: add ->cur_port to struct ide_host and use it for serialized hosts 16 years ago
Bartlomiej Zolnierkiewicz 42cf2611b2 ide: fix setting nIEN on idle devices 16 years ago
Bartlomiej Zolnierkiewicz b46f205da6 ide: fix LOCKDEP warning 16 years ago
Borislav Petkov 5317464dcc ide: remove the last ide-scsi remnants 16 years ago
Bartlomiej Zolnierkiewicz 201bffa464 ide: use per-device request queue locks (v2) 16 years ago
Bartlomiej Zolnierkiewicz 631de3708d ide: add ide_[un]lock_hwgroup() helpers 16 years ago
Bartlomiej Zolnierkiewicz b2cfb05a70 ide: remove "paranoia" checks for hwgroup->busy 16 years ago
Bartlomiej Zolnierkiewicz 2fb211502e ide: remove IDE PM hack from do_ide_request() 16 years ago
Bartlomiej Zolnierkiewicz 295f00042a ide: don't execute the next queued command from the hard-IRQ context (v2) 16 years ago
Bartlomiej Zolnierkiewicz e2984c628c ide: move Power Management support to ide-pm.c 16 years ago
Bartlomiej Zolnierkiewicz b002415012 ide: remove redundant code from ide_end_drive_cmd() 16 years ago
Bartlomiej Zolnierkiewicz f58c1ab8de ide: always set nIEN on idle devices 16 years ago
Bartlomiej Zolnierkiewicz 46aa7af1d6 ide: fix ->quirk_list checking in ide_do_request() 16 years ago
Bartlomiej Zolnierkiewicz 08cd1dca00 ide: cleanup ide_do_request() 16 years ago
Bartlomiej Zolnierkiewicz 2a2ca6a961 ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2) 16 years ago
Bartlomiej Zolnierkiewicz 6ea52226ca ide: use queue lock instead of ide_lock when possible 16 years ago
Bartlomiej Zolnierkiewicz 3c8a2cce47 ide: ide_lock + __blk_end_request() -> blk_end_request() 16 years ago
Bartlomiej Zolnierkiewicz a72b2147ec ide: push ide_lock to __ide_end_request() 16 years ago
Bartlomiej Zolnierkiewicz 1d0bf587df ide: ide_hwgroup_t.rq doesn't need an ide_lock held 16 years ago
Bartlomiej Zolnierkiewicz 3e0e29f737 ide: unify ide_intr()'s exit points 16 years ago
Bartlomiej Zolnierkiewicz 1a659880ee Revert "ide: respect current DMA setting during resume" 16 years ago
Bartlomiej Zolnierkiewicz 6b7d8fc362 ide: fix build for DEBUG_PM 16 years ago
Bartlomiej Zolnierkiewicz e9eb838830 ide: respect current DMA setting during resume 16 years ago
Michael Schmitz f9e3326dce ide: fix the ide_release_lock imbalance 16 years ago
Jens Axboe f73e2d13a1 block: remove __generic_unplug_device() from exports 17 years ago
Elias Oltmanns 4abdc6ee7c ide: Implement disk shock protection support (v4) 17 years ago
Elias Oltmanns e415e495f8 ide: Two fixes regarding memory allocation 17 years ago
Bartlomiej Zolnierkiewicz bfa7d8e55f ide: ->ide_dma_clear_irq() -> ->clear_irq() 17 years ago
Bartlomiej Zolnierkiewicz 6982daf71c ide: convert 'pio_mode' device setting to use DS_SYNC flag 17 years ago
Bartlomiej Zolnierkiewicz 7f612f272a ide: remove [ata_]select_t 17 years ago
Bartlomiej Zolnierkiewicz 0d346ba073 ide: sanitize ide*_pm_* enums 17 years ago
Bartlomiej Zolnierkiewicz d1d76714e2 ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices 17 years ago
Bartlomiej Zolnierkiewicz c39220483e ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRY 17 years ago
Bartlomiej Zolnierkiewicz 97100fc816 ide: add device flags 17 years ago
Elias Oltmanns 92f1f8fd80 ide: Remove ide_spin_wait_hwgroup() and use special requests instead 17 years ago
Bartlomiej Zolnierkiewicz ff2779b568 ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() 17 years ago
Bartlomiej Zolnierkiewicz 4b58f17d7c ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() 17 years ago
Bartlomiej Zolnierkiewicz 3ceca727fe ide: include <linux/hdreg.h> only when needed 17 years ago
Bartlomiej Zolnierkiewicz 3c619ffd48 ide: remove no longer needed ide_drive_t fields 17 years ago
Bartlomiej Zolnierkiewicz 3a7d24841a ide: use ATA_* defines instead of *_STAT and *_ERR ones 17 years ago