summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_qstor.c
Commit message (Expand)AuthorAgeFilesLines
* ata:sata_qstor: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-1/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125Thomas Gleixner2019-05-241-17/+1Star
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-5/+5
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0Star
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1Star
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1Star
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-5/+4Star
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1Star
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+1
* libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cfTejun Heo2010-05-261-14/+0Star
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-261-1/+1
* libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-191-3/+1Star
* libata-sff: separate out BMDMA EHTejun Heo2010-05-191-2/+1Star
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-4/+0Star
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-181-42/+37Star
* 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-3/+3
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* [libata] Improve timeout handlingAlan Cox2009-03-251-0/+1
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-251-1/+1
* libata: make SCR access ops per-linkTejun Heo2008-09-291-6/+6
* libata: rename SFF functionsTejun Heo2008-04-171-5/+5
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-2/+4
* libata: implement and use ops inheritanceTejun Heo2008-04-171-11/+9Star
* libata: implement and use SHT initializersTejun Heo2008-04-171-13/+1Star
* libata: implement and use ata_noop_irq_clear()Tejun Heo2008-04-171-7/+1Star
* libata: convert to chained sgTejun Heo2008-01-231-9/+4Star
* libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo2008-01-231-1/+1
* sata_qstor: use hardreset instead of softresetTejun Heo2008-01-101-1/+1
* libata sata_qstor conversion to new error handling (EH).Mark Lord2007-11-081-14/+51
* libata sata_qstor workaround for spurious interruptsMark Lord2007-11-081-17/+21
* libata sata_qstor nuke idle stateMark Lord2007-11-081-11/+4Star
* [libata] Address some checkpatch-spotted issuesJeff Garzik2007-10-291-2/+1Star
* libata: implement and use ata_port_desc() to report port configurationTejun Heo2007-10-121-3/+8
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0Star
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-1/+0Star
* libata-link: introduce ata_linkTejun Heo2007-10-121-2/+2
* [libata] Bump driver versionsJeff Garzik2007-08-311-1/+1
* libata: make ->scr_read/write callbacks return error codeTejun Heo2007-07-201-7/+9
* libata: add @is_cmd to ata_tf_to_fis()Tejun Heo2007-07-201-1/+1
* [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik2007-07-091-1/+1
* libata: bump versionsJeff Garzik2007-05-221-1/+1
* libata: convert the remaining SATA drivers to new init modelTejun Heo2007-04-281-41/+21Star
* [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/+0Star
* libata: add another IRQ calls (libata drivers)Akira Iguchi2007-02-091-0/+2
* libata: convert to iomapTejun Heo2007-02-091-25/+29
* libata: update libata LLDs to use devresTejun Heo2007-02-091-68/+22Star