summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-14/+1Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-4/+4
* libata: bump ->qc_active to a 64-bit typeJens Axboe2018-05-111-1/+1
* libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-111-12/+12
* ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channelJia-Ju Bai2018-01-251-1/+1
* ata: mark expected switch fall-throughsGustavo A. R. Silva2017-10-231-2/+2
* ata: sata_mv: remove a redundant assignment to pointer ehiColin Ian King2017-10-231-3/+1Star
* Revert "ata: sata_mv: Convert to devm_ioremap_resource()"Andrew Lunn2017-05-241-5/+8
* ata: constify of_device_id structuresBhumika Goyal2017-03-061-1/+1
* ata: sata_mv: Convert to devm_ioremap_resource()Andy Shevchenko2017-01-091-8/+5Star
* Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo2017-01-091-0/+3
|\
| * ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav2017-01-061-0/+3
* | ata: sata_mv: fix module license specificationUwe Kleine-König2017-01-061-1/+1
|/
* ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König2016-11-291-1/+14
* ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra2016-09-201-4/+2Star
* ata: sata_mv: fix mis-conversion in mv_write_cached_reg()Ben Dooks2016-06-171-1/+1
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-5/+5
* ata: sata_mv: add proper definitions for LP_PHY_CTL register valuesThomas Petazzoni2015-03-191-4/+16
* sata_mv: Delete unnecessary checks before the function call "phy_power_off"Markus Elfring2015-02-031-4/+2Star
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-101-4/+4
* Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-4/+8
|\
| * ata: sata_mv: Cleanup only the initialized portsEzequiel Garcia2014-02-161-2/+7
* | ata: sata_mv: Fix probe failures with optional physAndrew Lunn2014-02-051-3/+5
|/
* SATA: MV: Add support for the optional PHYsAndrew Lunn2014-01-201-0/+27
* ata: sata_mv: fix disk hotplug for Armada 370/XP SoCsLior Amsalem2014-01-151-0/+24
* ata: sata_mv: introduce compatible string "marvell, armada-370-sata"Simon Guinot2014-01-151-0/+1
* sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefsEzequiel Garcia2013-07-301-14/+7Star
* ata: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* sata_mv: Remove unneeded forward declarationEzequiel Garcia2013-07-291-3/+0Star
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+4
* sata_mv: Fix warnings when no PCIAndrew Lunn2012-10-021-3/+5
* ATA: sata_mv: Add device tree supportAndrew Lunn2012-07-271-13/+29
* ARM: Orion: SATA: Add per channel clk/clkdev support.Andrew Lunn2012-05-091-4/+36
* sata_mv: silence an uninitialized variable warningDan Carpenter2012-04-121-1/+2
* ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-141-8/+11
* sata_mv: use {platform|pci}_get_drvdata()Sergei Shtylyov2011-10-081-5/+4Star
* sata_mv: release clock on ata_host_activate() failureSergei Shtylyov2011-10-081-2/+5
* ata: Add and use ata_print_version_onceJoe Perches2011-07-231-6/+2Star
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-22/+19Star
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-27/+22Star
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1Star
* libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-1/+1
* libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo2010-10-221-13/+12Star
* libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-101-1/+1
* sata_mv: fix broken DSM/TRIM support (v2)Mark Lord2010-08-261-7/+37
* sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo2010-08-021-23/+24
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-261-1/+1
* sata_mv: drop unncessary EH callback resettingTejun Heo2010-05-261-2/+0Star