summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+1
* libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo2010-10-211-13/+12
* libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-091-1/+1
* sata_mv: fix broken DSM/TRIM support (v2)Mark Lord2010-08-251-7/+37
* sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo2010-08-011-23/+24
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-1/+1
* sata_mv: drop unncessary EH callback resettingTejun Heo2010-05-251-2/+0
* libata-sff: separate out BMDMA qc_issueTejun Heo2010-05-191-1/+1
* libata-sff: port_task is SFF specificTejun Heo2010-05-191-1/+1
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-2/+0
* libata-sff: clean up inheritance in several driversTejun Heo2010-05-191-4/+20
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-14/+4
* sata_mv: remove unnecessary initializationTejun Heo2010-05-141-3/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-191-19/+125
|\
| * sata_mv: remove pointless NULL testJeff Garzik2009-12-171-1/+1
| * sata_mv: add power management support for the PCI controllers.Saeed Bishara2009-12-171-0/+29
| * sata_mv: store the board_idx into the host private dataSaeed Bishara2009-12-171-6/+8
| * sata_mv: move the PCI bar description initialization codeSaeed Bishara2009-12-171-9/+10
| * sata_mv: add power management support for the platform driverSaeed Bishara2009-12-171-0/+43
| * sata_mv: support clkdev frameworkSaeed Bishara2009-12-171-3/+34
| * sata_mv: increase PIO IORDY timeoutSaeed Bishara2009-12-171-1/+1
|/
* sata_mv: Clean up hard coded array size calculation.Thiago Farina2009-12-031-1/+1
* sata_mv: Prevent PIO commands to be defered too long if traffic in progress.Gwendal Grignou2009-10-161-2/+27
* drivers/ata: use resource_sizeJulia Lawall2009-09-111-1/+1
* libata: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz2009-07-281-1/+1
* sata_mv: use new sata phy register settings for new devicesMartin Michlmayr2009-05-111-2/+67
* sata_mv: workaround for multi_count errata sata24Mark Lord2009-04-171-2/+42
* sata_mv: tidy up qc->tf usage in qc_prep() functionsMark Lord2009-04-171-10/+8
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-071-210/+277
|\
| * sata_mv: shorten register namesMark Lord2009-04-061-211/+211
| * sata_mv: workaround errata SATA#13Mark Lord2009-04-061-1/+19
| * sata_mv: cosmetic renamesMark Lord2009-04-061-17/+18
| * sata_mv: workaround errata SATA#26Mark Lord2009-04-061-1/+19
| * sata_mv: workaround errata PCI#7Mark Lord2009-04-061-4/+23
| * sata_mv: replace 0x1f with ATA_PIO4 (v2)Mark Lord2009-04-061-8/+8
| * sata_mv: fix irq mask racesMark Lord2009-04-061-0/+9
| * sata_mv: revert SoC irq breakageMark Lord2009-04-061-4/+6
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-3/+3
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
|/
* [libata] Improve timeout handlingAlan Cox2009-03-241-0/+2
* sata_mv: fix LED blinking for SoC+NCQMark Lord2009-03-241-0/+68
* sata_mv: optimize IRQ coalescing for 8-port chipsMark Lord2009-03-241-14/+18
* sata_mv: implement IRQ coalescing (v2)Mark Lord2009-03-241-8/+135
* sata_mv: cosmetic preparations for IRQ coalescingMark Lord2009-03-241-35/+27
* [libata] sata_mv: Implement direct FIS transmission via mv_qc_issue_fis().Mark Lord2009-03-241-0/+116
* [libata] sata_mv: Add a new mv_sff_check_status() function to sata_mv.Mark Lord2009-03-241-1/+36
* [libata] sata_mv: Tighten up interrupt masking in mv_qc_issue()Mark Lord2009-03-241-13/+21
OpenPOWER on IntegriCloud