aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06ide: remove ide_setup_ports()Bartlomiej Zolnierkiewicz1-54/+0
2008-02-02ide: remove ->nice0 and ->nice2 fields from ide_drive_tBartlomiej Zolnierkiewicz1-4/+1
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz1-12/+29
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz1-7/+12
2008-02-02ide: remove redundant init_hwif_default() call from ide_register_hw()Bartlomiej Zolnierkiewicz1-3/+1
2008-02-02ide: remove redundant hwif->present check from ide_register_hw()Bartlomiej Zolnierkiewicz1-2/+0
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz1-1/+1
2008-02-02dtc2278: fix ->io_32bit handlingBartlomiej Zolnierkiewicz1-4/+0
2008-02-01ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-01ide: factor out code removing port from hwgroup from ide_unregister()Bartlomiej Zolnierkiewicz1-29/+36
2008-02-01ide: I/O resources are released too early in ide_unregister()Bartlomiej Zolnierkiewicz1-7/+7
2008-02-01ide: cleanup ide_system_bus_speed()Bartlomiej Zolnierkiewicz1-17/+11
2008-02-01ide: update/add my CopyrightsBartlomiej Zolnierkiewicz1-1/+2
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz1-3/+0
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-1/+2
2008-01-26ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILEBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: initialize rq->cmd_type in ide_init_drive_cmd() callersBartlomiej Zolnierkiewicz1-0/+3
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz1-5/+1
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz1-129/+2
2008-01-26ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz1-0/+4
2008-01-26ide: move ide_arm_init() call from init_ide_data() to ide_init()Bartlomiej Zolnierkiewicz1-3/+3
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz1-22/+11
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz1-6/+13
2008-01-26ide: don't try to unregister interfaces if 'initializing' in ide_register_hw()Bartlomiej Zolnierkiewicz1-2/+10
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz1-5/+3
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz1-3/+2
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz1-3/+1
2008-01-25ide: cleanup ide_set_dma()Bartlomiej Zolnierkiewicz1-1/+0
2008-01-25ide: remove redundant ->ide_dma_on call from set_using_dma()Bartlomiej Zolnierkiewicz1-1/+1
2008-01-25ide: remove hwif->intrprocBartlomiej Zolnierkiewicz1-1/+0
2008-01-25ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz1-2/+0
2007-12-12ide: fix ->io_32bit race in set_io_32bit()Bartlomiej Zolnierkiewicz1-0/+6
2007-12-12ide: add /sys/bus/ide/devices/*/{model,firmware,serial} sysfs entriesBartlomiej Zolnierkiewicz1-0/+24
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz1-7/+8
2007-10-20ide: add hwif->ack_intr hookBartlomiej Zolnierkiewicz1-0/+1
2007-10-20icside: use ec->dma directlyBartlomiej Zolnierkiewicz1-1/+0
2007-10-20ide: fix ide_register_hw() to check hwif->io_ports[]Bartlomiej Zolnierkiewicz1-2/+2
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz1-0/+24
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz1-3/+4
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz1-14/+9
2007-10-19ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz1-1/+0
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-3/+0
2007-10-16ide: add "hdx=nodma" kernel parameterBartlomiej Zolnierkiewicz1-2/+5
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-1/+0
2007-10-16ide: remove "idex=dma" kernel parameterBartlomiej Zolnierkiewicz1-4/+2
2007-10-16ide: unexport noautodmaAdrian Bunk1-2/+0
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-2/+1
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-12/+5
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz1-2/+3