summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz1-20/+21
2008-04-27ide: remove obsoleted "hdx=autotune" kernel parameterBartlomiej Zolnierkiewicz1-3/+1
2008-04-27ide: remove IDE_HFLAG_NO_AUTOTUNE host flagBartlomiej Zolnierkiewicz1-2/+1
2008-04-27ide: remove obsoleted "hdx=noautotune" kernel parameterBartlomiej Zolnierkiewicz1-8/+2
2008-04-27ide: remove obsoleted "idex=reset" kernel parameterBartlomiej Zolnierkiewicz1-7/+2
2008-04-27ide: add "ignore_cable" parameter (take 2)Bartlomiej Zolnierkiewicz1-1/+9
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-2/+3
2008-04-26ide: add IDE_HFLAG_SERIALIZE_DMA host flagBartlomiej Zolnierkiewicz1-2/+5
2008-04-26ide: do complete DMA setup in ->init_dma method (take 2)Bartlomiej Zolnierkiewicz1-6/+15
2008-04-26ide: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-26ide: cleanup setting hwif->mmio flagBartlomiej Zolnierkiewicz1-1/+0
2008-04-26ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz1-6/+0
2008-04-26ide: manage I/O resources in ide_legacy_init_one()Bartlomiej Zolnierkiewicz1-0/+14
2008-04-26ide: add ide_legacy_init_one() helperBartlomiej Zolnierkiewicz1-23/+33
2008-04-26ide-4drives: manage I/O resources in driverBartlomiej Zolnierkiewicz1-2/+1
2008-04-26ide: register ports with non-present devices (for warm-plug)Bartlomiej Zolnierkiewicz1-20/+17
2008-04-26ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz1-5/+14
2008-04-26ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz1-0/+32
2008-04-26ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz1-2/+1
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-6/+14
2008-04-26ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz1-1/+3
2008-04-26ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz1-0/+46
2008-04-18ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz1-0/+4
2008-04-18ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz1-8/+11
2008-04-18ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Bartlomiej Zolnierkiewicz1-2/+1
2008-04-18ide: remove needless CONFIG_BLK_DEV_HD hack from init_hwif()Bartlomiej Zolnierkiewicz1-7/+0
2008-04-18ide: add warm-plug support for IDE devices (take 2)Bartlomiej Zolnierkiewicz1-2/+69
2008-04-18ide: rework PowerMac media-bay support (take 2)Bartlomiej Zolnierkiewicz1-0/+18
2008-04-18ide: move ide_port_setup_devices() call to ide_device_add_all()Bartlomiej Zolnierkiewicz1-2/+4
2008-04-18ide: remove IDE devices from /proc/ide/ before unregistering themBartlomiej Zolnierkiewicz1-0/+2
2008-04-18ide: factor out cable detection from ide_init_port()Bartlomiej Zolnierkiewicz1-0/+4
2008-03-29Revert "ide: change master/slave IDENTIFY order"Bartlomiej Zolnierkiewicz1-2/+3
2008-02-26ide: skip probing port if "hdx=noprobe" was used for both devices on itBartlomiej Zolnierkiewicz1-1/+2
2008-02-11ide: fix comment in init_irq()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-11ide: ide_init_port() bugfixBartlomiej Zolnierkiewicz1-1/+1
2008-02-06cleanup after APUS removalAdrian Bunk1-3/+3
2008-02-06ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz1-22/+25
2008-02-02ide-probe: remove needless Status register readsBartlomiej Zolnierkiewicz1-14/+21
2008-02-02ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz1-1/+3
2008-02-02ide: move hwif->present check out from ide_proc_register_port()Bartlomiej Zolnierkiewicz1-2/+7
2008-02-02ide: factor out devices setup from ide_acpi_init()Bartlomiej Zolnierkiewicz1-0/+1
2008-02-02ide: move ide_acpi_init() call to ide_device_add_all()Bartlomiej Zolnierkiewicz1-1/+2
2008-02-02ide: factor out devices setup from init_irq()Bartlomiej Zolnierkiewicz1-16/+28
2008-02-02ide: factor out adding drive to hwgroup from init_irq()Bartlomiej Zolnierkiewicz1-11/+18
2008-02-02ide: move hwif->rqsize init from ide_init_queue() to init_irq()Bartlomiej Zolnierkiewicz1-7/+8
2008-02-02ide: merge init_gendisk() into hwif_register_devices()Bartlomiej Zolnierkiewicz1-28/+16
2008-02-02ide: call init_gendisk() after ide_acpi_init()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-02ide: move blk_register_region() call out from init_gendisk()Bartlomiej Zolnierkiewicz1-2/+2
2008-02-02ide: skip not present devices in init_gendisk()Bartlomiej Zolnierkiewicz1-0/+4
2008-02-02ide: remove incorrect init_gendisk() commentBartlomiej Zolnierkiewicz1-6/+0