aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-17libata-sff: Correct use of check_status()Alan Cox1-1/+1
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo1-5/+18
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-40/+0
2007-10-12libata-link: linkify PHY-related functionsTejun Heo1-1/+1
2007-10-12libata-link: introduce ata_linkTejun Heo1-2/+2
2007-09-20libata-sff: Fix documentationAlan Cox1-1/+4
2007-08-01libata-sff; Unbreak non DMA capable controllers againAlan Cox1-0/+4
2007-07-20[libata] Fix reported task file values in sense dataPetr Vandrovec1-0/+2
2007-07-20Correct comment in libata-sff.cDave Jones1-1/+1
2007-07-10libata: simplify PCI legacy SFF host handlingTejun Heo1-256/+32
2007-07-03libata: fix assigned IRQ reportingTejun Heo1-2/+3
2007-06-09libata-core/sff: Fix multiple assumptions about DMAAlan Cox1-8/+29
2007-05-11libata: clean up SFF init messTejun Heo1-79/+83
2007-04-30libata: honour host controllers that want just one hostLinus Torvalds1-7/+4
2007-04-28libata: kill probe_ent and related helpersTejun Heo1-95/+0
2007-04-28libata: add init helpers including ata_pci_prepare_native_host()Tejun Heo1-2/+65
2007-04-28libata: convert native PCI host handling to new init modelTejun Heo1-50/+101
2007-04-28libata: convert legacy PCI host handling to new init modelTejun Heo1-102/+302
2007-04-28libata: fix native mode disabled port handlingTejun Heo1-27/+35
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik1-30/+6
2007-04-28libata: Change prototype of mode_filter to remove ata_port*Alan Cox1-2/+2
2007-02-26[libata] Trim trailing whitespace.Jeff Garzik1-3/+3
2007-02-21libata: s/ap->id/ap->print_id/gTejun Heo1-1/+1
2007-02-09libata: add another IRQ calls (core and headers)Akira Iguchi1-2/+41
2007-02-09libata: convert to iomapTejun Heo1-436/+108
2007-02-09libata: update libata core layer to use devresTejun Heo1-35/+21
2007-02-09libata: trivial stuffAlan1-1/+1
2007-02-09libata-sff: Don't try and activate channels which are not in useAlan1-0/+22
2007-01-26Fix Maple PATA IRQ assignment.David Woodhouse1-3/+3
2007-01-25libata-sff: Don't call bmdma_stop on non DMA capable controllersAlan1-1/+2
2007-01-25libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo1-4/+8
2007-01-02[PATCH] libata: fix combined modeAlan1-12/+30
2006-12-03[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo1-0/+8
2006-12-03[PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo1-3/+0
2006-12-03[PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQsTejun Heo1-0/+1
2006-12-01[PATCH] libata: move ata_irq_on() into libata-sff.cTejun Heo1-0/+29
2006-12-01[PATCH] sata_nv ADMA/NCQ support for nForce4Robert Hancock1-1/+1
2006-10-21[PATCH] libata-sff: Allow for wacky systemsAlan Cox1-0/+9
2006-09-28[libata] init probe_ent->private_data in a common locationJeff Garzik1-2/+2
2006-09-28[libata] minor PCI IDE probe fixes and cleanupsJeff Garzik1-20/+20
2006-09-26[libata] One more s/15/ATA_SECONDARY_IRQ/ substitutionJeff Garzik1-1/+1
2006-09-26[PATCH] libata-sff: use our IRQ definesAlan Cox1-2/+2
2006-09-19[PATCH] libata: fix non-uniform ports handlingTejun Heo1-0/+2
2006-09-19Merge branch 'tmp' into upstreamJeff Garzik1-2/+12
2006-08-24Rename libata-bmdma.c to libata-sff.c.Jeff Garzik1-0/+1109