summaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2009-03-25ide: remove try_to_identify() wrapperBartlomiej Zolnierkiewicz1-25/+9
2009-03-25ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)Bartlomiej Zolnierkiewicz1-43/+7
2009-03-25ide: remove no longer needed IRQ fallback code from hwif_init()Bartlomiej Zolnierkiewicz1-26/+4
2009-03-25amd74xx: remove no longer needed ->init_hwif methodBartlomiej Zolnierkiewicz1-10/+0
2009-03-25ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQSBartlomiej Zolnierkiewicz7-34/+6
2009-03-25ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}()Bartlomiej Zolnierkiewicz1-10/+6
2009-03-25ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}()Bartlomiej Zolnierkiewicz1-4/+4
2009-03-25ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()Bartlomiej Zolnierkiewicz2-4/+12
2009-03-25trm290: small ->init_hwif cleanupBartlomiej Zolnierkiewicz1-3/+0
2009-03-25ns87415: small ->init_hwif cleanupBartlomiej Zolnierkiewicz1-2/+0
2009-03-25ns87415: use pci_get_legacy_ide_irq()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-25amd74xx: use ide_pci_is_in_compatibility_mode()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-25ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz4-426/+432
2009-03-25ide: checkpatch.pl fixes for ide-iops.cBartlomiej Zolnierkiewicz1-25/+23
2009-03-25ide: fix comments in ide_config_drive_speed()Bartlomiej Zolnierkiewicz1-6/+3
2009-03-25ide: fix printk() levels in [atapi_]reset_pollfunc()Bartlomiej Zolnierkiewicz1-4/+5
2009-03-25ide: move standard I/O code to ide-io-std.cBartlomiej Zolnierkiewicz3-314/+318
2009-03-25ide: move ide_read_bcount_and_ireason() to ide-atapi.cBartlomiej Zolnierkiewicz2-15/+15
2009-03-25ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz4-242/+256
2009-03-25ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz4-192/+192
2009-03-25ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz2-24/+25
2009-03-25ide: factor out processing of special commands from ide_special_rq()Bartlomiej Zolnierkiewicz1-34/+41
2009-03-25ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz3-30/+7
2009-03-25ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz2-57/+57
2009-03-25ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz2-25/+23
2009-03-25ide: unexport ide_devset_execute()Bartlomiej Zolnierkiewicz1-1/+0
2009-03-25ide: remove stale comments from drive_is_ready()Bartlomiej Zolnierkiewicz1-9/+0
2009-03-25ide-acpi: remove taskfile_load_raw()Bartlomiej Zolnierkiewicz1-47/+24
2009-03-25ide-acpi: cleanup do_drive_set_taskfiles()Bartlomiej Zolnierkiewicz1-20/+1
2009-03-25ide-acpi: cleanup do_drive_get_GTF()Bartlomiej Zolnierkiewicz1-27/+0
2009-03-25ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz3-10/+6
2009-03-25ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz3-48/+25
2009-03-25ide-acpi: init ACPI handles early for devicesBartlomiej Zolnierkiewicz1-44/+21
2009-03-25ide-acpi: no need to zero ->acpidata for devicesBartlomiej Zolnierkiewicz1-2/+0
2009-03-25ide: remove superfluous check from ide_proc_port_register_devices()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-25ide: init_irq() doesn't need to hold ide_cfg_mtxBartlomiej Zolnierkiewicz1-4/+0
2009-03-25ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()Bartlomiej Zolnierkiewicz1-5/+6
2009-03-25ide: no need to touch local IRQs in ide_probe_port()Bartlomiej Zolnierkiewicz1-6/+0
2009-03-25ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz2-21/+20
2009-03-25ide: fix IDE_DFLAG_NO_IO_32BIT handlingBartlomiej Zolnierkiewicz1-7/+2
2009-03-13ide: save the returned value of dma_map_sgFUJITA Tomonori1-3/+9
2009-03-13ide-floppy: do not map dataless cmds to an sgBorislav Petkov2-2/+16
2009-03-05ide: add at91_ide driverStanislaw Gruszka3-0/+473
2009-03-05ide: allow to wrap interrupt handlerStanislaw Gruszka2-1/+7
2009-03-05ide-iops: fix odd-length ATAPI PIO transfersSergei Shtylyov1-0/+2
2009-03-05ide: NULL noise: drivers/ide/ide-*.cHannes Eder4-4/+4
2009-03-05ide: expiry() returns int, negative expiry() return values won't be noticedRoel Kluin1-1/+1
2009-02-25ide: fix refcounting in device driversBartlomiej Zolnierkiewicz5-30/+56
2009-02-25ide-cd: document capacity hackBartlomiej Zolnierkiewicz1-0/+8
2009-02-25it821x: remove dead URLBartlomiej Zolnierkiewicz1-3/+2