aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz1-1/+1
2009-03-27ide: remove now superfluous check from ide_host_register()Bartlomiej Zolnierkiewicz1-12/+7
2009-03-27ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz1-10/+3
2009-03-27ide: fix memleak on failure in probe_for_drive()Bartlomiej Zolnierkiewicz1-13/+9
2009-03-27ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz1-0/+2
2009-03-27ide: move ->rqsize init from init_irq() to ide_init_port()Bartlomiej Zolnierkiewicz1-8/+7
2009-03-24ide: use try_to_identify() in ide_driveid_update()Bartlomiej Zolnierkiewicz1-12/+12
2009-03-24ide: classify device type in do_probe()Bartlomiej Zolnierkiewicz1-13/+13
2009-03-24ide: remove broken EXABYTENEST supportBartlomiej Zolnierkiewicz1-37/+0
2009-03-24ide: remove try_to_identify() wrapperBartlomiej Zolnierkiewicz1-25/+9
2009-03-24ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)Bartlomiej Zolnierkiewicz1-43/+7
2009-03-24ide: remove no longer needed IRQ fallback code from hwif_init()Bartlomiej Zolnierkiewicz1-26/+4
2009-03-24ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()Bartlomiej Zolnierkiewicz1-4/+0
2009-03-24ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz1-1/+1
2009-03-24ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz1-25/+13
2009-03-24ide: init_irq() doesn't need to hold ide_cfg_mtxBartlomiej Zolnierkiewicz1-4/+0
2009-03-24ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()Bartlomiej Zolnierkiewicz1-5/+6
2009-03-24ide: no need to touch local IRQs in ide_probe_port()Bartlomiej Zolnierkiewicz1-6/+0
2009-03-24ide: fix IDE_DFLAG_NO_IO_32BIT handlingBartlomiej Zolnierkiewicz1-7/+2
2009-03-05ide: allow to wrap interrupt handlerStanislaw Gruszka1-1/+6
2009-02-02IDE: Unregister and disable devices if initialization fails.Ian Campbell1-1/+2
2009-02-02ide: fix ide_register_port() failure handlingBartlomiej Zolnierkiewicz1-8/+32
2009-01-19ide: fix IDE PMAC breakageAndreas Schwab1-1/+2
2009-01-14ide: fix accidental LOCKDEP breakage caused by local_irq_set() removalBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov1-2/+5
2009-01-06ide: fix ide_port_scan() to do ACPI setup after initializing request queuesBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: Fix drive's DWORD-IO handlingMario Schwalbe1-2/+1
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz1-58/+38
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz1-20/+51
2009-01-06ide: NUMA aware allocation of host and port structuresBartlomiej Zolnierkiewicz1-4/+5
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz1-1/+2
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz1-6/+6
2009-01-06ide: move ide_init_port_data() and friends to ide-probe.cBartlomiej Zolnierkiewicz1-0/+135
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz1-74/+13
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz1-84/+6
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz1-13/+8
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov1-2/+0
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz1-2/+1
2009-01-02ide: move sysfs support to ide-sysfs.cBartlomiej Zolnierkiewicz1-52/+0
2009-01-02ide: factor out device type classifying from do_identify()Bartlomiej Zolnierkiewicz1-73/+81
2009-01-02ide: small ide_register_port() cleanupBartlomiej Zolnierkiewicz1-7/+2
2009-01-02ide: remove chipset type fixup from ide_host_register()Bartlomiej Zolnierkiewicz1-3/+0
2008-12-29ide: push local_irq_{save,restore}() to do_identify()Bartlomiej Zolnierkiewicz1-7/+4
2008-12-29ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2)Bartlomiej Zolnierkiewicz1-56/+0
2008-12-29ide: remove inline tags from ide-probe.cBartlomiej Zolnierkiewicz1-4/+4
2008-12-29ide: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-12-29ide: rework handling of serialized ports (v2)Bartlomiej Zolnierkiewicz1-45/+5
2008-12-29ide: add ->max_sectors field to struct ide_port_infoBartlomiej Zolnierkiewicz1-2/+2
2008-12-29ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz1-3/+1
2008-12-29cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz1-1/+1