aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_fsl.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02ata: sata_fsl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-02ata: Explicitly include correct DT includesRob Herring1-3/+3
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche1-1/+1
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-2/+1
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-1/+1
2022-03-23Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-8/+6
2022-03-07ata: Drop commas after OF match table sentinelsGeert Uytterhoeven1-7/+3
2022-02-19ata: libata: make ata_host_suspend() *void*Sergey Shtylyov1-1/+3
2022-02-08ata: sata_fsl: fix sscanf() and sysfs_emit() format stringsDamien Le Moal1-9/+7
2022-01-14ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitionsDamien Le Moal1-10/+10
2022-01-14ata: sata_fsl: fix scsi host initializationDamien Le Moal1-2/+1
2022-01-05ata: sata_fsl: convert VPRINTK() calls to ata_port_dbg()Hannes Reinecke1-47/+33
2022-01-05ata: sata_fsl: move DPRINTK to ata debuggingHannes Reinecke1-44/+39
2022-01-04ata: libata: add reset tracepointsHannes Reinecke1-10/+0
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke1-1/+1
2022-01-04ata: sata_fsl: use sysfs_emit()Damien Le Moal1-3/+3
2022-01-04ata: sata_fsl: Use struct_group() for memcpy() regionKees Cook1-4/+6
2021-11-29sata_fsl: fix warning in remove_proc_entry when rmmod sata_fslBaokun Li1-5/+3
2021-11-29sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fslBaokun Li1-2/+10
2021-05-17sata: fsl: fix DPRINTK format stringArnd Bergmann1-1/+1
2019-12-25libata: Fix retrieving of active qcsSascha Hauer1-1/+1
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-06-19sata_fsl: remove dead code in tag retrievalJens Axboe1-6/+0
2018-06-19sata_fsl: convert to command iteratorJens Axboe1-2/+1
2018-05-14sata_fsl: use the right type for tag bitshiftJens Axboe1-1/+1
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-3/+3
2017-05-30ata: sata_fsl: cut drvdata assignmentLinus Walleij1-2/+0
2017-03-06ata: constify of_device_id structuresBhumika Goyal1-1/+1
2015-12-07ata/sata_fsl.c: add ATA_FLAG_NO_LOG_PAGE to blacklist the controller for log ...Andreas Werner1-1/+2
2015-03-02sata-fsl: Apply link speed limitsMartin Hicks1-0/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-02sata_fsl: fix error handling of irq_of_parse_and_mapDmitry Torokhov1-1/+1
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-17ata: Use dma_zalloc_coherentJoe Perches1-3/+2
2014-05-21sata_fsl: remove check for CONFIG_MPC8315_DSPaul Bolle1-14/+0
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-2/+2
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-20sata_fsl: save irqs while coalescingAnthony Foiani1-2/+3
2013-05-24ata: use platform_{get,set}_drvdata()Jingoo Han1-9/+5
2013-04-30Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+55
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-03fsl/sata: create a sysfs entry for rx water markQiang Liu1-0/+55
2013-03-20treewide: Fix typos in printkMasanari Iida1-1/+1
2013-03-04sata_fsl: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2012-09-13sata_fsl: add workaround for data length mismatch on freescale V2 controllerShaohui Xie1-4/+35
2012-03-13sata_fsl: add support for interrupt coalsecing featureQiang Liu1-4/+107
2012-01-17[libata] sata_fsl: fix the controller operating modeJerry Huang1-0/+11
2012-01-08SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin1-13/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-17/+12
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-9/+5
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-7/+18
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+4
2011-03-15ATA: Add FSL sata v2 controller supportXulei1-7/+18
2011-03-14sata_fsl: Update RX_WATER_MARK for TRANSCFGPrabhakar Kushwaha1-0/+12
2011-03-14sata_fsl: Fix wrong Device Error Register usagePrabhakar Kushwaha1-2/+5
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-3/+2
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+2
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-9/+10
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo1-6/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-4/+4
2010-08-01sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo1-10/+10
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-12-03sata_fsl: Add asynchronous notification supportashish kalra1-8/+10
2009-11-19sata_fsl: Split hard and soft resetJiang Yutang1-40/+44
2009-09-08sata_fsl: Defer non-ncq commands when ncq commands activeAshish Kalra1-0/+1
2009-06-23sata_fsl: Add power mgmt supportDave Liu1-0/+35
2009-05-15sata_fsl: Fix the command description of FSL SATA controllerDave Liu1-3/+5
2009-05-15sata_fsl: Fix compile warningsKumar Gala1-3/+4
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-2/+2
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka1-1/+1
2008-09-29libata: make SCR access ops per-linkTejun Heo1-13/+13
2008-05-30[libata] sata_fsl: Fix broken driver, add port multiplier (PMP) supportAshish Kalra1-61/+163
2008-04-28typo in sata_fslAl Viro1-1/+1
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-0/+10
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo1-5/+0
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-56/+4
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-9/+15
2008-04-17libata: rename SFF port opsTejun Heo1-3/+3
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-11/+1
2008-04-17libata: implement and use ops inheritanceTejun Heo1-3/+2
2008-04-17libata: implement and use SHT initializersTejun Heo1-13/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-0/+1
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-6/+1
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo1-2/+0
2008-04-17libata: prefer hardresetTejun Heo1-1/+1
2008-04-09ata/sata_fsl: Remove unused variable in sata_fsl_probeJohann Felix Soden1-3/+0
2008-03-31[POWERPC] sata_fsl: reduce compatibility to fsl,pq-sataKim Phillips1-4/+1
2008-02-24sata_fsl: fix build with ATA_VERBOSE_DEBUGAnton Vorontsov1-3/+5
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-13/+0
2008-02-06libata: kill now unused n_iter and fix sata_fslJames Bottomley1-2/+2
2008-01-23fix drivers/ata/sata_fsl.c double-declakpm@linux-foundation.org1-1/+0
2008-01-23libata: convert to chained sgTejun Heo1-1/+3
2008-01-23libata: implement protocol testsTejun Heo1-1/+1
2007-11-03ata/sata_fsl: Remove ata_scsi_suspend/resume callbacksashish kalra1-4/+0
2007-11-03ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset()ashish kalra1-70/+0
2007-11-03ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdefashish kalra1-0/+2
2007-11-03ata/sata_fsl: cleanup style problemLi Yang1-6/+6
2007-11-03ata/sata_fsl: remove unneeded sata_fsl_hardreset()Jeff Garzik1-13/+1
2007-11-03ata/sata_fsl: remove unneeded on-stack copy of FISJeff Garzik1-3/+1
2007-11-03ata/sata_fsl: cleanup needless casts to/from void __iomem *Jeff Garzik1-2/+2
2007-11-03ata/sata_fsl: Remove unnecessary SCR casesJeff Garzik1-14/+2
2007-11-03ata/sata_fsl: Kill ata_sg_is_last()Li Yang1-1/+1
2007-11-03ata/sata_fsl: save irq in private data for irq unmappingLi Yang1-1/+3
2007-11-03ata/sata_fsl: Remove deprecated hooksLi Yang1-4/+0
2007-11-03ata/sata_fsl: Update for ata_link introductionLi Yang1-13/+18
2007-10-17drivers/ata: add support to Freescale 3.0Gbps SATA ControllerLi Yang1-0/+1490