summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_nv.c
Commit message (Expand)AuthorAgeFilesLines
* ata: sata_nv: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-2/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1Star
* sata_nv: remove redundant pointers sdev0 and sdev1Colin Ian King2018-07-021-3/+0Star
* sata_nv: set host can_queue count appropriatelyJens Axboe2018-05-111-1/+1
* libata: bump ->qc_active to a 64-bit typeJens Axboe2018-05-111-1/+1
* libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-111-16/+16
* sata_nv: don't use block layer bounce bufferChristoph Hellwig2018-05-101-38/+24Star
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* ata:sata_nv - Change 1 to true for bool type variable.Shailendra Verma2015-05-261-1/+1
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-6/+6
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-101-3/+3
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0Star
* ata: use pci_get_drvdata()Jingoo Han2013-06-031-1/+1
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-3/+1Star
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-36/+33Star
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-8/+6Star
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+1
* libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo2010-10-221-44/+13Star
* sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo2010-08-021-18/+14Star
* sata_nv: don't diddle with nIEN on mcp55Tejun Heo2010-06-021-2/+0Star
* libata-sff: separate out BMDMA initTejun Heo2010-05-261-1/+1
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-261-2/+2
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-261-1/+1
* libata-sff: separate out BMDMA qc_issueTejun Heo2010-05-191-2/+2
* libata-sff: prd is BMDMA specificTejun Heo2010-05-191-2/+2
* libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-191-2/+2
* libata-sff: separate out BMDMA EHTejun Heo2010-05-191-3/+3
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-2/+4
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-181-122/+114Star
* sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo2010-05-151-2/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-1/+1
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+1
* sata_nv: make sure link is brough up online when skipping hardresetTejun Heo2009-10-161-3/+15
* sata_nv: MSI support, disabled by defaultTony Vroon2009-08-121-0/+8
* sata_nv: use hardreset only for post-boot probingTejun Heo2009-06-101-50/+81
* [libata] Improve timeout handlingAlan Cox2009-03-251-0/+1
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-251-3/+3
* sata_nv: fix module parameter descriptionBrandon Ehle2009-03-051-1/+1
* sata_nv: give up hardreset on nf2Tejun Heo2009-02-171-6/+8
* sata_nv: ck804 has borked hardreset tooTejun Heo2009-02-031-1/+6
* sata_nv: fix MCP5x resetTejun Heo2009-01-261-13/+29
* sata_nv: rename nv_nf2_hardreset()Tejun Heo2009-01-261-14/+14
* sata_nv: fix generic, nf2/3 detection regressionTejun Heo2008-11-041-28/+25Star
* Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-10-101-8/+8
|\