summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c
Commit message (Expand)AuthorAgeFilesLines
* ata: sata_mv: aspeed: fix value check in mv_platform_probe()Ma Ke2023-10-111-3/+6
* ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()Christophe JAILLET2023-09-111-2/+2
* ata: sata_mv: Convert to platform remove callback returning voidUwe Kleine-König2023-08-021-3/+2
* ata: fix debounce timings typeSergey Shtylyov2023-08-021-1/+1
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-2/+2
* ata: sata_mv: Fixes expected number of resources now IRQs are goneAndrew Lunn2022-08-031-1/+1
* ata: Drop commas after OF match table sentinelsGeert Uytterhoeven2022-03-071-1/+1
* ata: libata: make ata_host_suspend() *void*Sergey Shtylyov2022-02-191-3/+3
* ata: sata_mv: convert remaining printk() to structured loggingHannes Reinecke2022-01-051-14/+16
* ata: sata_mv: Drop pointless VPRINTK() call and convert the remaining oneHannes Reinecke2022-01-051-6/+1
* ata: sata_mv: replace DPRINTK with dynamic debuggingHannes Reinecke2022-01-051-38/+38
* ata: sata_mv: kill 'port' argument in mv_dump_all_regs()Hannes Reinecke2022-01-051-13/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-1/+1
|\
| * scsi: ata: Switch to attribute groupsBart Van Assche2021-10-161-1/+1
* | ata: sata_mv: Fix the error handling of mv_chip_id()Zheyu Ma2021-10-251-2/+2
|/
* ata: sata_mv: Do not over-write initialise fields in 'mv6_sht'Lee Jones2021-06-161-1/+5
* sata_mv: add IRQ checksSergey Shtylyov2021-03-301-0/+4
* ata: sata_mv: Fix misnaming of 'mv_bmdma_stop()'Lee Jones2021-03-301-1/+1
* ata: sata_mv: Fix worthy headers and demote othersLee Jones2021-03-121-6/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
* libata: Fix retrieving of active qcsSascha Hauer2019-12-251-1/+1
* ata: sata_mv, avoid trigerrable BUG_ONJiri Slaby2019-11-011-5/+3
* ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-11/+15
* sata_mv: use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-34/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-14/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-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/+1
* 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/+5
* 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/+2
* 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/+2
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-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