| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+3 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -12/+12 |
* | ide: remove broken disk byte-swapping support | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+0 |
* | ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -6/+1 |
* | ide-disk: add idedisk_set_doorlock() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -10/+13 |
* | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -22/+4 |
* | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -19/+10 |
* | ide-disk: add ide_tf_set_cmd() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -30/+55 |
* | ide-disk: extend timeout for PIO-in commands | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+2 |
* | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+0 |
* | ide-disk: guarantee 400ns delay after writing command register | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+1 |
* | ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+1 |
* | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -8/+7 |
* | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -7/+5 |
* | ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -7/+9 |
* | ide: remove unnecessary writes to HOB taskfile registers | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+13 |
* | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+1 |
* | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+2 |
* | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -24/+8 |
* | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -22/+6 |
* | ide-disk: use struct ide_taskfile in __ide_do_rw_disk() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -43/+42 |
* | ide-disk: fix taskfile registers loading order in __ide_do_rw_disk() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+1 |
* | ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -71/+32 |
* | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -63/+57 |
* | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -10/+10 |
* | ide: remove stale changelog from ide-disk.c | Bartlomiej Zolnierkiewicz | 2007-12-12 | 1 | -26/+0 |
* | ide: DMA reporting and validity checking fixes (take 3) | Bartlomiej Zolnierkiewicz | 2007-12-12 | 1 | -5/+2 |
* | ide-disk: add get_smart_data() helper | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -20/+4 |
* | ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -4/+4 |
* | block: convert blkdev_issue_flush() to use empty barriers | Jens Axboe | 2007-10-16 | 1 | -29/+0 |
* | ide: ST320413A has the same problem as ST340823A | Jorge Juan Chico | 2007-09-17 | 1 | -0/+1 |
* | ide-disk: workaround for buggy HPA support on ST340823A (take 3) | Bartlomiej Zolnierkiewicz | 2007-08-20 | 1 | -0/+18 |
* | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 2007-07-24 | 1 | -2/+2 |
* | ide: use mutex instead of ide_setting_sem semaphore in IDE driver | Matthias Kaehlcke | 2007-07-09 | 1 | -4/+4 |
* | ide: HPA detect from resume | Lee Trager | 2007-06-08 | 1 | -0/+12 |
* | ide: move IDE settings handling to ide-proc.c | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -8/+8 |
* | ide: split off ioctl handling from IDE settings (v2) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -13/+68 |
* | ide: make /proc/ide/ optional | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -2/+2 |
* | ide: remove a ton of pointless #undef REALLY_SLOW_IO | Alan Cox | 2007-03-03 | 1 | -2/+0 |
* | ide: remove ide_drive_t.usage | Bartlomiej Zolnierkiewicz | 2007-02-17 | 1 | -5/+9 |
* | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 2006-09-30 | 1 | -2/+3 |
* | [PATCH] ide: option to disable cache flushes for buggy drives | Jens Axboe | 2006-07-28 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds | 2006-06-29 | 1 | -2/+0 |
|\ |
|
| * | [PATCH] devfs: Remove devfs support from the ide subsystem. | Greg Kroah-Hartman | 2006-06-26 | 1 | -2/+0 |
* | | spelling fixes | Andreas Mohr | 2006-06-26 | 1 | -1/+1 |
|/ |
|
* | [PATCH] LED: Add IDE disk activity LED trigger | Richard Purdie | 2006-03-31 | 1 | -0/+3 |
* | [PATCH] ide: Allow IDE interface to specify its not capable of 32-bit operations | Kumar Gala | 2006-03-24 | 1 | -2/+0 |
* | [PATCH] sem2mutex: drivers/ide | Arjan van de Ven | 2006-03-23 | 1 | -5/+6 |
* | [PATCH] ide: cast arguments to pr_debug() properly | Michael Richardson | 2006-02-07 | 1 | -2/+4 |