aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
Commit message (Expand)AuthorAge
* ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz2008-04-26
* ide: manage I/O resources in ide_legacy_init_one()Bartlomiej Zolnierkiewicz2008-04-26
* ide: add ide_legacy_init_one() helperBartlomiej Zolnierkiewicz2008-04-26
* ide-4drives: manage I/O resources in driverBartlomiej Zolnierkiewicz2008-04-26
* ide: register ports with non-present devices (for warm-plug)Bartlomiej Zolnierkiewicz2008-04-26
* ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz2008-04-26
* ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz2008-04-26
* ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-26
* ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz2008-04-26
* ide: use ide_find_port() in legacy VLB host drivers (take 2)Bartlomiej Zolnierkiewicz2008-04-26
* ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz2008-04-26
* ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz2008-04-17
* ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz2008-04-17
* ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Bartlomiej Zolnierkiewicz2008-04-17
* ide: remove needless CONFIG_BLK_DEV_HD hack from init_hwif()Bartlomiej Zolnierkiewicz2008-04-17
* ide: add warm-plug support for IDE devices (take 2)Bartlomiej Zolnierkiewicz2008-04-17
* ide: rework PowerMac media-bay support (take 2)Bartlomiej Zolnierkiewicz2008-04-17
* ide: move ide_port_setup_devices() call to ide_device_add_all()Bartlomiej Zolnierkiewicz2008-04-17
* ide: remove IDE devices from /proc/ide/ before unregistering themBartlomiej Zolnierkiewicz2008-04-17
* ide: factor out cable detection from ide_init_port()Bartlomiej Zolnierkiewicz2008-04-17
* Revert "ide: change master/slave IDENTIFY order"Bartlomiej Zolnierkiewicz2008-03-29
* ide: skip probing port if "hdx=noprobe" was used for both devices on itBartlomiej Zolnierkiewicz2008-02-26
* ide: fix comment in init_irq()Bartlomiej Zolnierkiewicz2008-02-10
* ide: ide_init_port() bugfixBartlomiej Zolnierkiewicz2008-02-10
* cleanup after APUS removalAdrian Bunk2008-02-06
* ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz2008-02-05
* ide-probe: remove needless Status register readsBartlomiej Zolnierkiewicz2008-02-02
* ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz2008-02-02
* ide: move hwif->present check out from ide_proc_register_port()Bartlomiej Zolnierkiewicz2008-02-02
* ide: factor out devices setup from ide_acpi_init()Bartlomiej Zolnierkiewicz2008-02-02
* ide: move ide_acpi_init() call to ide_device_add_all()Bartlomiej Zolnierkiewicz2008-02-02
* ide: factor out devices setup from init_irq()Bartlomiej Zolnierkiewicz2008-02-02
* ide: factor out adding drive to hwgroup from init_irq()Bartlomiej Zolnierkiewicz2008-02-02
* ide: move hwif->rqsize init from ide_init_queue() to init_irq()Bartlomiej Zolnierkiewicz2008-02-02
* ide: merge init_gendisk() into hwif_register_devices()Bartlomiej Zolnierkiewicz2008-02-02
* ide: call init_gendisk() after ide_acpi_init()Bartlomiej Zolnierkiewicz2008-02-02
* ide: move blk_register_region() call out from init_gendisk()Bartlomiej Zolnierkiewicz2008-02-02
* ide: skip not present devices in init_gendisk()Bartlomiej Zolnierkiewicz2008-02-02
* ide: remove incorrect init_gendisk() commentBartlomiej Zolnierkiewicz2008-02-02
* ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz2008-02-02
* ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz2008-02-02
* ide: factor out code initializing devices from ide_init_port()Bartlomiej Zolnierkiewicz2008-02-02
* ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz2008-02-02
* ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz2008-02-02
* ide: move hwif_register() call out of ide_probe_port()Bartlomiej Zolnierkiewicz2008-02-01
* ide: factor out code for tuning devices from ide_probe_port()Bartlomiej Zolnierkiewicz2008-02-01
* ide: move handling of I/O resources out of ide_probe_port()Bartlomiej Zolnierkiewicz2008-02-01
* ide: make probe_hwif() return an error valueBartlomiej Zolnierkiewicz2008-02-01
* ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz2008-02-01
* ide: prepare init_irq() for using ide_remove_port_from_hwgroup()Bartlomiej Zolnierkiewicz2008-02-01