summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-sff.c
AgeCommit message (Expand)Author
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
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-12-24libata-sff: fix HSM_ST_ERR handling in __ata_sff_port_intr()Tejun Heo
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo
2010-10-21[libata] Fix section mismatch: ata_sff_exitLuck, Tony
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo
2010-09-09libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou
2010-09-09libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo
2010-08-25libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo
2010-05-25libata-sff: make BMDMA optionalTejun Heo
2010-05-25libata-sff: separate out BMDMA initTejun Heo
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo
2010-05-19libata-sff: separate out BMDMA qc_issueTejun Heo