aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-disk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-26ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILEBartlomiej Zolnierkiewicz1-1/+3
2008-01-26ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz1-12/+12
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz1-1/+0
2008-01-26ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)Bartlomiej Zolnierkiewicz1-6/+1
2008-01-26ide-disk: add idedisk_set_doorlock() helperBartlomiej Zolnierkiewicz1-10/+13
2008-01-25ide-disk: use ide_get_lba_addr()Bartlomiej Zolnierkiewicz1-22/+4
2008-01-25ide-disk: use do_rw_taskfile() (take 2)Bartlomiej Zolnierkiewicz1-19/+10
2008-01-25ide-disk: add ide_tf_set_cmd() helperBartlomiej Zolnierkiewicz1-30/+55
2008-01-25ide-disk: extend timeout for PIO-in commandsBartlomiej Zolnierkiewicz1-1/+2
2008-01-25ide: use ->data_phase to set ->handler in do_rw_taskfile()Bartlomiej Zolnierkiewicz1-2/+0
2008-01-25ide-disk: guarantee 400ns delay after writing command registerBartlomiej Zolnierkiewicz1-0/+1
2008-01-25ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNCBartlomiej Zolnierkiewicz1-2/+1
2008-01-25ide: remove 'command_type' field from ide_task_tBartlomiej Zolnierkiewicz1-8/+7
2008-01-25ide: remove ata_nsector_t, ata_data_t and atapi_bcount_tBartlomiej Zolnierkiewicz1-7/+5
2008-01-25ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-7/+9
2008-01-25ide: remove unnecessary writes to HOB taskfile registersBartlomiej Zolnierkiewicz1-0/+13
2008-01-25ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-1/+1
2008-01-25ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz1-1/+2
2008-01-25ide: add ide_no_data_taskfile() helperBartlomiej Zolnierkiewicz1-24/+8
2008-01-25ide: add ide_tf_load() helperBartlomiej Zolnierkiewicz1-22/+6
2008-01-25ide-disk: use struct ide_taskfile in __ide_do_rw_disk()Bartlomiej Zolnierkiewicz1-43/+42
2008-01-25ide-disk: fix taskfile registers loading order in __ide_do_rw_disk()Bartlomiej Zolnierkiewicz1-1/+1
2008-01-25ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2)Bartlomiej Zolnierkiewicz1-71/+32
2008-01-25ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz1-63/+57
2008-01-25ide: remove task_ioreg_t typedef (take 2)Bartlomiej Zolnierkiewicz1-10/+10
2007-12-12ide: remove stale changelog from ide-disk.cBartlomiej Zolnierkiewicz1-26/+0
2007-12-12ide: DMA reporting and validity checking fixes (take 3)Bartlomiej Zolnierkiewicz1-5/+2
2007-10-20ide-disk: add get_smart_data() helperBartlomiej Zolnierkiewicz1-20/+4
2007-10-19ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz1-4/+4
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-29/+0
2007-09-17ide: ST320413A has the same problem as ST340823AJorge Juan Chico1-0/+1
2007-08-20ide-disk: workaround for buggy HPA support on ST340823A (take 3)Bartlomiej Zolnierkiewicz1-0/+18
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-09ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke1-4/+4
2007-06-08ide: HPA detect from resumeLee Trager1-0/+12
2007-05-10ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz1-8/+8
2007-05-10ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz1-13/+68
2007-05-10ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz1-2/+2
2007-03-03ide: remove a ton of pointless #undef REALLY_SLOW_IOAlan Cox1-2/+0
2007-02-17ide: remove ide_drive_t.usageBartlomiej Zolnierkiewicz1-5/+9
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-2/+3
2006-07-28[PATCH] ide: option to disable cache flushes for buggy drivesJens Axboe1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-2/+0
2006-06-26[PATCH] devfs: Remove devfs support from the ide subsystem.Greg Kroah-Hartman1-2/+0
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-03-31[PATCH] LED: Add IDE disk activity LED triggerRichard Purdie1-0/+3
2006-03-24[PATCH] ide: Allow IDE interface to specify its not capable of 32-bit operationsKumar Gala1-2/+0
2006-03-23[PATCH] sem2mutex: drivers/ideArjan van de Ven1-5/+6
2006-02-07[PATCH] ide: cast arguments to pr_debug() properlyMichael Richardson1-2/+4