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