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