summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-24ide: classify device type in do_probe()Bartlomiej Zolnierkiewicz1-13/+13
2009-03-24ide: remove broken EXABYTENEST supportBartlomiej Zolnierkiewicz1-37/+0
2009-03-24ide: shorten timeout value in ide_driveid_update()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-24ide: propagate AltStatus workarounds to ide_driveid_update()Bartlomiej Zolnierkiewicz1-3/+18
2009-03-24ide: fix kmalloc() failure handling in ide_driveid_update()Bartlomiej Zolnierkiewicz1-13/+20
2009-03-24ide: remove pciirq argument from ide_pci_setup_ports()Bartlomiej Zolnierkiewicz2-9/+7
2009-03-24ide: fix ->init_chipset method to return 'int' valueBartlomiej Zolnierkiewicz17-24/+24
2009-03-24ide: remove try_to_identify() wrapperBartlomiej Zolnierkiewicz1-25/+9
2009-03-24ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)Bartlomiej Zolnierkiewicz1-43/+7
2009-03-24ide: remove no longer needed IRQ fallback code from hwif_init()Bartlomiej Zolnierkiewicz1-26/+4
2009-03-24amd74xx: remove no longer needed ->init_hwif methodBartlomiej Zolnierkiewicz1-10/+0
2009-03-24ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQSBartlomiej Zolnierkiewicz7-34/+6
2009-03-24ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}()Bartlomiej Zolnierkiewicz1-10/+6
2009-03-24ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}()Bartlomiej Zolnierkiewicz1-4/+4
2009-03-24ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()Bartlomiej Zolnierkiewicz2-4/+12
2009-03-24trm290: small ->init_hwif cleanupBartlomiej Zolnierkiewicz1-3/+0
2009-03-24ns87415: small ->init_hwif cleanupBartlomiej Zolnierkiewicz1-2/+0
2009-03-24ns87415: use pci_get_legacy_ide_irq()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-24amd74xx: use ide_pci_is_in_compatibility_mode()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-24ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz4-426/+432
2009-03-24ide: checkpatch.pl fixes for ide-iops.cBartlomiej Zolnierkiewicz1-25/+23
2009-03-24ide: fix comments in ide_config_drive_speed()Bartlomiej Zolnierkiewicz1-6/+3
2009-03-24ide: fix printk() levels in [atapi_]reset_pollfunc()Bartlomiej Zolnierkiewicz1-4/+5
2009-03-24ide: move standard I/O code to ide-io-std.cBartlomiej Zolnierkiewicz3-314/+318
2009-03-24ide: move ide_read_bcount_and_ireason() to ide-atapi.cBartlomiej Zolnierkiewicz2-15/+15
2009-03-24ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz4-242/+256
2009-03-24ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz4-192/+192
2009-03-24ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz2-24/+25
2009-03-24ide: factor out processing of special commands from ide_special_rq()Bartlomiej Zolnierkiewicz1-34/+41
2009-03-24ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz3-30/+7
2009-03-24ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz2-57/+57
2009-03-24ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz2-25/+23
2009-03-24ide: unexport ide_devset_execute()Bartlomiej Zolnierkiewicz1-1/+0
2009-03-24ide: remove stale comments from drive_is_ready()Bartlomiej Zolnierkiewicz1-9/+0
2009-03-24ide-acpi: remove taskfile_load_raw()Bartlomiej Zolnierkiewicz1-47/+24
2009-03-24ide-acpi: cleanup do_drive_set_taskfiles()Bartlomiej Zolnierkiewicz1-20/+1
2009-03-24ide-acpi: cleanup do_drive_get_GTF()Bartlomiej Zolnierkiewicz1-27/+0
2009-03-24ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz3-10/+6
2009-03-24ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz3-48/+25
2009-03-24ide-acpi: init ACPI handles early for devicesBartlomiej Zolnierkiewicz1-44/+21
2009-03-24ide-acpi: no need to zero ->acpidata for devicesBartlomiej Zolnierkiewicz1-2/+0
2009-03-24ide: remove superfluous check from ide_proc_port_register_devices()Bartlomiej Zolnierkiewicz1-1/+1
2009-03-24ide: init_irq() doesn't need to hold ide_cfg_mtxBartlomiej Zolnierkiewicz1-4/+0
2009-03-24ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()Bartlomiej Zolnierkiewicz1-5/+6
2009-03-24ide: no need to touch local IRQs in ide_probe_port()Bartlomiej Zolnierkiewicz1-6/+0
2009-03-24ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz2-21/+20
2009-03-24ide: fix IDE_DFLAG_NO_IO_32BIT handlingBartlomiej Zolnierkiewicz1-7/+2
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-103/+236
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+1
2009-03-22ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2-26/+11