aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-iops.c
AgeCommit message (Expand)Author
2008-07-24ide: trivial sparse annotationsHarvey Harrison
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz
2008-07-23ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz
2008-07-23ide: use ->tf_load in SELECT_DRIVE()Bartlomiej Zolnierkiewicz
2008-07-23ide: use ->tf_load in ide_config_drive_speed()Bartlomiej Zolnierkiewicz
2008-07-23ide: change order of register access in ide_config_drive_speed()Bartlomiej Zolnierkiewicz
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz
2008-07-23ide: remove ->dma_{status,command} fields from ide_hwif_tBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_sff_dma_status methodBartlomiej Zolnierkiewicz
2008-07-16IDE: Report errors during drive reset back to user spaceElias Oltmanns
2008-07-16IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns
2008-07-15ide: remove drive->ctlBartlomiej Zolnierkiewicz
2008-07-15ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC methodBartlomiej Zolnierkiewicz
2008-07-15ide: move IRQ unmasking out from ->tf_load methodBartlomiej Zolnierkiewicz
2008-07-15ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flagBartlomiej Zolnierkiewicz
2008-07-15ide: remove commented out code from ide_config_drive_speed()Bartlomiej Zolnierkiewicz
2008-07-15ide: disable drive interrupts in ide_driveid_update()Mikhail Cherkashin
2008-05-14make ide-iops.c:SELECT_MASK() staticAdrian Bunk
2008-04-28ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[]Alexander Smal
2008-04-28ide: skip "VLB sync" if host uses MMIOBartlomiej Zolnierkiewicz
2008-04-28ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz
2008-04-28ide: use IDE I/O helpers directly in ide_tf_{load,read}()Bartlomiej Zolnierkiewicz
2008-04-28ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz
2008-04-28ide: move ide_tf_{load,read} to ide-iops.cBartlomiej Zolnierkiewicz
2008-04-28ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz
2008-04-28ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz
2008-04-28ide: remove ->INS{W,L} and ->OUTS{W,L} methodsBartlomiej Zolnierkiewicz
2008-04-28ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz
2008-04-28falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)Bartlomiej Zolnierkiewicz
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz
2008-04-18ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz
2008-04-02ide: use ->ata_input_data in ide_driveid_update()Bartlomiej Zolnierkiewicz
2008-03-29Revert "ide: change master/slave IDENTIFY order"Bartlomiej Zolnierkiewicz
2008-02-11ide: insert BUG_ON() into __ide_set_handler() (take 2)Sergei Shtylyov
2008-02-06ide: add ide_read_error() inline helperBartlomiej Zolnierkiewicz
2008-02-06ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz
2008-02-06ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc()Bartlomiej Zolnierkiewicz
2008-02-02ide: move check_dma_crc() to ide-dma.cBartlomiej Zolnierkiewicz
2008-02-02ide: remove ide_auto_reduce_xfer()Bartlomiej Zolnierkiewicz
2008-02-02ide: move drive->crc_count check out from check_dma_crc()Bartlomiej Zolnierkiewicz
2008-02-02ide: remove ide_ata66_check()Bartlomiej Zolnierkiewicz
2008-02-02ide: remove set_transfer()Bartlomiej Zolnierkiewicz