summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-io.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz1-20/+20
2009-03-27ide: remove ->end_request methodBartlomiej Zolnierkiewicz1-7/+7
2009-03-27ide: use ->end_request only for private device driver requestsBartlomiej Zolnierkiewicz1-1/+6
2009-03-27ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz1-4/+1
2009-03-27ide: no need to read Status and Error registers for "empty" taskfile requestsBartlomiej Zolnierkiewicz1-3/+1
2009-03-27ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz1-30/+10
2009-03-27ide: factor out completion of taskfile from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz1-11/+16
2009-03-27ide: complete power step in ide_complete_pm_request()Bartlomiej Zolnierkiewicz1-6/+2
2009-03-27ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz1-11/+4
2009-03-27ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz1-4/+4
2009-03-27ide: remove IDE_ARCH_INTR (v2)Bartlomiej Zolnierkiewicz1-2/+3
2009-03-25ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz1-128/+1
2009-03-25ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz1-37/+0
2009-03-25ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz1-24/+0
2009-03-25ide: factor out processing of special commands from ide_special_rq()Bartlomiej Zolnierkiewicz1-34/+41
2009-03-25ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz1-28/+0
2009-03-25ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz1-57/+0
2009-03-25ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz1-0/+23
2009-03-25ide: unexport ide_devset_execute()Bartlomiej Zolnierkiewicz1-1/+0
2009-03-25ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz1-20/+0
2009-03-05ide: allow to wrap interrupt handlerStanislaw Gruszka1-0/+1
2009-03-05ide: expiry() returns int, negative expiry() return values won't be noticedRoel Kluin1-1/+1
2009-02-02ide-cd: fix DMA for non bio-backed requestsBorislav Petkov1-3/+6
2009-01-06ide: remove now redundant ->cur_dev checksBartlomiej Zolnierkiewicz1-61/+46
2009-01-06ide: remove superfluous hwif variable assignment from ide_timer_expiry()Bartlomiej Zolnierkiewicz1-1/+0
2009-01-06ide: make "paranoia" ->handler check in ide_intr() more strictBartlomiej Zolnierkiewicz1-6/+3
2009-01-06ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz1-11/+2
2009-01-06ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz1-6/+6
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz1-4/+4
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz1-59/+58
2009-01-06ide: use lock bitops for ports serialization (v2)Bartlomiej Zolnierkiewicz1-42/+63
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz1-6/+6
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz1-35/+23
2009-01-06ide: add ->cur_port to struct ide_host and use it for serialized hostsBartlomiej Zolnierkiewicz1-10/+15
2009-01-06ide: fix setting nIEN on idle devicesBartlomiej Zolnierkiewicz1-4/+6
2009-01-06ide: fix LOCKDEP warningBartlomiej Zolnierkiewicz1-1/+0
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov1-3/+0
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz1-146/+68
2009-01-02ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz1-21/+11
2009-01-02ide: remove "paranoia" checks for hwgroup->busyBartlomiej Zolnierkiewicz1-8/+1
2009-01-02ide: remove IDE PM hack from do_ide_request()Bartlomiej Zolnierkiewicz1-8/+1
2009-01-02ide: don't execute the next queued command from the hard-IRQ context (v2)Bartlomiej Zolnierkiewicz1-37/+30
2008-12-29ide: move Power Management support to ide-pm.cBartlomiej Zolnierkiewicz1-159/+0
2008-12-29ide: remove redundant code from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz1-3/+0
2008-12-29ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz1-1/+1
2008-12-29ide: fix ->quirk_list checking in ide_do_request()Bartlomiej Zolnierkiewicz1-1/+1
2008-12-29ide: cleanup ide_do_request()Bartlomiej Zolnierkiewicz1-5/+0
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz1-17/+16
2008-12-29ide: use queue lock instead of ide_lock when possibleBartlomiej Zolnierkiewicz1-9/+10
2008-12-29ide: ide_lock + __blk_end_request() -> blk_end_request()Bartlomiej Zolnierkiewicz1-12/+4