netdev: convert eexpro to net_device_ops
[safe/jmp/linux-2.6] / drivers / ide /
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-03-24 Ming Leiplatform driver: fix incorrect use of 'platform_bus_typ...
2009-03-24 Bartlomiej Zolnier... ide: use try_to_identify() in ide_driveid_update()
2009-03-24 Bartlomiej Zolnier... ide: clear drive IRQ after re-enabling local IRQs in...
2009-03-24 Bartlomiej Zolnier... ide: sanitize SELECT_MASK() usage in ide_driveid_update()
2009-03-24 Bartlomiej Zolnier... ide: classify device type in do_probe()
2009-03-24 Bartlomiej Zolnier... ide: remove broken EXABYTENEST support
2009-03-24 Bartlomiej Zolnier... ide: shorten timeout value in ide_driveid_update()
2009-03-24 Bartlomiej Zolnier... ide: propagate AltStatus workarounds to ide_driveid_upd...
2009-03-24 Bartlomiej Zolnier... ide: fix kmalloc() failure handling in ide_driveid_update()
2009-03-24 Bartlomiej Zolnier... ide: remove pciirq argument from ide_pci_setup_ports()
2009-03-24 Bartlomiej Zolnier... ide: fix ->init_chipset method to return 'int' value
2009-03-24 Bartlomiej Zolnier... ide: remove try_to_identify() wrapper
2009-03-24 Bartlomiej Zolnier... ide: remove no longer needed IRQ auto-probing from...
2009-03-24 Bartlomiej Zolnier... ide: remove no longer needed IRQ fallback code from...
2009-03-24 Bartlomiej Zolnier... amd74xx: remove no longer needed ->init_hwif method
2009-03-24 Bartlomiej Zolnier... ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
2009-03-24 Bartlomiej Zolnier... ide: use ide_pci_is_in_compatibility_mode() in ide_pci_...
2009-03-24 Bartlomiej Zolnier... ide: use pci_get_legacy_ide_irq() in ide_pci_init_...
2009-03-24 Bartlomiej Zolnier... ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_in...
2009-03-24 Bartlomiej Zolnier... trm290: small ->init_hwif cleanup
2009-03-24 Bartlomiej Zolnier... ns87415: small ->init_hwif cleanup
2009-03-24 Bartlomiej Zolnier... ns87415: use pci_get_legacy_ide_irq()
2009-03-24 Bartlomiej Zolnier... amd74xx: use ide_pci_is_in_compatibility_mode()
2009-03-24 Bartlomiej Zolnier... ide: move error handling code to ide-eh.c (v2)
2009-03-24 Bartlomiej Zolnier... ide: checkpatch.pl fixes for ide-iops.c
2009-03-24 Bartlomiej Zolnier... ide: fix comments in ide_config_drive_speed()
2009-03-24 Bartlomiej Zolnier... ide: fix printk() levels in [atapi_]reset_pollfunc()
2009-03-24 Bartlomiej Zolnier... ide: move standard I/O code to ide-io-std.c
2009-03-24 Bartlomiej Zolnier... ide: move ide_read_bcount_and_ireason() to ide-atapi.c
2009-03-24 Bartlomiej Zolnier... ide: move xfer mode tuning code to ide-xfer-mode.c
2009-03-24 Bartlomiej Zolnier... ide: move device settings code to ide-devsets.c
2009-03-24 Bartlomiej Zolnier... ide: move ide_do_park_unpark() to ide-park.c
2009-03-24 Bartlomiej Zolnier... ide: factor out processing of special commands from...
2009-03-24 Bartlomiej Zolnier... ide: remove ide_do_drive_cmd()
2009-03-24 Bartlomiej Zolnier... ide: move ide_dma_timeout_retry() to ide-dma.c
2009-03-24 Bartlomiej Zolnier... ide: move drive_is_ready() to ide-io.c
2009-03-24 Bartlomiej Zolnier... ide: unexport ide_devset_execute()
2009-03-24 Bartlomiej Zolnier... ide: remove stale comments from drive_is_ready()
2009-03-24 Bartlomiej Zolnier... ide-acpi: remove taskfile_load_raw()
2009-03-24 Bartlomiej Zolnier... ide-acpi: cleanup do_drive_set_taskfiles()
2009-03-24 Bartlomiej Zolnier... ide-acpi: cleanup do_drive_get_GTF()
2009-03-24 Bartlomiej Zolnier... ide: sanitize ACPI initialization
2009-03-24 Bartlomiej Zolnier... ide: add ide_for_each_present_dev() iterator
2009-03-24 Bartlomiej Zolnier... ide-acpi: init ACPI handles early for devices
2009-03-24 Bartlomiej Zolnier... ide-acpi: no need to zero ->acpidata for devices
2009-03-24 Bartlomiej Zolnier... ide: remove superfluous check from ide_proc_port_regist...
2009-03-24 Bartlomiej Zolnier... ide: init_irq() doesn't need to hold ide_cfg_mtx
2009-03-24 Bartlomiej Zolnier... ide: move ->lock and ->timer init from init_irq() to...
2009-03-24 Bartlomiej Zolnier... ide: no need to touch local IRQs in ide_probe_port()
2009-03-24 Bartlomiej Zolnier... ide: move ide_pktcmd_tf_load() to ide-atapi.c
2009-03-24 Bartlomiej Zolnier... ide: fix IDE_DFLAG_NO_IO_32BIT handling
2009-03-13 FUJITA Tomonoriide: save the returned value of dma_map_sg
2009-03-13 Borislav Petkovide-floppy: do not map dataless cmds to an sg
2009-03-05 Stanislaw Gruszkaide: add at91_ide driver
2009-03-05 Stanislaw Gruszkaide: allow to wrap interrupt handler
2009-03-05 Sergei Shtylyovide-iops: fix odd-length ATAPI PIO transfers
2009-03-05 Hannes Ederide: NULL noise: drivers/ide/ide-*.c
2009-03-05 Roel Kluinide: expiry() returns int, negative expiry() return...
2009-02-25 Bartlomiej Zolnier... ide: fix refcounting in device drivers
2009-02-25 Bartlomiej Zolnier... ide-cd: document capacity hack
2009-02-25 Bartlomiej Zolnier... it821x: remove dead URL
2009-02-25 Roel Kluinatiixp: fix missing parentheses
2009-02-25 Roel Kluinamd74xx: device/vendor confusion
2009-02-25 David Frieside: ide.c 'clear' fix, update "ide=nodma" documentation
2009-02-04 Samuel ThibaultFix my email address in qd65xx.[ch]/pata_qdi.c
2009-02-02 Bartlomiej Zolnier... icside: fix PCB version 6 support (v2)
2009-02-02 Atsushi Nemototx4939ide: typo fix and minor cleanup
2009-02-02 Bartlomiej Zolnier... ide: add CS5536 host driver (v3)
2009-02-02 Gerhard Pircheride: Force VIA IDE legacy interrupts for AmigaOne boards
2009-02-02 Ian CampbellIDE: Unregister and disable devices if initialization...
2009-02-02 Bartlomiej Zolnier... ide: fix ide_register_port() failure handling
2009-02-02 Kay Sieverside: struct device - replace bus_id with dev_name(...
2009-02-02 Borislav Petkovide-cd: fix DMA for non bio-backed requests
2009-01-19 David Brownelldrivers/ide/palm_bk3710.c buildfix
2009-01-19 Michael Schmitzide: fix Falcon IDE breakage
2009-01-19 Andreas Schwabide: fix IDE PMAC breakage
2009-01-14 Bartlomiej Zolnier... ide: fix suspend regression
2009-01-14 Atsushi Nemototx4938ide: Fix build error due to read_sff_dma_status...
2009-01-14 Bartlomiej Zolnier... ide: remove unused CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ
2009-01-14 Bartlomiej Zolnier... sl82c105: remove dead code
2009-01-14 Bartlomiej Zolnier... via82cxxx: fix cable warning message
2009-01-14 Bartlomiej Zolnier... ide: can't use SSD/non-rotational queue flag for all...
2009-01-14 Brandon Philipsit821x.c: use dev->revision instead of pci_read_config_byte
2009-01-14 Brandon Philipsit821x: Add ultra_mask quirk for Vortex86SX
2009-01-14 Bartlomiej Zolnier... ide: fix accidental LOCKDEP breakage caused by local_ir...
2009-01-09 Len BrownMerge branch 'linus' into release
2009-01-06 Sergei Shtylyovscc_pata: make use of scc_dma_sff_read_status()
2009-01-06 Sergei Shtylyovide-dma-sff: factor out ide_dma_sff_write_status()
2009-01-06 Sergei Shtylyovide: move read_sff_dma_status() method to 'struct ide_d...
2009-01-06 Sergei Shtylyovide: don't set hwif->dma_ops in init_dma() method
2009-01-06 Shane McDonaldResurrect IT8172 IDE controller driver
2009-01-06 Bartlomiej Zolnier... piix: sync ich_laptop[] with ata_piix.c
2009-01-06 Bartlomiej Zolnier... ide: fix ide_port_scan() to do ACPI setup after initial...
2009-01-06 Bartlomiej Zolnier... ide: remove now redundant ->cur_dev checks
2009-01-06 Bartlomiej Zolnier... ide: remove superfluous hwif variable assignment from...
2009-01-06 Bartlomiej Zolnier... ide: use ide_pci_is_in_compatibility_mode() helper...
2009-01-06 Bartlomiej Zolnier... ide: make "paranoia" ->handler check in ide_intr()...
2009-01-06 Borislav Petkovide-cd: convert to ide-atapi facilities
2009-01-06 Borislav Petkovide-cd: start DMA before sending the actual packet...
next