aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_nv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/git/jgarzik/libata-devLinus 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