| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: ->ide_dma_clear_irq() -> ->clear_irq() | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -11/+4 |
* | ide: convert 'pio_mode' device setting to use DS_SYNC flag | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -63/+5 |
* | ide: remove [ata_]select_t | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -1/+1 |
* | ide: sanitize ide*_pm_* enums | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -40/+22 |
* | ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -2/+2 |
* | ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRY | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -3/+4 |
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -21/+34 |
* | ide: Remove ide_spin_wait_hwgroup() and use special requests instead | Elias Oltmanns | 2008-10-10 | 1 | -0/+40 |
* | ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+1 |
* | ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+1 |
* | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+1 |
* | ide: remove no longer needed ide_drive_t fields | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -15/+3 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -12/+13 |
* | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -13/+14 |
* | ide: remove superfluous check from ide_disk_special() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -2/+0 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -16/+16 |
* | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -6/+8 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -9/+10 |
* | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -2/+1 |
* | IDE: Remove unused code | Elias Oltmanns | 2008-07-16 | 1 | -49/+0 |
* | IDE: Fix HDIO_DRIVE_RESET handling | Elias Oltmanns | 2008-07-16 | 1 | -1/+22 |
* | ide: remove action argument in ide_do_drive_cmd | FUJITA Tomonori | 2008-07-15 | 1 | -31/+9 |
* | 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: remove try_to_flush_leftover_data() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -27/+5 |
* | ide: remove ide_init_drive_cmd | FUJITA Tomonori | 2008-07-15 | 1 | -17/+0 |
* | ide: remove ide_wait/head_wait path in ide_do_drive_cmd | FUJITA Tomonori | 2008-07-15 | 1 | -24/+3 |
* | ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+5 |
* | ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -4/+3 |
* | ide: use blk_rq_init() to initialize the request | FUJITA Tomonori | 2008-04-29 | 1 | -2/+1 |
* | ide: add ide_pad_transfer() helper | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+15 |
* | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -2/+2 |
* | ide: move ide_tf_{load,read} to ide-iops.c | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -43/+0 |
* | ide: factor out debugging code from ide_tf_load() | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+1 |
* | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+2 |
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+1 |
* | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+1 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -24/+18 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -4/+4 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+3 |
* | ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -4/+0 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -15/+23 |
* | ide-disk: fix flush requests (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-11 | 1 | -6/+10 |
* | ide: another possible ide panic fix for blk-end-request | Kiyoshi Ueda | 2008-02-11 | 1 | -1/+2 |
* | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -2/+2 |
* | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -6/+6 |
* | ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -1/+1 |
* | blk_end_request: changing ide normal caller (take 4) | Kiyoshi Ueda | 2008-01-28 | 1 | -13/+12 |
* | ide: remove REQ_TYPE_ATA_CMD | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -94/+4 |
* | ide: fix final status check in drive_cmd_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -2/+2 |