summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_nv.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-111-2/+2
* scsi: sata_nv: Switch to using ->device_configureChristoph Hellwig2024-04-111-8/+12
* ata: fix debounce timings typeSergey Shtylyov2023-08-021-1/+1
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-4/+4
* ata: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-181-1/+1
* ata: sata_nv: drop pointless VPRINTK() calls and convert remaining onesHannes Reinecke2022-01-051-24/+14
* ata: libata: tracepoints for bus-master DMAHannes Reinecke2022-01-051-8/+4
* ata: libata: remove pointless debugging messagesHannes Reinecke2022-01-041-4/+0
* scsi: ata: Switch to attribute groupsBart Van Assche2021-10-161-2/+2
* ata: sata_nv: Do not over-write initialise fields in 'nv_adma_sht' and 'nv_sw...Lee Jones2021-06-161-2/+8
* sata: nv: fix debug format string mismatchArnd Bergmann2021-05-171-1/+1
* ata: sata_nv: Fix retrieving of active qcsSascha Hauer2020-10-281-1/+1
* libata: Fix retrieving of active qcsSascha Hauer2019-12-251-1/+1
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-7/+11
|/
* sata_nv: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-7/+3
* ata: sata_nv: Remove call to memset after dmam_alloc_coherentFuqian Huang2019-06-291-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1
* sata_nv: remove redundant pointers sdev0 and sdev1Colin Ian King2018-07-021-3/+0
* 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/+24
* 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-251-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-091-3/+3
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* ata: use pci_get_drvdata()Jingoo Han2013-06-021-1/+1
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* 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/+1
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-36/+33
* 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/+6
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+1
* libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo2010-10-211-44/+13
* sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo2010-08-011-18/+14
* sata_nv: don't diddle with nIEN on mcp55Tejun Heo2010-06-021-2/+0
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-2/+2
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-251-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