aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig1-1/+1
2024-04-04ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann1-32/+31
2023-10-11ata: sata_mv: aspeed: fix value check in mv_platform_probe()Ma Ke1-3/+6
2023-09-11ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()Christophe JAILLET1-2/+2
2023-08-02ata: sata_mv: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-08-02ata: fix debounce timings typeSergey Shtylyov1-1/+1
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-2/+2
2022-08-03ata: sata_mv: Fixes expected number of resources now IRQs are goneAndrew Lunn1-1/+1
2022-03-07ata: Drop commas after OF match table sentinelsGeert Uytterhoeven1-1/+1
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov1-3/+3
2022-01-05ata: sata_mv: convert remaining printk() to structured loggingHannes Reinecke1-14/+16
2022-01-05ata: sata_mv: Drop pointless VPRINTK() call and convert the remaining oneHannes Reinecke1-6/+1
2022-01-05ata: sata_mv: replace DPRINTK with dynamic debuggingHannes Reinecke1-38/+38
2022-01-05ata: sata_mv: kill 'port' argument in mv_dump_all_regs()Hannes Reinecke1-13/+6
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-10-25ata: sata_mv: Fix the error handling of mv_chip_id()Zheyu Ma1-2/+2
2021-10-16scsi: ata: Switch to attribute groupsBart Van Assche1-1/+1
2021-06-16ata: sata_mv: Do not over-write initialise fields in 'mv6_sht'Lee Jones1-1/+5
2021-03-30sata_mv: add IRQ checksSergey Shtylyov1-0/+4
2021-03-30ata: sata_mv: Fix misnaming of 'mv_bmdma_stop()'Lee Jones1-1/+1
2021-03-12ata: sata_mv: Fix worthy headers and demote othersLee Jones1-6/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2019-12-25libata: Fix retrieving of active qcsSascha Hauer1-1/+1
2019-11-01ata: sata_mv, avoid trigerrable BUG_ONJiri Slaby1-5/+3
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-11/+15
2019-08-26sata_mv: use dma_set_mask_and_coherentChristoph Hellwig1-34/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-14/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
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-12/+12
2018-01-25ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channelJia-Ju Bai1-1/+1
2017-10-23ata: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2017-10-23ata: sata_mv: remove a redundant assignment to pointer ehiColin Ian King1-3/+1
2017-05-24Revert "ata: sata_mv: Convert to devm_ioremap_resource()"Andrew Lunn1-5/+8
2017-03-06ata: constify of_device_id structuresBhumika Goyal1-1/+1
2017-01-09ata: sata_mv: Convert to devm_ioremap_resource()Andy Shevchenko1-8/+5
2017-01-09Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo1-0/+3
2017-01-06ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav1-0/+3
2017-01-06ata: sata_mv: fix module license specificationUwe Kleine-König1-1/+1
2016-11-29ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König1-1/+14
2016-09-20ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra1-4/+2
2016-06-17ata: sata_mv: fix mis-conversion in mv_write_cached_reg()Ben Dooks1-1/+1
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-5/+5
2015-03-19ata: sata_mv: add proper definitions for LP_PHY_CTL register valuesThomas Petazzoni1-4/+16
2015-02-03sata_mv: Delete unnecessary checks before the function call "phy_power_off"Markus Elfring1-4/+2
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-4/+4
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+8
2014-02-16ata: sata_mv: Cleanup only the initialized portsEzequiel Garcia1-2/+7
2014-02-05ata: sata_mv: Fix probe failures with optional physAndrew Lunn1-3/+5
2014-01-20SATA: MV: Add support for the optional PHYsAndrew Lunn1-0/+27
2014-01-15ata: sata_mv: fix disk hotplug for Armada 370/XP SoCsLior Amsalem1-0/+24
2014-01-15ata: sata_mv: introduce compatible string "marvell, armada-370-sata"Simon Guinot1-0/+1
2013-07-30sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefsEzequiel Garcia1-14/+7
2013-07-30ata: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-29sata_mv: Remove unneeded forward declarationEzequiel Garcia1-3/+0
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-10-01sata_mv: Fix warnings when no PCIAndrew Lunn1-3/+5
2012-07-27ATA: sata_mv: Add device tree supportAndrew Lunn1-13/+29
2012-05-08ARM: Orion: SATA: Add per channel clk/clkdev support.Andrew Lunn1-4/+36
2012-04-12sata_mv: silence an uninitialized variable warningDan Carpenter1-1/+2
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn1-8/+11
2011-10-07sata_mv: use {platform|pci}_get_drvdata()Sergei Shtylyov1-5/+4
2011-10-07sata_mv: release clock on ata_host_activate() failureSergei Shtylyov1-2/+5
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-6/+2
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-22/+19
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-27/+22
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-2/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-1/+1
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo1-13/+12
2010-09-09libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou1-1/+1
2010-08-25sata_mv: fix broken DSM/TRIM support (v2)Mark Lord1-7/+37
2010-08-01sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo1-23/+24
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-1/+1
2010-05-25sata_mv: drop unncessary EH callback resettingTejun Heo1-2/+0
2010-05-19libata-sff: separate out BMDMA qc_issueTejun Heo1-1/+1
2010-05-19libata-sff: port_task is SFF specificTejun Heo1-1/+1
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-2/+0
2010-05-19libata-sff: clean up inheritance in several driversTejun Heo1-4/+20
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-14/+4
2010-05-14sata_mv: remove unnecessary initializationTejun Heo1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-19Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+125
2009-12-17sata_mv: remove pointless NULL testJeff Garzik1-1/+1
2009-12-17sata_mv: add power management support for the PCI controllers.Saeed Bishara1-0/+29
2009-12-17sata_mv: store the board_idx into the host private dataSaeed Bishara1-6/+8
2009-12-17sata_mv: move the PCI bar description initialization codeSaeed Bishara1-9/+10
2009-12-17sata_mv: add power management support for the platform driverSaeed Bishara1-0/+43
2009-12-17sata_mv: support clkdev frameworkSaeed Bishara1-3/+34
2009-12-17sata_mv: increase PIO IORDY timeoutSaeed Bishara1-1/+1
2009-12-03sata_mv: Clean up hard coded array size calculation.Thiago Farina1-1/+1
2009-10-16sata_mv: Prevent PIO commands to be defered too long if traffic in progress.Gwendal Grignou1-2/+27
2009-09-11drivers/ata: use resource_sizeJulia Lawall1-1/+1
2009-07-28libata: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz1-1/+1
2009-05-11sata_mv: use new sata phy register settings for new devicesMartin Michlmayr1-2/+67
2009-04-17sata_mv: workaround for multi_count errata sata24Mark Lord1-2/+42
2009-04-17sata_mv: tidy up qc->tf usage in qc_prep() functionsMark Lord1-10/+8
2009-04-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-210/+277
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-06sata_mv: shorten register namesMark Lord1-211/+211
2009-04-06sata_mv: workaround errata SATA#13Mark Lord1-1/+19
2009-04-06sata_mv: cosmetic renamesMark Lord1-17/+18
2009-04-06sata_mv: workaround errata SATA#26Mark Lord1-1/+19
2009-04-06sata_mv: workaround errata PCI#7Mark Lord1-4/+23
2009-04-06sata_mv: replace 0x1f with ATA_PIO4 (v2)Mark Lord1-8/+8
2009-04-06sata_mv: fix irq mask racesMark Lord1-0/+9
2009-04-06sata_mv: revert SoC irq breakageMark Lord1-4/+6
2009-03-24[libata] Improve timeout handlingAlan Cox1-0/+2
2009-03-24sata_mv: fix LED blinking for SoC+NCQMark Lord1-0/+68
2009-03-24sata_mv: optimize IRQ coalescing for 8-port chipsMark Lord1-14/+18
2009-03-24sata_mv: implement IRQ coalescing (v2)Mark Lord1-8/+135
2009-03-24sata_mv: cosmetic preparations for IRQ coalescingMark Lord1-35/+27
2009-03-24[libata] sata_mv: Implement direct FIS transmission via mv_qc_issue_fis().Mark Lord1-0/+116
2009-03-24[libata] sata_mv: Add a new mv_sff_check_status() function to sata_mv.Mark Lord1-1/+36
2009-03-24[libata] sata_mv: Tighten up interrupt masking in mv_qc_issue()Mark Lord1-13/+21
2009-03-24[libata] sata_mv: Enable use of (basic) DMA for ATAPI on GEN_IIE chipsMark Lord1-24/+28
2009-03-24[libata] sata_mv: cache frequently-accessed registersMark Lord1-21/+70
2009-03-24sata_mv: remove leftoversMark Lord1-2/+0
2009-03-24sata_mv: optimize use of mv_edma_cfgMark Lord1-3/+6
2009-03-24sata_mv: introduce support for ATAPI devicesMark Lord1-4/+186
2009-03-24sata_mv: mv_fill_sg fixes v2Mark Lord1-1/+3
2009-03-24sata_mv: update ata_qc_from_tagMark Lord1-0/+6
2009-03-24sata_mv: restructure mv_qc_issueMark Lord1-15/+22
2009-03-24sata_mv: rearrange mv_start_dma() and friendsMark Lord1-28/+38
2009-03-24sata_mv: cleanup chipset GENeration FLAGSMark Lord1-17/+14
2009-03-13sata_mv: fix MSI irq race conditionMark Lord1-1/+2
2009-02-25sata_mv: fix SoC interrupt breakageMark Lord1-11/+9
2009-02-02sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742Mark Lord1-2/+2
2009-01-26sata_mv: msi masking fix (v2)Mark Lord1-6/+15
2009-01-26sata_mv: Properly initialize main irq maskThomas Reitmayr1-0/+3
2009-01-26sata_mv: remove bogus nsect restrictionMark Lord1-11/+2
2009-01-26sata_mv: don't read hc_irq_causeMark Lord1-12/+5
2009-01-26sata_mv: fix 8-port timeouts on 508x/6081 chipsMark Lord1-1/+1
2008-12-28[libata] Update kernel-doc comments to match source codeQinghuang Feng1-1/+0
2008-09-29libata: make SCR access ops per-linkTejun Heo1-14/+14
2008-09-08sata_mv: add RocketRaid 1720 PCI ID to driverMark Lord1-1/+2
2008-08-22sata_mv: add the Gen IIE flag to the SoC devices.Saeed Bishara1-1/+2
2008-08-22sata_mv: don't issue two DMA commands concurrentlyTejun Heo1-24/+10
2008-07-04sata_mv: safer logic for limit_warningsMark Lord1-1/+1
2008-06-18sata_mv: warn on PIO with multiple DRQsMark Lord1-0/+18
2008-06-18sata_mv: enable async_notify for 60x1 Rev.C0 and higherMark Lord1-0/+3
2008-06-04sata_mv: PHY_MODE4 cleanupsMark Lord1-10/+14
2008-05-30sata_mv: implement SoC guideline SATA_S11Mark Lord1-1/+5
2008-05-30sata_mv: workaround for 60x1 errata sata13Mark Lord1-2/+7
2008-05-30sata_mv: nuke unreleased GenIIe revisionsMark Lord1-19/+4
2008-05-30sata_mv: PHY_MODEx errata fixesMark Lord1-12/+12
2008-05-30sata_mv: move SOC_FLAG to hprivMark Lord1-14/+13
2008-05-19sata_mv: ensure empty request queue for FBS-NCQ EHMark Lord1-2/+14
2008-05-19sata_mv: cache main_irq_mask register in hprivMark Lord1-5/+7
2008-05-19sata_mv: disregard masked irqsMark Lord1-4/+5
2008-05-19sata_mv: fix pmp drives not foundMark Lord1-1/+4
2008-05-19sata_mv: consolidate main_irq_mask updatesMark Lord1-25/+32
2008-05-19sata_mv: don't blindly enable IRQsMark Lord1-26/+6
2008-05-19sata_mv: async notify for genIIe onlyMark Lord1-2/+12
2008-05-19sata_mv: group genIIe flagsMark Lord1-9/+8
2008-05-19sata_mv: fis irq register fixesMark Lord1-4/+12
2008-05-19sata_mv: always do softresetMark Lord1-0/+1
2008-05-06sata_mv use hweight16() for bit counting (V2)Mark Lord1-12/+6
2008-05-06sata_mv NCQ-EH for FIS-based switchingMark Lord1-0/+165
2008-05-06sata_mv delayed eh handlingMark Lord1-1/+37
2008-05-06sata_mv new mv_port_intr functionMark Lord1-36/+48
2008-05-06sata_mv fix mv_host_intr bug for hc_irq_causeMark Lord1-29/+42
2008-05-06sata_mv NCQ and SError fixes for mv_err_intrMark Lord1-21/+43
2008-05-06sata_mv rearrange mv_config_fbsMark Lord1-21/+39
2008-05-06sata_mv errata workaround for sata25 part 1Mark Lord1-2/+18
2008-05-06sata_mv new mv_qc_defer methodMark Lord1-2/+41
2008-05-06sata_mv wait for empty+idleMark Lord1-0/+20
2008-05-06sata_mv pci featuresMark Lord1-3/+36
2008-05-06sata_mv more cosmetic changesMark Lord1-59/+63
2008-04-29sata_mv: Improve naming of main_irq cause/mask identifiersMark Lord1-38/+39
2008-04-25sata_mv: re-enable hotplug, update TODO listMark Lord1-50/+29
2008-04-25sata_mv: leave SError bits untouched in mv_err_intrMark Lord1-21/+19
2008-04-25sata_mv: more interrupt handling reworkMark Lord1-48/+58
2008-04-25sata_mv: tidy host controller interrupt handlingMark Lord1-62/+45
2008-04-25sata_mv: simplify request/response queue handlingMark Lord1-53/+56
2008-04-25sata_mv: simplify freeze/thaw bit-shift calculationsMark Lord1-16/+26
2008-04-25sata_mv mask all interrupt coalescing bitsMark Lord1-0/+1
2008-04-25sata_mv more cosmeticsMark Lord1-67/+64
2008-04-19Merge branch 'merge-fixes' into develRussell King1-380/+252
2008-04-17sata_mv add temporary 3 second init delay for SiliconImage PMsMark Lord1-0/+7
2008-04-17sata_mv remove redundant edma init codeMark Lord1-14/+0
2008-04-17sata_mv add basic port multiplier supportMark Lord1-4/+89
2008-04-17sata_mv fix SOC flags, enable NCQ on SOCMark Lord1-1/+2
2008-04-17sata_mv disable hotplug for nowMark Lord1-1/+5
2008-04-17sata_mv cosmeticsMark Lord1-13/+19
2008-04-17sata_mv hardreset reworkMark Lord1-138/+22
2008-04-17libata: rename SFF functionsTejun Heo1-3/+3
2008-04-17sata_mv fix ifctl handlingMark Lord1-23/+19
2008-04-17sata_mv clean up mv_stop_edma usageMark Lord1-45/+42
2008-04-17sata_mv cosmetic fixesMark Lord1-57/+59
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-8/+8
2008-04-17libata: implement and use ops inheritanceTejun Heo1-56/+10
2008-04-17libata: implement and use SHT initializersTejun Heo1-26/+2
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-6/+0
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-8/+3
2008-04-17libata: prefer hardresetTejun Heo1-23/+8
2008-03-27sata_mv: mbus decode window supportLennert Buytenhek1-0/+31