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