| Commit message (Expand) | Author | Age | Files | Lines |
* | ata: libata: simplify qc_fill_rtf port operation interface | Damien Le Moal | 2023-01-04 | 1 | -2/+1 |
* | ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EH | Niklas Cassel | 2023-01-04 | 1 | -1/+1 |
* | Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle... | Linus Torvalds | 2022-03-23 | 1 | -8/+6 |
|\ |
|
| * | ata: Drop commas after OF match table sentinels | Geert Uytterhoeven | 2022-03-07 | 1 | -7/+3 |
| * | ata: libata: make ata_host_suspend() *void* | Sergey Shtylyov | 2022-02-19 | 1 | -1/+3 |
* | | ata: sata_fsl: fix sscanf() and sysfs_emit() format strings | Damien Le Moal | 2022-02-08 | 1 | -9/+7 |
|/ |
|
* | ata: sata_fsl: fix cmdhdr_tbl_entry and prde struct definitions | Damien Le Moal | 2022-01-14 | 1 | -10/+10 |
* | ata: sata_fsl: fix scsi host initialization | Damien Le Moal | 2022-01-14 | 1 | -2/+1 |
* | ata: sata_fsl: convert VPRINTK() calls to ata_port_dbg() | Hannes Reinecke | 2022-01-05 | 1 | -47/+33 |
* | ata: sata_fsl: move DPRINTK to ata debugging | Hannes Reinecke | 2022-01-05 | 1 | -44/+39 |
* | ata: libata: add reset tracepoints | Hannes Reinecke | 2022-01-04 | 1 | -10/+0 |
* | ata: libata: Add ata_port_classify() helper | Hannes Reinecke | 2022-01-04 | 1 | -1/+1 |
* | ata: sata_fsl: use sysfs_emit() | Damien Le Moal | 2022-01-04 | 1 | -3/+3 |
* | ata: sata_fsl: Use struct_group() for memcpy() region | Kees Cook | 2022-01-04 | 1 | -4/+6 |
* | sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl | Baokun Li | 2021-11-29 | 1 | -5/+3 |
* | sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl | Baokun Li | 2021-11-29 | 1 | -2/+10 |
* | sata: fsl: fix DPRINTK format string | Arnd Bergmann | 2021-05-17 | 1 | -1/+1 |
* | libata: Fix retrieving of active qcs | Sascha Hauer | 2019-12-26 | 1 | -1/+1 |
* | ata: make qc_prep return ata_completion_errors | Jiri Slaby | 2019-11-01 | 1 | -1/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -2/+2 |
* | sata_fsl: remove dead code in tag retrieval | Jens Axboe | 2018-06-19 | 1 | -6/+0 |
* | sata_fsl: convert to command iterator | Jens Axboe | 2018-06-19 | 1 | -2/+1 |
* | sata_fsl: use the right type for tag bitshift | Jens Axboe | 2018-05-14 | 1 | -1/+1 |
* | libata: bump ->qc_active to a 64-bit type | Jens Axboe | 2018-05-11 | 1 | -1/+1 |
* | libata: convert core and drivers to ->hw_tag usage | Jens Axboe | 2018-05-11 | 1 | -3/+3 |
* | ata: sata_fsl: cut drvdata assignment | Linus Walleij | 2017-05-30 | 1 | -2/+0 |
* | ata: constify of_device_id structures | Bhumika Goyal | 2017-03-06 | 1 | -1/+1 |
* | ata/sata_fsl.c: add ATA_FLAG_NO_LOG_PAGE to blacklist the controller for log ... | Andreas Werner | 2015-12-07 | 1 | -1/+2 |
* | sata-fsl: Apply link speed limits | Martin Hicks | 2015-03-02 | 1 | -0/+2 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | ata: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | sata_fsl: fix error handling of irq_of_parse_and_map | Dmitry Torokhov | 2014-12-02 | 1 | -1/+1 |
|/ |
|
* | ata: Use dma_zalloc_coherent | Joe Perches | 2014-06-17 | 1 | -3/+2 |
* | sata_fsl: remove check for CONFIG_MPC8315_DS | Paul Bolle | 2014-05-21 | 1 | -14/+0 |
* | ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers | Bartlomiej Zolnierkiewicz | 2014-05-10 | 1 | -2/+2 |
* | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-10 | 1 | -0/+2 |
* | sata_fsl: save irqs while coalescing | Anthony Foiani | 2013-08-20 | 1 | -2/+3 |
* | ata: use platform_{get,set}_drvdata() | Jingoo Han | 2013-05-24 | 1 | -9/+5 |
* | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2013-05-01 | 1 | -0/+55 |
|\ |
|
| * | fsl/sata: create a sysfs entry for rx water mark | Qiang Liu | 2013-04-04 | 1 | -0/+55 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | treewide: Fix typos in printk | Masanari Iida | 2013-03-20 | 1 | -1/+1 |
* | | sata_fsl: Remove redundant NULL check before kfree | Syam Sidhardhan | 2013-03-04 | 1 | -2/+1 |
|/ |
|
* | sata_fsl: add workaround for data length mismatch on freescale V2 controller | Shaohui Xie | 2012-09-13 | 1 | -4/+35 |
* | sata_fsl: add support for interrupt coalsecing feature | Qiang Liu | 2012-03-13 | 1 | -4/+107 |
* | [libata] sata_fsl: fix the controller operating mode | Jerry Huang | 2012-01-18 | 1 | -0/+11 |
* | SATA/PATA: convert drivers/ata/* to use module_platform_driver() | Axel Lin | 2012-01-09 | 1 | -13/+1 |
* | ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> | Joe Perches | 2011-07-23 | 1 | -17/+12 |
* | ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches | 2011-07-23 | 1 | -9/+5 |