summaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
Commit message (Expand)AuthorAgeFilesLines
* ide: remove the ide_etrax100 chipset typeAdrian Bunk2008-06-101-1/+1
* cs5520: disable VDMABartlomiej Zolnierkiewicz2008-05-141-4/+4
* make ide-iops.c:SELECT_MASK() staticAdrian Bunk2008-05-141-1/+0
* ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-281-1/+0
* ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-281-2/+0
* ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz2008-04-281-23/+2
* ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz2008-04-281-2/+0
* ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz2008-04-281-3/+5
* ide: factor out debugging code from ide_tf_load()Bartlomiej Zolnierkiewicz2008-04-281-0/+2
* ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz2008-04-281-0/+2
* ide: remove ->INS{W,L} and ->OUTS{W,L} methodsBartlomiej Zolnierkiewicz2008-04-281-4/+0
* ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz2008-04-281-0/+2
* ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz2008-04-281-8/+5
* falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)Bartlomiej Zolnierkiewicz2008-04-281-2/+2
* ide: remove now unused ide_pci_create_host_proc()Alexey Dobriyan2008-04-271-4/+0
* ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz2008-04-271-30/+40
* ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)Bartlomiej Zolnierkiewicz2008-04-271-1/+1
* ide: add "noacpi" / "acpigtf" / "acpionboot" parametersBartlomiej Zolnierkiewicz2008-04-271-0/+3
* ide: remove obsoleted "hdx=autotune" kernel parameterBartlomiej Zolnierkiewicz2008-04-271-1/+0
* ide: remove IDE_HFLAG_NO_AUTOTUNE host flagBartlomiej Zolnierkiewicz2008-04-271-2/+0
* ide: add "vlb|pci_clock=" parameterBartlomiej Zolnierkiewicz2008-04-271-0/+3
* ide: remove obsoleted "hdx=noautotune" kernel parameterBartlomiej Zolnierkiewicz2008-04-271-8/+1
* ide: remove obsoleted "idex=reset" kernel parameterBartlomiej Zolnierkiewicz2008-04-271-1/+0
* ide: add "ignore_cable" parameter (take 2)Bartlomiej Zolnierkiewicz2008-04-271-0/+2
* ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz2008-04-261-3/+5
* ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz2008-04-261-9/+14
* ide: add IDE_HFLAG_SERIALIZE_DMA host flagBartlomiej Zolnierkiewicz2008-04-261-0/+2
* ide: do complete DMA setup in ->init_dma method (take 2)Bartlomiej Zolnierkiewicz2008-04-261-4/+10
* ide: export ide_allocate_dma_engine()Bartlomiej Zolnierkiewicz2008-04-261-1/+2
* ide: remove ->cds field from ide_hwif_t (take 2)Bartlomiej Zolnierkiewicz2008-04-261-2/+0
* ide: remove ->extra field from struct ide_port_infoBartlomiej Zolnierkiewicz2008-04-261-1/+0
* ide: remove ide_hwif_request_regions()Bartlomiej Zolnierkiewicz2008-04-261-1/+0
* ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz2008-04-261-2/+2
* ide: remove ide_hwif_release_regions()Bartlomiej Zolnierkiewicz2008-04-261-1/+0
* ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz2008-04-261-1/+1
* ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz2008-04-261-0/+1
* ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-261-1/+0
* ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz2008-04-261-26/+30
* ide: remove hwif->straight8 flagBartlomiej Zolnierkiewicz2008-04-261-1/+0
* ide: remove IDE_HFLAG_CY82C693 host flagBartlomiej Zolnierkiewicz2008-04-261-2/+0
* ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz2008-04-261-0/+2
* ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-1/+7
* ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz2008-04-261-2/+0
* ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz2008-04-261-4/+4
* ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz2008-04-261-1/+1
* include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz2008-04-181-7/+0
* ide: use generic ATAPI packet command flags in ide-{floppy,tape}Borislav Petkov2008-04-181-0/+15
* ide: add generic packet command representation ide_atapi_pcBorislav Petkov2008-04-181-0/+47
* ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz2008-04-181-20/+9
OpenPOWER on IntegriCloud