| Commit message (Expand) | Author | Age |
* | 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 unused code | Elias Oltmanns | 2008-07-16 |
* | IDE: Fix HDIO_DRIVE_RESET handling | Elias Oltmanns | 2008-07-16 |
* | ide: remove action argument in ide_do_drive_cmd | FUJITA Tomonori | 2008-07-15 |
* | 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: remove try_to_flush_leftover_data() | Bartlomiej Zolnierkiewicz | 2008-07-15 |
* | ide: remove ide_init_drive_cmd | FUJITA Tomonori | 2008-07-15 |
* | ide: remove ide_wait/head_wait path in ide_do_drive_cmd | FUJITA Tomonori | 2008-07-15 |
* | ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-15 |
* | ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users | Bartlomiej Zolnierkiewicz | 2008-07-15 |
* | ide: use blk_rq_init() to initialize the request | FUJITA Tomonori | 2008-04-29 |
* | ide: add ide_pad_transfer() helper | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | 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: always use ->OUTBSYNC method for executing commands | 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: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-17 |
* | ide-disk: fix flush requests (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-10 |
* | ide: another possible ide panic fix for blk-end-request | Kiyoshi Ueda | 2008-02-10 |
* | 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: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y | Bartlomiej Zolnierkiewicz | 2008-02-01 |
* | blk_end_request: changing ide normal caller (take 4) | Kiyoshi Ueda | 2008-01-28 |
* | ide: remove REQ_TYPE_ATA_CMD | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: fix final status check in drive_cmd_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2) | 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: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd() | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: add ide_set_irq() inline helper | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: merge ->dma_host_{on,off} methods into ->dma_host_set method | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: cleanup ide_set_dma() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 |