summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-probe.c
AgeCommit message (Expand)Author
2009-03-24ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz
2009-03-24ide: init_irq() doesn't need to hold ide_cfg_mtxBartlomiej Zolnierkiewicz
2009-03-24ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()Bartlomiej Zolnierkiewicz
2009-03-24ide: no need to touch local IRQs in ide_probe_port()Bartlomiej Zolnierkiewicz
2009-03-24ide: fix IDE_DFLAG_NO_IO_32BIT handlingBartlomiej Zolnierkiewicz
2009-03-05ide: allow to wrap interrupt handlerStanislaw Gruszka
2009-02-02IDE: Unregister and disable devices if initialization fails.Ian Campbell
2009-02-02ide: fix ide_register_port() failure handlingBartlomiej Zolnierkiewicz
2009-01-19ide: fix IDE PMAC breakageAndreas Schwab
2009-01-14ide: fix accidental LOCKDEP breakage caused by local_irq_set() removalBartlomiej Zolnierkiewicz
2009-01-06ide: move read_sff_dma_status() method to 'struct ide_dma_ops'Sergei Shtylyov
2009-01-06ide: fix ide_port_scan() to do ACPI setup after initializing request queuesBartlomiej Zolnierkiewicz
2009-01-06ide: Fix drive's DWORD-IO handlingMario Schwalbe
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz
2009-01-06ide: NUMA aware allocation of host and port structuresBartlomiej Zolnierkiewicz
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz
2009-01-06ide: move ide_init_port_data() and friends to ide-probe.cBartlomiej Zolnierkiewicz
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz
2009-01-02ide: move sysfs support to ide-sysfs.cBartlomiej Zolnierkiewicz
2009-01-02ide: factor out device type classifying from do_identify()Bartlomiej Zolnierkiewicz
2009-01-02ide: small ide_register_port() cleanupBartlomiej Zolnierkiewicz
2009-01-02ide: remove chipset type fixup from ide_host_register()Bartlomiej Zolnierkiewicz
2008-12-29ide: push local_irq_{save,restore}() to do_identify()Bartlomiej Zolnierkiewicz
2008-12-29ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2)Bartlomiej Zolnierkiewicz
2008-12-29ide: remove inline tags from ide-probe.cBartlomiej Zolnierkiewicz
2008-12-29ide: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-29ide: rework handling of serialized ports (v2)Bartlomiej Zolnierkiewicz
2008-12-29ide: add ->max_sectors field to struct ide_port_infoBartlomiej Zolnierkiewicz
2008-12-29ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz
2008-12-29cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz
2008-12-29ali14xx: doesn't use shared IRQsBartlomiej Zolnierkiewicz
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz
2008-12-02amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz
2008-10-17ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz
2008-10-16device create: ide: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns
2008-10-13ide: Two fixes regarding memory allocationElias Oltmanns
2008-10-13ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz
2008-10-13ide: remove ide_host_alloc_all()Bartlomiej Zolnierkiewicz
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz
2008-10-13ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz
2008-10-13ide: remove unnecessary MAX_HWIFS checks from ide-probe.cBartlomiej Zolnierkiewicz
2008-10-10ide: add proper PCI PM support (v2)Bartlomiej Zolnierkiewicz