aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_nv.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig1-2/+2
2024-04-11scsi: sata_nv: Switch to using ->device_configureChristoph Hellwig1-8/+12
2023-08-02ata: fix debounce timings typeSergey Shtylyov1-1/+1
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-4/+4
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel1-1/+1
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_sw...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...Linus 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 imp...Tejun 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
2009-10-16sata_nv: make sure link is brough up online when skipping hardresetTejun Heo1-3/+15
2009-08-12sata_nv: MSI support, disabled by defaultTony Vroon1-0/+8
2009-06-10sata_nv: use hardreset only for post-boot probingTejun Heo1-50/+81
2009-03-24[libata] Improve timeout handlingAlan Cox1-0/+1
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-3/+3
2009-03-05sata_nv: fix module parameter descriptionBrandon Ehle1-1/+1
2009-02-16sata_nv: give up hardreset on nf2Tejun Heo1-6/+8
2009-02-02sata_nv: ck804 has borked hardreset tooTejun Heo1-1/+6
2009-01-26sata_nv: fix MCP5x resetTejun Heo1-13/+29
2009-01-26sata_nv: rename nv_nf2_hardreset()Tejun Heo1-14/+14
2008-11-04sata_nv: fix generic, nf2/3 detection regressionTejun Heo1-28/+25
2008-10-10Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+8
2008-09-29libata: make SCR access ops per-linkTejun Heo1-8/+8
2008-09-29sata_nv: reinstate nv_hardreset() for non generic controllersTejun Heo1-6/+40
2008-09-08sata_nv: disable hardreset for genericTejun Heo1-18/+1
2008-04-25sata_nv: make hardreset return -EAGAIN on successTejun Heo1-4/+7
2008-04-17libata: rename SFF port opsTejun Heo1-10/+10
2008-04-17libata: rename SFF functionsTejun Heo1-16/+16
2008-04-17[libata] sata_nv: disable ADMA by defaultJeff Garzik1-1/+1
2008-04-17ata: SWNCQ should be enabled by defaultZoltan Boszormenyi1-2/+2
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-12/+5
2008-04-17libata: kill port_info->sht and ->irq_handlerTejun Heo1-12/+17
2008-04-17libata: implement and use ops inheritanceTejun Heo1-95/+18
2008-04-17libata: implement and use SHT initializersTejun Heo1-39/+3
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-3/+8
2008-04-17libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo1-5/+0
2008-04-17libata: prefer hardresetTejun Heo1-6/+6
2008-02-06sata_nv: fix ATAPI issues with memory over 4GB (v7)Robert Hancock1-13/+65
2008-02-01sata_nv: fix for completion handlingRobert Hancock1-6/+12
2008-01-23libata: convert to chained sgTejun Heo1-16/+9
2007-12-04sata_nv: don't use legacy DMA in ADMA mode (v3)Robert Hancock1-9/+23
2007-11-08nv_hardreset: update dangling reference to bugzilla entryFernando Luis Vázquez Cao1-1/+1
2007-10-29[libata] sata_nv: fix SWNCQ enablingJeff Garzik1-3/+9
2007-10-29[libata] Address some checkpatch-spotted issuesJeff Garzik1-33/+37
2007-10-29[libata] fix 'if(' and similar areas that lack whitespaceJeff Garzik1-23/+23
2007-10-25[libata] sata_nv: SWNCQ should not apply to MCP61Kuan Luo1-3/+3
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik1-35/+33
2007-10-15[libata] sata_nv: add SW NCQ support for MCP51/MCP55/MCP61Kuan Luo1-9/+842
2007-10-12libata-pmp-prep: implement ops->qc_defer()Tejun Heo1-0/+1
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-4/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-4/+0
2007-10-12libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flagsTejun Heo1-7/+7
2007-10-12libata-link: linkify resetTejun Heo1-2/+2
2007-10-12libata-link: introduce ata_linkTejun Heo1-13/+13
2007-08-31[libata] Bump driver versionsJeff Garzik1-1/+1
2007-07-20libata: make ->scr_read/write callbacks return error codeTejun Heo1-7/+9
2007-07-20libata: improve EH report formattingTejun Heo1-10/+12
2007-07-10libata: simplify PCI legacy SFF host handlingTejun Heo1-1/+1
2007-07-02[libata] sata_nv: undo merge errorJeff Garzik1-1/+0
2007-07-02sata_nv: allow changing queue depthRobert Hancock1-0/+2
2007-05-21libata: bump versionsJeff Garzik1-1/+1
2007-05-21libata: Trim trailing whitespaceJeff Garzik1-2/+2
2007-05-17sata_nv: fix fallout of devres conversionTejun Heo1-11/+1
2007-05-17drivers/ata: remove the wildcard from sata_nv driverPeer Chen1-6/+0
2007-05-11libata: clean up SFF init messTejun Heo1-4/+4
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-8/+0
2007-05-09sata_nv: fix ADMA freeze/thaw/irq_clear issuesRobert Hancock1-14/+78
2007-05-01libata: add deadline support to prereset and reset methodsTejun Heo1-2/+3
2007-04-28libata: convert ata_pci_init_native_mode() users to new init modelTejun Heo1-57/+40
2007-04-28sata_nv: don't read shadow registers when in ADMA modeRobert Hancock1-13/+20
2007-03-09sata_nv: revert use of notifiers for nowRobert Hancock1-1/+7
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-0/+16
2007-02-26[libata] Trim trailing whitespace.Jeff Garzik1-4/+4
2007-02-23sata_nv: complain on spurious completion notifiersRobert Hancock1-0/+11
2007-02-23sata_nv: kill old private BMDMA helper functionsRobert Hancock1-74/+10
2007-02-21sata_nv: enable hotplug interrupt and fix some readl/readw mismatchesRobert Hancock1-8/+10
2007-02-21sata_nv: Use notifier for completion checksRobert Hancock1-15/+7
2007-02-21sata_nv: Cleanup taskfile setupRobert Hancock1-20/+21
2007-02-21sata_nv: cleanup CPB and APRD initializationRobert Hancock1-6/+10
2007-02-21sata_nv: Add CPB register info to error_handler outputRobert Hancock1-2/+6
2007-02-21sata_nv: delay on switching between NCQ and non-NCQ commandsRobert Hancock1-0/+10
2007-02-21sata_nv: add back some verbosity into ADMA error_handlerRobert Hancock1-0/+20
2007-02-15sata_nv: handle SError status indicationRobert Hancock1-1/+5
2007-02-09sata_nv: propagate ata_pci_device_do_resume return valueRobert Hancock1-1/+4
2007-02-09sata_nv: wait for response on entering/leaving ADMA modeRobert Hancock1-2/+39
2007-02-09sata_nv: use ADMA for NODATA commandsRobert Hancock1-7/+25
2007-02-09sata_nv: cleanup ADMA error handlingRobert Hancock1-75/+72
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi1-0/+8
2007-02-09libata: convert to iomapTejun Heo1-47/+48
2007-02-09libata: update libata LLDs to use devresTejun Heo1-63/+23
2007-02-09sata_nv: add suspend/resume support v3 (Resubmit)Robert Hancock1-64/+161
2007-02-09[libata] trim trailing whitespaceJeff Garzik1-9/+9
2007-01-24sata_nv: don't rely on NV_INT_DEV indication with ADMARobert Hancock1-8/+6
2006-12-20[libata] Move some PCI IDs from sata_nv to ahciPeer Chen1-8/+0
2006-12-03[PATCH] libata: kill unnecessary sht->max_sectors initializationsTejun Heo1-1/+0
2006-12-01[PATCH] sata_nv: fix ATAPI in ADMA modeRobert Hancock1-130/+188
2006-12-01[PATCH] sata_nv: SRST sometimes fails after hotplug, use HRST_TO_RESUMETejun Heo1-3/+6
2006-12-01[PATCH] sata_nv ADMA/NCQ support for nForce4Robert Hancock1-11/+923
2006-11-01[libata] sata_nv: Add PCI IDsPeer Chen1-4/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-12/+6
2006-09-28[libata] PCI ID table cleanup in various driversJeff Garzik1-1/+2
2006-09-27[libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik1-32/+18
2006-09-25[libata] Fix oops introduced in non-uniform port handling fixJeff Garzik1-3/+3
2006-08-24libata: Grand renaming.Jeff Garzik1-29/+29
2006-08-10Move libata to drivers/ata.Jeff Garzik1-0/+595