aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_zalloc.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/git/tj/libataLinus 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