aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16ata: libata-sff: Fix double word in commentsShaomin Deng1-1/+1
2022-04-04ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()Damien Le Moal1-1/+1
2022-02-20ata: libata-sff: use *switch* statement in ata_sff_dev_classify()Sergey Shtylyov1-7/+10
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-3/+3
2022-02-20ata: libata-sff: refactor ata_sff_altstatus()Sergey Shtylyov1-26/+33
2022-02-19ata: libata-sff: refactor ata_sff_set_devctl()Sergey Shtylyov1-15/+15
2022-02-19ata: libata-sff: make ata_resources_present() return 'bool'Sergey Shtylyov1-4/+4
2022-02-19ata: libata-sff: make ata_devchk() return 'bool'Sergey Shtylyov1-3/+6
2022-02-03ata: libata: ata_{sff|std}_prereset() always return 0Sergey Shtylyov1-4/+3
2022-01-05ata: libata: remove debug compilation switchesHannes Reinecke1-1/+0
2022-01-05ata: libata: drop ata_msg_probe()Hannes Reinecke1-4/+0
2022-01-05ata: libata: remove pointless VPRINTK() callsHannes Reinecke1-4/+0
2022-01-05ata: libata-sff: tracepoints for HSM state machineHannes Reinecke1-13/+7
2022-01-05ata: libata: tracepoints for bus-master DMAHannes Reinecke1-23/+21
2022-01-04ata: libata: add reset tracepointsHannes Reinecke1-10/+1
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke1-1/+1
2022-01-04ata: libata: remove pointless debugging messagesHannes Reinecke1-2/+0
2021-07-09libata: fix ata_pio_sector for CONFIG_HIGHMEMChristoph Hellwig1-8/+27
2020-03-26ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz1-4/+0
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-4/+8
2019-09-17Merge tag 'for-5.4/libata-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2019-08-26libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig1-7/+1
2019-08-07libata: add SG safety checks in SFF pio transfersJens Axboe1-0/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2018-07-11libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior1-30/+0
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-05-16ata-sff: always map page before data transferTycho Andersen1-36/+8
2017-03-06libata: drop WARN from protocol error in ata_sff_qc_issue()Tejun Heo1-1/+0
2017-01-23libata-sff: Don't scan disabled ports when checking for legacy mode.Darren Stevens1-3/+13
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz1-14/+15
2016-02-01libata: fix sff host state machine locking while pollingTejun Heo1-21/+11
2016-01-29libata-sff: use WARN instead of BUG on illegal host state machine stateTejun Heo1-1/+2
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-2/+2
2015-01-19libata: prevent HSM state change race between ISR and PIODavid Jeffery1-0/+12
2014-09-28libata-sff: Fix controllers with no ctl portOndrej Zary1-11/+9
2014-05-04libata-sff: remove dead codePaul Bolle1-9/+0
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2012-03-20ata: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-01-08libata-sff: use ATAPI_{COD|IO}Sergei Shtylyov1-2/+2
2011-11-17libata: fix build without BMDMAAlexander Beregalov1-0/+4
2011-10-31ide/ata: Add module.h to the implicit modular usersPaul Gortmaker1-0/+1
2011-10-14libata: make ata_sff_data_xfer_noirq() work with 32-bit PIOBartlomiej Zolnierkiewicz1-1/+1
2011-10-14libata: reduce ata_pci_[sff,bmdma]_init_one() sizeBartlomiej Zolnierkiewicz1-65/+46
2011-10-07libata: clear PIO pad areaTejun Heo1-2/+2
2011-07-23[libata] Prevent warning during PMP error recoveryGwendal Grignou1-0/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-16/+16
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-12/+8
2011-05-14libata-sff: prevent irq descriptions for dummy portsJames Bottomley1-2/+7
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-14libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()Viresh Kumar1-2/+13