aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c
Commit message (Expand)AuthorAgeFilesLines
* sata_mv fix mv_host_intr bug for hc_irq_causeMark Lord2008-05-061-29/+42
* sata_mv NCQ and SError fixes for mv_err_intrMark Lord2008-05-061-21/+43
* sata_mv rearrange mv_config_fbsMark Lord2008-05-061-21/+39
* sata_mv errata workaround for sata25 part 1Mark Lord2008-05-061-2/+18
* sata_mv new mv_qc_defer methodMark Lord2008-05-061-2/+41
* sata_mv wait for empty+idleMark Lord2008-05-061-0/+20
* sata_mv pci featuresMark Lord2008-05-061-3/+36
* sata_mv more cosmetic changesMark Lord2008-05-061-59/+63
* sata_mv: Improve naming of main_irq cause/mask identifiersMark Lord2008-04-291-38/+39
* sata_mv: re-enable hotplug, update TODO listMark Lord2008-04-251-50/+29
* sata_mv: leave SError bits untouched in mv_err_intrMark Lord2008-04-251-21/+19
* sata_mv: more interrupt handling reworkMark Lord2008-04-251-48/+58
* sata_mv: tidy host controller interrupt handlingMark Lord2008-04-251-62/+45
* sata_mv: simplify request/response queue handlingMark Lord2008-04-251-53/+56
* sata_mv: simplify freeze/thaw bit-shift calculationsMark Lord2008-04-251-16/+26
* sata_mv mask all interrupt coalescing bitsMark Lord2008-04-251-0/+1
* sata_mv more cosmeticsMark Lord2008-04-251-67/+64
* Merge branch 'merge-fixes' into develRussell King2008-04-191-380/+252
|\
| * sata_mv add temporary 3 second init delay for SiliconImage PMsMark Lord2008-04-171-0/+7
| * sata_mv remove redundant edma init codeMark Lord2008-04-171-14/+0
| * sata_mv add basic port multiplier supportMark Lord2008-04-171-4/+89
| * sata_mv fix SOC flags, enable NCQ on SOCMark Lord2008-04-171-1/+2
| * sata_mv disable hotplug for nowMark Lord2008-04-171-1/+5
| * sata_mv cosmeticsMark Lord2008-04-171-13/+19
| * sata_mv hardreset reworkMark Lord2008-04-171-138/+22
| * libata: rename SFF functionsTejun Heo2008-04-171-3/+3
| * sata_mv fix ifctl handlingMark Lord2008-04-171-23/+19
| * sata_mv clean up mv_stop_edma usageMark Lord2008-04-171-45/+42
| * sata_mv cosmetic fixesMark Lord2008-04-171-57/+59
| * libata: make reset related methods proper port operationsTejun Heo2008-04-171-8/+8
| * libata: implement and use ops inheritanceTejun Heo2008-04-171-56/+10
| * libata: implement and use SHT initializersTejun Heo2008-04-171-26/+2
| * libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-6/+0
| * libata: implement and use ata_noop_irq_clear()Tejun Heo2008-04-171-8/+3
| * libata: prefer hardresetTejun Heo2008-04-171-23/+8
* | sata_mv: mbus decode window supportLennert Buytenhek2008-03-271-0/+31
|/
* sata_mv: remove iounmap in mv_platform_remove and use devm_iomapSaeed Bishara2008-02-201-4/+2
* sata_mv: use hpriv->base instead of the host->iomapSaeed Bishara2008-02-201-1/+1
* sata_mv: Define module alias for platform deviceMartin Michlmayr2008-02-201-0/+1
* libata: eliminate the home grown dma padding in favour ofJames Bottomley2008-02-191-5/+1
* ata: fix sparse warnings in sata_mv.cHarvey Harrison2008-02-151-2/+2
* sata_mv: platform driver allocs dma without createByron Bradley2008-02-111-20/+24
* sata_mv: fix loop with last portYinghai Lu2008-02-111-2/+4
* ata: drivers/ata/sata_mv.c needs dmapool.hAndrew Morton2008-02-061-0/+1
* sata_mv: Support SoC controllersSaeed Bishara2008-02-061-45/+320
* sata_mv: Remove PCI dependencySaeed Bishara2008-02-011-58/+74
* sata_mv ncq Comments and version bumpMark Lord2008-02-011-4/+8
* sata_mv ncq Remove post internal cmd opMark Lord2008-02-011-9/+0
* sata_mv ncq Enable NCQ operationMark Lord2008-02-011-16/+17
* sata_mv ncq Introduce per-tag SG tablesMark Lord2008-02-011-15/+40