summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pdc_adma.c
Commit message (Expand)AuthorAgeFilesLines
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-2/+2
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* libata: update "Maintained by:" tagsTejun Heo2013-05-141-1/+1
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-4/+2
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-2/+1
* libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-191-3/+1
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-4/+0
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-36/+30
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* [libata] Improve timeout handlingAlan Cox2009-03-241-0/+2
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-1/+1
* libata: rename SFF functionsTejun Heo2008-04-171-6/+6
* pdc_adma: kill adma_host_stop()Tejun Heo2008-04-171-10/+0
* pdc_adma: inherit ata_sff_port_opsTejun Heo2008-04-171-12/+2
* libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc...Tejun Heo2008-04-171-14/+2
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-8/+3
* libata: implement and use ops inheritanceTejun Heo2008-04-171-8/+11
* libata: implement and use SHT initializersTejun Heo2008-04-171-13/+1
* libata: implement and use ata_noop_irq_clear()Tejun Heo2008-04-171-7/+1
* libata: convert to chained sgTejun Heo2008-01-231-1/+2
* libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo2008-01-231-1/+1
* [libata] Address some checkpatch-spotted issuesJeff Garzik2007-10-291-6/+6
* [libata] kill ata_sg_is_last()Jeff Garzik2007-10-181-3/+6
* libata: implement and use ata_port_desc() to report port configurationTejun Heo2007-10-121-3/+10
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-1/+0
* libata-link: linkify config/EH related functionsTejun Heo2007-10-121-2/+3
* libata-link: introduce ata_linkTejun Heo2007-10-121-4/+5
* [libata] pdc_adma: convert to new exception handling (EH) frameworkJeff Garzik2007-10-121-15/+67
* [libata] Bump driver versionsJeff Garzik2007-08-311-1/+1
* [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik2007-07-091-1/+1
* [libata] pdc_adma: Reorder initializers with a couple structsJeff Garzik2007-07-091-9/+9
* libata: bump versionsJeff Garzik2007-05-211-1/+1
* libata: convert the remaining PATA drivers to new init modelTejun Heo2007-04-281-52/+33
* [libata] bump versionsJeff Garzik2007-02-261-1/+1
* libata: s/ap->id/ap->print_id/gTejun Heo2007-02-211-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* libata: add another IRQ calls (libata drivers)Akira Iguchi2007-02-091-0/+2
* libata: convert to iomapTejun Heo2007-02-091-23/+24
* libata: update libata LLDs to use devresTejun Heo2007-02-091-58/+21
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+2
* [libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik2006-09-271-2/+1
* [libata] Trim trailing whitespace.Jeff Garzik2006-08-311-1/+1
* libata: Grand renaming.Jeff Garzik2006-08-241-23/+23
* Move libata to drivers/ata.Jeff Garzik2006-08-101-0/+740