summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-sff.c
AgeCommit message (Expand)Author
2022-04-04ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()Damien Le Moal
2022-02-20ata: libata-sff: use *switch* statement in ata_sff_dev_classify()Sergey Shtylyov
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov
2022-02-20ata: libata-sff: refactor ata_sff_altstatus()Sergey Shtylyov
2022-02-19ata: libata-sff: refactor ata_sff_set_devctl()Sergey Shtylyov
2022-02-19ata: libata-sff: make ata_resources_present() return 'bool'Sergey Shtylyov
2022-02-19ata: libata-sff: make ata_devchk() return 'bool'Sergey Shtylyov
2022-02-03ata: libata: ata_{sff|std}_prereset() always return 0Sergey Shtylyov
2022-01-05ata: libata: remove debug compilation switchesHannes Reinecke
2022-01-05ata: libata: drop ata_msg_probe()Hannes Reinecke
2022-01-05ata: libata: remove pointless VPRINTK() callsHannes Reinecke
2022-01-05ata: libata-sff: tracepoints for HSM state machineHannes Reinecke
2022-01-05ata: libata: tracepoints for bus-master DMAHannes Reinecke
2022-01-04ata: libata: add reset tracepointsHannes Reinecke
2022-01-04ata: libata: Add ata_port_classify() helperHannes Reinecke
2022-01-04ata: libata: remove pointless debugging messagesHannes Reinecke
2021-07-09libata: fix ata_pio_sector for CONFIG_HIGHMEMChristoph Hellwig
2020-03-26ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby
2019-09-17Merge tag 'for-5.4/libata-2019-09-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-26libata: switch remaining drivers to use dma_set_mask_and_coherentChristoph Hellwig
2019-08-07libata: add SG safety checks in SFF pio transfersJens Axboe
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2018-07-11libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab
2017-05-16ata-sff: always map page before data transferTycho Andersen
2017-03-06libata: drop WARN from protocol error in ata_sff_qc_issue()Tejun Heo
2017-01-23libata-sff: Don't scan disabled ports when checking for legacy mode.Darren Stevens
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz
2016-02-01libata: fix sff host state machine locking while pollingTejun Heo
2016-01-29libata-sff: use WARN instead of BUG on illegal host state machine stateTejun Heo
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert
2015-01-19libata: prevent HSM state change race between ISR and PIODavid Jeffery
2014-09-28libata-sff: Fix controllers with no ctl portOndrej Zary
2014-05-04libata-sff: remove dead codePaul Bolle
2013-05-14libata: update "Maintained by:" tagsTejun Heo
2012-03-20ata: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-08libata-sff: use ATAPI_{COD|IO}Sergei Shtylyov
2011-11-17libata: fix build without BMDMAAlexander Beregalov
2011-10-31ide/ata: Add module.h to the implicit modular usersPaul Gortmaker
2011-10-14libata: make ata_sff_data_xfer_noirq() work with 32-bit PIOBartlomiej Zolnierkiewicz
2011-10-14libata: reduce ata_pci_[sff,bmdma]_init_one() sizeBartlomiej Zolnierkiewicz
2011-10-07libata: clear PIO pad areaTejun Heo
2011-07-23[libata] Prevent warning during PMP error recoveryGwendal Grignou
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2011-05-14libata-sff: prevent irq descriptions for dummy portsJames Bottomley
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()Viresh Kumar
2011-03-02[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]Jeff Garzik