summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: print the lpm policy on bootNiklas Cassel2023-10-031-5/+5
* ata: libata: remove references to non-existing error_handler()Hannes Reinecke2023-08-021-20/+10
* ata: fix debounce timings typeSergey Shtylyov2023-08-021-1/+1
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-4/+4
* ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal2023-01-041-5/+1
* ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-041-2/+2
* ata: libata-sff: kill unused ata_sff_busy_sleep()Sergey Shtylyov2022-11-111-56/+0
* ata: libata-sff: Fix double word in commentsShaomin Deng2022-09-161-1/+1
* ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()Damien Le Moal2022-04-041-1/+1
* ata: libata-sff: use *switch* statement in ata_sff_dev_classify()Sergey Shtylyov2022-02-201-7/+10
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-3/+3
* ata: libata-sff: refactor ata_sff_altstatus()Sergey Shtylyov2022-02-201-26/+33
* ata: libata-sff: refactor ata_sff_set_devctl()Sergey Shtylyov2022-02-191-15/+15
* ata: libata-sff: make ata_resources_present() return 'bool'Sergey Shtylyov2022-02-191-4/+4
* ata: libata-sff: make ata_devchk() return 'bool'Sergey Shtylyov2022-02-191-3/+6
* ata: libata: ata_{sff|std}_prereset() always return 0Sergey Shtylyov2022-02-031-4/+3
* ata: libata: remove debug compilation switchesHannes Reinecke2022-01-051-1/+0
* ata: libata: drop ata_msg_probe()Hannes Reinecke2022-01-051-4/+0
* ata: libata: remove pointless VPRINTK() callsHannes Reinecke2022-01-051-4/+0
* ata: libata-sff: tracepoints for HSM state machineHannes Reinecke2022-01-051-13/+7
* ata: libata: tracepoints for bus-master DMAHannes Reinecke2022-01-051-23/+21
* ata: libata: add reset tracepointsHannes Reinecke2022-01-041-10/+1
* ata: libata: Add ata_port_classify() helperHannes Reinecke2022-01-041-1/+1
* ata: libata: remove pointless debugging messagesHannes Reinecke2022-01-041-2/+0
* libata: fix ata_pio_sector for CONFIG_HIGHMEMChristoph Hellwig2021-07-091-8/+27
* ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz2020-03-261-4/+0
* ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-4/+8
* Merge tag 'for-5.4/libata-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-7/+1
|\
| * libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig2019-08-261-7/+1
* | libata: add SG safety checks in SFF pio transfersJens Axboe2019-08-071-0/+6
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1
* libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior2018-07-111-30/+0
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* ata-sff: always map page before data transferTycho Andersen2017-05-161-36/+8
* libata: drop WARN from protocol error in ata_sff_qc_issue()Tejun Heo2017-03-061-1/+0
* libata-sff: Don't scan disabled ports when checking for legacy mode.Darren Stevens2017-01-231-3/+13
* ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz2017-01-101-14/+15
* libata: fix sff host state machine locking while pollingTejun Heo2016-02-011-21/+11
* libata-sff: use WARN instead of BUG on illegal host state machine stateTejun Heo2016-01-291-1/+2
* ata: remove deprecated use of pci apiQuentin Lambert2015-04-081-2/+2
* libata: prevent HSM state change race between ISR and PIODavid Jeffery2015-01-191-0/+12
* libata-sff: Fix controllers with no ctl portOndrej Zary2014-09-281-11/+9
* libata-sff: remove dead codePaul Bolle2014-05-041-9/+0
* libata: update "Maintained by:" tagsTejun Heo2013-05-141-1/+1
* ata: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
* libata-sff: use ATAPI_{COD|IO}Sergei Shtylyov2012-01-081-2/+2
* libata: fix build without BMDMAAlexander Beregalov2011-11-171-0/+4
* ide/ata: Add module.h to the implicit modular usersPaul Gortmaker2011-10-311-0/+1
* libata: make ata_sff_data_xfer_noirq() work with 32-bit PIOBartlomiej Zolnierkiewicz2011-10-141-1/+1
* libata: reduce ata_pci_[sff,bmdma]_init_one() sizeBartlomiej Zolnierkiewicz2011-10-141-65/+46