libata: factor out ata_pci_activate_sff_host() from ata_pci_one()
[safe/jmp/linux-2.6] / drivers / ata / libata-sff.c
2008-01-23 Tejun Heolibata: factor out ata_pci_activate_sff_host() from...
2008-01-23 Tejun Heolibata: use dev_driver_string() instead of "libata...
2008-01-23 Tejun Heolibata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
2008-01-23 Alan Coxlibata-sff: tf_load
2008-01-10 Alan Coxlibata-sff: PCI IRQ handling fix
2007-10-24 Jeff Garzik[libata] checkpatch-inspired cleanups
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-18 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-10-18 Stephen Hemmingersparse pointer use of zero as null
2007-10-18 Alan Coxlibata-sff: Correct use of check_status()
2007-10-12 Tejun Heolibata: implement and use ata_port_desc() to report...
2007-10-12 Jeff Garzik[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
2007-10-12 Tejun Heolibata-link: linkify PHY-related functions
2007-10-12 Tejun Heolibata-link: introduce ata_link
2007-09-20 Alan Coxlibata-sff: Fix documentation
2007-08-01 Alan Coxlibata-sff; Unbreak non DMA capable controllers again
2007-07-20 Petr Vandrovec[libata] Fix reported task file values in sense data
2007-07-20 Dave JonesCorrect comment in libata-sff.c
2007-07-11 Tejun Heolibata: simplify PCI legacy SFF host handling
2007-07-03 Tejun Heolibata: fix assigned IRQ reporting
2007-06-10 Alan Coxlibata-core/sff: Fix multiple assumptions about DMA
2007-05-11 Tejun Heolibata: clean up SFF init mess
2007-05-01 Linus Torvaldslibata: honour host controllers that want just one...
2007-04-28 Tejun Heolibata: kill probe_ent and related helpers
2007-04-28 Tejun Heolibata: add init helpers including ata_pci_prepare_nati...
2007-04-28 Tejun Heolibata: convert native PCI host handling to new init...
2007-04-28 Tejun Heolibata: convert legacy PCI host handling to new init...
2007-04-28 Tejun Heolibata: fix native mode disabled port handling
2007-04-28 Jeff Garziklibata/IDE: remove combined mode quirk
2007-04-28 Alan Coxlibata: Change prototype of mode_filter to remove ata_port*
2007-02-26 Jeff Garzik[libata] Trim trailing whitespace.
2007-02-21 Tejun Heolibata: s/ap->id/ap->print_id/g
2007-02-09 Akira Iguchilibata: add another IRQ calls (core and headers)
2007-02-09 Tejun Heolibata: convert to iomap
2007-02-09 Tejun Heolibata: update libata core layer to use devres
2007-02-09 Alanlibata: trivial stuff
2007-02-09 Alanlibata-sff: Don't try and activate channels which are...
2007-01-26 David WoodhouseFix Maple PATA IRQ assignment.
2007-01-25 Alanlibata-sff: Don't call bmdma_stop on non DMA capable...
2007-01-25 Tejun Heolibata: implement ATA_FLAG_IGN_SIMPLEX and use it in...
2007-01-02 Alan[PATCH] libata: fix combined mode
2006-12-03 Tejun Heo[PATCH] libata: make sure IRQ is cleared after ata_bmdm...
2006-12-03 Tejun Heo[PATCH] libata: move BMDMA host status recording from...
2006-12-03 Tejun Heo[PATCH] libata: set IRQF_SHARED for legacy PCI IDE...
2006-12-02 Tejun Heo[PATCH] libata: move ata_irq_on() into libata-sff.c
2006-12-02 Robert Hancock[PATCH] sata_nv ADMA/NCQ support for nForce4
2006-10-21 Alan Cox[PATCH] libata-sff: Allow for wacky systems
2006-09-28 Jeff Garzik[libata] init probe_ent->private_data in a common location
2006-09-28 Jeff Garzik[libata] minor PCI IDE probe fixes and cleanups
2006-09-26 Jeff Garzik[libata] One more s/15/ATA_SECONDARY_IRQ/ substitution
2006-09-26 Alan Cox[PATCH] libata-sff: use our IRQ defines
2006-09-19 Tejun Heo[PATCH] libata: fix non-uniform ports handling
2006-09-19 Jeff GarzikMerge branch 'tmp' into upstream
2006-08-24 Jeff GarzikRename libata-bmdma.c to libata-sff.c.