summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)Author
2008-10-05ide-cd: temporary tray close fixBorislav Petkov
2008-09-02ide: fix hwif_to_node()Bartlomiej Zolnierkiewicz
2008-09-02IDE: compile fix for sff_dma_opsKevin Hilman
2008-08-05ide: remove CONFIG_IDE_MAX_HWIFSAdrian Bunk
2008-08-05ide: sanitize struct ide_port_ops documentation (take 2)Bartlomiej Zolnierkiewicz
2008-07-24ide: drop 'name' parameter from ->init_chipset methodBartlomiej Zolnierkiewicz
2008-07-24ide: remove <asm/ide.h> for some archsBartlomiej Zolnierkiewicz
2008-07-24ide: define MAX_HWIFS in <linux/ide.h>Bartlomiej Zolnierkiewicz
2008-07-24ide: add ide_pci_remove() helperBartlomiej Zolnierkiewicz
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov
2008-07-23ide: add per-device flagsBorislav Petkov
2008-07-23ide: remove pc->callback member from ide_atapi_pcBorislav Petkov
2008-07-23ide: push pc callback pointer into the ide_drive_t structureBorislav Petkov
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()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: 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: factor out simplex handling from ide_pci_dma_base()Bartlomiej Zolnierkiewicz
2008-07-23ide: remove ide_setup_dma()Bartlomiej 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-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz
2008-07-16IDE: Remove unused codeElias Oltmanns
2008-07-16IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns
2008-07-16ide: ->port_init_devs -> ->init_devBartlomiej Zolnierkiewicz
2008-07-16ide: set hwif->dev in ide_init_port_hw() (take 2)Bartlomiej Zolnierkiewicz
2008-07-16ide: make ide_hwifs[] staticBartlomiej Zolnierkiewicz
2008-07-16ide: move PIO blacklist to ide-pio-blacklist.cBartlomiej Zolnierkiewicz
2008-07-16ide: remove no longer used ide_pio_timings[]Bartlomiej Zolnierkiewicz
2008-07-16ide: move ide_pio_cycle_time() to ide-timings.cBartlomiej Zolnierkiewicz
2008-07-16ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz
2008-07-16ide: move some bits from ide-timing.h to <linux/ide.h>Bartlomiej Zolnierkiewicz
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz
2008-07-15ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz
2008-07-15ide: add PC_FLAG_ZIP_DRIVE pc flagBartlomiej Zolnierkiewicz