summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-transport.c
Commit message (Expand)AuthorAgeFilesLines
* ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal2023-09-281-1/+8
* ata: libata-transport: fix error handling in ata_tdev_add()Yang Yingliang2022-11-111-1/+7
* ata: libata-transport: fix error handling in ata_tlink_add()Yang Yingliang2022-11-111-1/+4
* ata: libata-transport: fix error handling in ata_tport_add()Yang Yingliang2022-11-111-1/+4
* ata: libata-transport: fix double ata_host_put() in ata_tport_add()Yang Yingliang2022-11-111-1/+0
* ata: libata: Fix syntax errors in commentsXiang wangx2022-06-131-1/+1
* ata: libata-transport: fix {dma|pio|xfer}_mode sysfs filesSergey Shtylyov2022-06-091-1/+1
* ata: libata: Add ata_port_classify() helperHannes Reinecke2022-01-041-0/+30
* ata: libata: whitespace cleanupHannes Reinecke2022-01-041-9/+9
* ata: libata-transport: Fix some potential doc-rot issuesLee Jones2021-03-121-3/+3
* libata: transport: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-301-1/+1
* libata: add refcounting to ata_hostTaras Kondratiuk2018-03-131-0/+4
* libata: transport: Remove circular dependency at free timeGwendal Grignou2017-03-061-6/+3
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-1/+0
* ata: fix "ering" sysfs time printingArnd Bergmann2016-06-171-4/+5
* libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter2015-07-151-0/+2
* libata: Expose TRIM capability in sysfsMartin K. Petersen2015-05-051-0/+22
* libata: Implement ATA_DEV_ZACHannes Reinecke2014-11-051-0/+1
* libata: Fix display of sata speedGwendal Grignou2013-10-271-8/+8
* ata: acpi: rework the ata acpi bind supportAaron Lu2013-08-231-0/+2
* libata: export ata_port port_no attribute via /sysDavid Milburn2013-05-141-1/+3
* libata-transport.c: local functions should not be exposed globallyH Hartley Sweeten2012-07-251-3/+3
* libata: forbid port runtime pm by default, fixing regressionLin Ming2012-04-181-0/+1
* [libata] enable ata port async suspendLin Ming2012-01-171-0/+1
* ata: add ata port runtime PM callbacksLin Ming2012-01-081-0/+4
* ata: add ata port system PM callbacksLin Ming2012-01-081-0/+1
* drivers/ata/libata-transport.c: include linux/slab.hJeff Garzik2010-10-211-0/+1
* [libata] Add ATA transport classGwendal Grignou2010-10-211-0/+773