summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_fsl.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-1/+1
* ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal2023-01-041-2/+1
* ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-041-1/+1
* Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-03-231-8/+6
|\
| * ata: Drop commas after OF match table sentinelsGeert Uytterhoeven2022-03-071-7/+3
| * ata: libata: make ata_host_suspend() *void*Sergey Shtylyov2022-02-191-1/+3
* | ata: sata_fsl: fix sscanf() and sysfs_emit() format stringsDamien Le Moal2022-02-081-9/+7
|/
* ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitionsDamien Le Moal2022-01-141-10/+10
* ata: sata_fsl: fix scsi host initializationDamien Le Moal2022-01-141-2/+1
* ata: sata_fsl: convert VPRINTK() calls to ata_port_dbg()Hannes Reinecke2022-01-051-47/+33
* ata: sata_fsl: move DPRINTK to ata debuggingHannes Reinecke2022-01-051-44/+39
* ata: libata: add reset tracepointsHannes Reinecke2022-01-041-10/+0
* ata: libata: Add ata_port_classify() helperHannes Reinecke2022-01-041-1/+1
* ata: sata_fsl: use sysfs_emit()Damien Le Moal2022-01-041-3/+3
* ata: sata_fsl: Use struct_group() for memcpy() regionKees Cook2022-01-041-4/+6
* sata_fsl: fix warning in remove_proc_entry when rmmod sata_fslBaokun Li2021-11-291-5/+3
* sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fslBaokun Li2021-11-291-2/+10
* sata: fsl: fix DPRINTK format stringArnd Bergmann2021-05-171-1/+1
* libata: Fix retrieving of active qcsSascha Hauer2019-12-251-1/+1
* ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* sata_fsl: remove dead code in tag retrievalJens Axboe2018-06-191-6/+0
* sata_fsl: convert to command iteratorJens Axboe2018-06-191-2/+1
* sata_fsl: use the right type for tag bitshiftJens Axboe2018-05-141-1/+1
* 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-3/+3
* ata: sata_fsl: cut drvdata assignmentLinus Walleij2017-05-301-2/+0
* ata: constify of_device_id structuresBhumika Goyal2017-03-061-1/+1
* ata/sata_fsl.c: add ATA_FLAG_NO_LOG_PAGE to blacklist the controller for log ...Andreas Werner2015-12-071-1/+2
* sata-fsl: Apply link speed limitsMartin Hicks2015-03-021-0/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | sata_fsl: fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-12-021-1/+1
|/
* ata: Use dma_zalloc_coherentJoe Perches2014-06-171-3/+2
* sata_fsl: remove check for CONFIG_MPC8315_DSPaul Bolle2014-05-211-14/+0
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-2/+2
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* sata_fsl: save irqs while coalescingAnthony Foiani2013-08-201-2/+3
* ata: use platform_{get,set}_drvdata()Jingoo Han2013-05-241-9/+5
* Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-04-301-0/+55
|\
| * fsl/sata: create a sysfs entry for rx water markQiang Liu2013-04-031-0/+55
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ | |/ |/|
| * treewide: Fix typos in printkMasanari Iida2013-03-201-1/+1
* | sata_fsl: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-041-2/+1
|/
* sata_fsl: add workaround for data length mismatch on freescale V2 controllerShaohui Xie2012-09-131-4/+35
* sata_fsl: add support for interrupt coalsecing featureQiang Liu2012-03-131-4/+107
* [libata] sata_fsl: fix the controller operating modeJerry Huang2012-01-171-0/+11
* SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin2012-01-081-13/+1
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-17/+12