| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: Implement disk shock protection support (v4) | Elias Oltmanns | 2008-10-13 | 1 | -1/+10 |
* | ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr() | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -80/+25 |
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -7/+7 |
* | ide: move ioctls handling to ide-ioctls.c | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -109/+0 |
* | ide: remove SECTOR_WORDS define | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+1 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -13/+13 |
* | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -11/+16 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -2/+4 |
* | ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -2/+10 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -12/+17 |
* | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+1 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -9/+14 |
* | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+1 |
* | ide: remove needless includes from ide-taskfile.c (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -10/+0 |
* | ide: remove superfluous BUG_ON() from set_geometry_intr() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+0 |
* | ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -21/+1 |
* | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 |
* | ide: move IRQ unmasking out from ->tf_load method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -0/+2 |
* | ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq | FUJITA Tomonori | 2008-07-15 | 1 | -14/+20 |
* | ide: increase timeout in wait_drive_not_busy() | Bartlomiej Zolnierkiewicz | 2008-06-20 | 1 | -3/+3 |
* | ide: use blk_rq_init() to initialize the request | FUJITA Tomonori | 2008-04-29 | 1 | -2/+1 |
* | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+1 |
* | ide: move ide_tf_{load,read} to ide-iops.c | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -45/+0 |
* | ide: factor out debugging code from ide_tf_load() | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -12/+17 |
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -2/+2 |
* | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -7/+9 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -15/+14 |
* | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+1 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+4 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 1 | -6/+6 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -13/+16 |
* | IDE: Make taskfile interface more robust wrt unexpected end-of-command | Linus Torvalds | 2008-03-18 | 1 | -9/+27 |
* | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -3/+2 |
* | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -15/+15 |
* | ide: remove ide_ata66_check() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+4 |
* | ide: remove set_transfer() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+5 |
* | ide: update/add my Copyrights | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -4/+4 |
* | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -2/+0 |
* | ide: make wait_drive_not_busy() static again | Adrian Bunk | 2008-02-01 | 1 | -1/+1 |
* | ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -32/+31 |
* | ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+2 |
* | ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+1 |
* | ide: initialize rq->cmd_type in ide_init_drive_cmd() callers | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+4 |
* | ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -3/+2 |
* | ide: kill DATA_READY define | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+2 |
* | ide: task_end_request() fix | Tejun Heo | 2008-01-26 | 1 | -7/+4 |
* | ide: use rq->nr_sectors in task_end_request() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+2 |
* | ide: remove needless ->cursg clearing from task_end_request() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+0 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -4/+5 |
* | ide: fix final status check in task_in_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -1/+1 |