aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-29ali14xx: doesn't use shared IRQsBartlomiej Zolnierkiewicz1-2/+1
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz1-11/+15
2008-12-02amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz1-1/+2
2008-10-17ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz1-0/+1
2008-10-16device create: ide: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns1-0/+5
2008-10-13ide: Two fixes regarding memory allocationElias Oltmanns1-5/+15
2008-10-13ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz1-0/+2
2008-10-13ide: remove ide_host_alloc_all()Bartlomiej Zolnierkiewicz1-22/+9
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz1-2/+2
2008-10-13ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz1-12/+14
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-48/+56