summaryrefslogtreecommitdiff
path: root/drivers/ide/ide.c
AgeCommit message (Expand)Author
2008-03-22ide: mark "hdx=[driver_name]" and "hdx=scsi" kernel parameters as obsoletedBartlomiej Zolnierkiewicz
2008-03-22ide: mark special "ide0=" kernel parameters as obsoletedBartlomiej Zolnierkiewicz
2008-03-07ide: update references to Documentation/ide/ide.txt (v2)Randy Dunlap
2008-03-07ide: fix buggy code in ide_register_hw()Peter Teoh
2008-02-26ide: fix sparse warning about shadowing 'flags' symbolBartlomiej Zolnierkiewicz
2008-02-26ide: skip probing port if "hdx=noprobe" was used for both devices on itBartlomiej Zolnierkiewicz
2008-02-26ide: remove redundant comment from ide_unregister()Bartlomiej Zolnierkiewicz
2008-02-21ide: mark "ide=reverse" option as obsoleteBartlomiej Zolnierkiewicz
2008-02-11ide: remove stale version numberBartlomiej Zolnierkiewicz
2008-02-06ide: remove ide_setup_ports()Bartlomiej Zolnierkiewicz
2008-02-02ide: remove ->nice0 and ->nice2 fields from ide_drive_tBartlomiej Zolnierkiewicz
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz
2008-02-02ide: remove redundant init_hwif_default() call from ide_register_hw()Bartlomiej Zolnierkiewicz
2008-02-02ide: remove redundant hwif->present check from ide_register_hw()Bartlomiej Zolnierkiewicz
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz
2008-02-02dtc2278: fix ->io_32bit handlingBartlomiej Zolnierkiewicz
2008-02-01ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz
2008-02-01ide: factor out code removing port from hwgroup from ide_unregister()Bartlomiej Zolnierkiewicz
2008-02-01ide: I/O resources are released too early in ide_unregister()Bartlomiej Zolnierkiewicz
2008-02-01ide: cleanup ide_system_bus_speed()Bartlomiej Zolnierkiewicz
2008-02-01ide: update/add my CopyrightsBartlomiej Zolnierkiewicz
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz
2008-01-26ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILEBartlomiej Zolnierkiewicz
2008-01-26ide: initialize rq->cmd_type in ide_init_drive_cmd() callersBartlomiej Zolnierkiewicz
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz
2008-01-26ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz
2008-01-26ide: move ide_arm_init() call from init_ide_data() to ide_init()Bartlomiej Zolnierkiewicz
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz
2008-01-26ide: don't try to unregister interfaces if 'initializing' in ide_register_hw()Bartlomiej Zolnierkiewicz
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz
2008-01-25ide: cleanup ide_set_dma()Bartlomiej Zolnierkiewicz
2008-01-25ide: remove redundant ->ide_dma_on call from set_using_dma()Bartlomiej Zolnierkiewicz
2008-01-25ide: remove hwif->intrprocBartlomiej Zolnierkiewicz
2008-01-25ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz
2007-12-12ide: fix ->io_32bit race in set_io_32bit()Bartlomiej Zolnierkiewicz
2007-12-12ide: add /sys/bus/ide/devices/*/{model,firmware,serial} sysfs entriesBartlomiej Zolnierkiewicz
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz
2007-10-20ide: add hwif->ack_intr hookBartlomiej Zolnierkiewicz
2007-10-20icside: use ec->dma directlyBartlomiej Zolnierkiewicz
2007-10-20ide: fix ide_register_hw() to check hwif->io_ports[]Bartlomiej Zolnierkiewicz
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz
2007-10-19ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz