aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_nv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05ata: sata_nv: drop pointless VPRINTK() calls and convert remaining onesHannes Reinecke1-24/+14
2022-01-05ata: libata: tracepoints for bus-master DMAHannes Reinecke1-8/+4
2022-01-04ata: libata: remove pointless debugging messagesHannes Reinecke1-4/+0
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche1-2/+2
2021-06-16ata: sata_nv: Do not over-write initialise fields in 'nv_adma_sht' and 'nv_swncq_sht'Lee Jones1-2/+8
2021-05-17sata: nv: fix debug format string mismatchArnd Bergmann1-1/+1
2020-10-28ata: sata_nv: Fix retrieving of active qcsSascha Hauer1-1/+1
2019-12-25libata: Fix retrieving of active qcsSascha Hauer1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-7/+11
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-08-26sata_nv: use dma_set_mask_and_coherentChristoph Hellwig1-7/+3
2019-06-29ata: sata_nv: Remove call to memset after dmam_alloc_coherentFuqian Huang1-2/+0
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2018-07-02sata_nv: remove redundant pointers sdev0 and sdev1Colin Ian King1-3/+0
2018-05-11sata_nv: set host can_queue count appropriatelyJens Axboe1-1/+1
2018-05-11libata: bump ->qc_active to a 64-bit typeJens Axboe1-1/+1
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe1-16/+16
2018-05-10sata_nv: don't use block layer bounce bufferChristoph Hellwig1-38/+24
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2015-05-25ata:sata_nv - Change 1 to true for bool type variable.Shailendra Verma1-1/+1
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-6/+6
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-3/+3
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-06-02ata: use pci_get_drvdata()Jingoo Han1-1/+1
2012-07-25ata: use module_pci_driverAxel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-3/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-36/+33
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-8/+6
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-1/+1
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo1-44/+13
2010-08-01sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo1-18/+14
2010-06-02sata_nv: don't diddle with nIEN on mcp55Tejun Heo1-2/+0
2010-05-25libata-sff: separate out BMDMA initTejun Heo1-1/+1
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-2/+2
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo1-1/+1
2010-05-19libata-sff: separate out BMDMA qc_issueTejun Heo1-2/+2
2010-05-19libata-sff: prd is BMDMA specificTejun Heo1-2/+2
2010-05-19libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo1-2/+2
2010-05-19libata-sff: separate out BMDMA EHTejun Heo1-3/+3
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-2/+4
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-122/+114
2010-05-14sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()Tejun Heo1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-1/+1
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+1