summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-25ide: shorten timeout value in ide_driveid_update()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-25ide: propagate AltStatus workarounds to ide_driveid_update()Bartlomiej Zolnierkiewicz1-3/+18
2009-03-25ide: fix kmalloc() failure handling in ide_driveid_update()Bartlomiej Zolnierkiewicz1-13/+20
2009-03-25mn10300: remove <asm/ide.h>Bartlomiej Zolnierkiewicz2-42/+2
2009-03-25frv: remove <asm/ide.h>Bartlomiej Zolnierkiewicz2-26/+2
2009-03-25ide: remove pciirq argument from ide_pci_setup_ports()Bartlomiej Zolnierkiewicz3-10/+8
2009-03-25ide: fix ->init_chipset method to return 'int' valueBartlomiej Zolnierkiewicz18-26/+26
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 Zolnierkiewicz2-41/+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 Zolnierkiewicz8-38/+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-25mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h>Bartlomiej Zolnierkiewicz1-0/+5
2009-03-25ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz5-431/+440
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 Zolnierkiewicz5-247/+263
2009-03-25ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz5-192/+193
2009-03-25ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz3-24/+27
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 Zolnierkiewicz4-32/+7
2009-03-25ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz3-57/+59
2009-03-25ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz3-27/+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 Zolnierkiewicz4-12/+10
2009-03-25ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz4-48/+29
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 Zolnierkiewicz3-23/+20
2009-03-25ide: fix IDE_DFLAG_NO_IO_32BIT handlingBartlomiej Zolnierkiewicz1-7/+2
2009-03-24Linux 2.6.29v2.6.29Linus Torvalds1-2/+2
2009-03-24Build with -fno-dwarf2-cfi-asmKyle McMartin1-0/+3