aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/sata_fsl.c
AgeCommit message (Expand)Author
2022-03-23Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-03-07ata: Drop commas after OF match table sentinelsGeert Uytterhoeven
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov
2022-02-08ata: sata_fsl: fix sscanf() and sysfs_emit() format stringsDamien Le Moal
2022-01-14ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitionsDamien Le Moal
2022-01-14ata: sata_fsl: fix scsi host initializationDamien Le Moal
2022-01-05ata: sata_fsl: convert VPRINTK() calls to ata_port_dbg()Hannes Reinecke
2022-01-05ata: sata_fsl: move DPRINTK to ata debuggingHannes Reinecke
2022-01-04ata: libata: add reset tracepointsHannes Reinecke
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke
2022-01-04ata: sata_fsl: use sysfs_emit()Damien Le Moal
2022-01-04ata: sata_fsl: Use struct_group() for memcpy() regionKees Cook
2021-11-29sata_fsl: fix warning in remove_proc_entry when rmmod sata_fslBaokun Li
2021-11-29sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fslBaokun Li
2021-05-17sata: fsl: fix DPRINTK format stringArnd Bergmann
2019-12-25libata: Fix retrieving of active qcsSascha Hauer
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-06-19sata_fsl: remove dead code in tag retrievalJens Axboe
2018-06-19sata_fsl: convert to command iteratorJens Axboe
2018-05-14sata_fsl: use the right type for tag bitshiftJens Axboe
2018-05-11libata: bump ->qc_active to a 64-bit typeJens Axboe
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe
2017-05-30ata: sata_fsl: cut drvdata assignmentLinus Walleij
2017-03-06ata: constify of_device_id structuresBhumika Goyal
2015-12-07ata/sata_fsl.c: add ATA_FLAG_NO_LOG_PAGE to blacklist the controller for log ...Andreas Werner
2015-03-02sata-fsl: Apply link speed limitsMartin Hicks
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-02sata_fsl: fix error handling of irq_of_parse_and_mapDmitry Torokhov
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang
2014-06-17ata: Use dma_zalloc_coherentJoe Perches
2014-05-21sata_fsl: remove check for CONFIG_MPC8315_DSPaul Bolle
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-08-20sata_fsl: save irqs while coalescingAnthony Foiani
2013-05-24ata: use platform_{get,set}_drvdata()Jingoo Han
2013-04-30Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-03fsl/sata: create a sysfs entry for rx water markQiang Liu
2013-03-20treewide: Fix typos in printkMasanari Iida
2013-03-04sata_fsl: Remove redundant NULL check before kfreeSyam Sidhardhan
2012-09-13sata_fsl: add workaround for data length mismatch on freescale V2 controllerShaohui Xie
2012-03-13sata_fsl: add support for interrupt coalsecing featureQiang Liu
2012-01-17[libata] sata_fsl: fix the controller operating modeJerry Huang
2012-01-08SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds