summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-27ide: remove ->extra field from struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+0
2008-04-27ide: remove ide_hwif_request_regions()Bartlomiej Zolnierkiewicz1-1/+0
2008-04-27ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz1-2/+2
2008-04-27ide: remove ide_hwif_release_regions()Bartlomiej Zolnierkiewicz1-1/+0
2008-04-27ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-27ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz1-0/+1
2008-04-27ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+0
2008-04-27ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-26/+30
2008-04-26ide: remove hwif->straight8 flagBartlomiej Zolnierkiewicz1-1/+0
2008-04-26ide: remove IDE_HFLAG_CY82C693 host flagBartlomiej Zolnierkiewicz1-2/+0
2008-04-26ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz1-0/+2
2008-04-26ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz1-1/+7
2008-04-26ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz1-2/+0
2008-04-26ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz1-4/+4
2008-04-26ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz1-1/+1
2008-04-19include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz1-7/+0
2008-04-18ide: use generic ATAPI packet command flags in ide-{floppy,tape}Borislav Petkov1-0/+15
2008-04-18ide: add generic packet command representation ide_atapi_pcBorislav Petkov1-0/+47
2008-04-18ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz1-20/+9
2008-04-18ide: add ide_atapi_{discard_data,write_zeros} inline helpersBartlomiej Zolnierkiewicz1-0/+22
2008-04-18ide: remove ide_init_hwif_ports()Bartlomiej Zolnierkiewicz1-32/+0
2008-04-18ide: remove ->hold field from ide_hwif_t (take 2)Bartlomiej Zolnierkiewicz1-1/+0
2008-04-18ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-18ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-18ide: add warm-plug support for IDE devices (take 2)Bartlomiej Zolnierkiewicz1-1/+4
2008-04-18ide: remove dead/obsolete ->busproc methodBartlomiej Zolnierkiewicz1-2/+0
2008-04-18ide: rework PowerMac media-bay support (take 2)Bartlomiej Zolnierkiewicz1-4/+2
2008-04-18ide: remove IDE devices from /proc/ide/ before unregistering themBartlomiej Zolnierkiewicz1-0/+2
2008-04-18ide: use ide_find_port() instead of ide_deprecated_find_port()Bartlomiej Zolnierkiewicz1-1/+0
2008-04-18IDE: remove ide=reverse IDE coreGreg Kroah-Hartman1-1/+0
2008-03-29ide: fix defining SUPPORT_VLB_SYNCBartlomiej Zolnierkiewicz1-1/+1
2008-02-11Prevent IDE boot ops on NUMA systemAndi Kleen1-1/+1
2008-02-11ide-disk: fix flush requests (take 2)Bartlomiej Zolnierkiewicz1-0/+2
2008-02-11ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF optionSergei Shtylyov1-5/+4
2008-02-06ide: add ide_read_error() inline helperBartlomiej Zolnierkiewicz1-0/+7
2008-02-06ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz1-0/+14
2008-02-06ide: remove ide_setup_ports()Bartlomiej Zolnierkiewicz1-11/+0
2008-02-06ide: remove write-only ->sata_misc[] from ide_hwif_tBartlomiej Zolnierkiewicz1-5/+0
2008-02-06Palmchip BK3710 IDE driverAnton Salnikov1-2/+3
2008-02-02ide: move check_dma_crc() to ide-dma.cBartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: remove ide_ata66_check()Bartlomiej Zolnierkiewicz1-1/+0
2008-02-02ide: remove set_transfer()Bartlomiej Zolnierkiewicz1-1/+0
2008-02-02ide: remove SATA_*_REG macrosBartlomiej Zolnierkiewicz1-6/+0
2008-02-02ide: remove ->nice0 and ->nice2 fields from ide_drive_tBartlomiej Zolnierkiewicz1-2/+0
2008-02-02ide: convert ->straight8 field in ide_hwif_t to bit flagBartlomiej Zolnierkiewicz1-1/+1
2008-02-02ide: remove unused ->auto_poll field from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+0
2008-02-02ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: factor out devices setup from ide_acpi_init()Bartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz1-0/+2