summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* libata: remove ata_sff_data_xfer_noirq()Sebastian Andrzej Siewior2018-07-111-30/+0Star
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* ata-sff: always map page before data transferTycho Andersen2017-05-161-36/+8Star
* libata: drop WARN from protocol error in ata_sff_qc_issue()Tejun Heo2017-03-061-1/+0Star
* 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/+11Star
* 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/+9Star
* libata-sff: remove dead codePaul Bolle2014-05-041-9/+0Star
* 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-091-2/+2
* libata: fix build without BMDMAAlexander Beregalov2011-11-171-0/+4
* ide/ata: Add module.h to the implicit modular usersPaul Gortmaker2011-11-011-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/+46Star
* libata: clear PIO pad areaTejun Heo2011-10-081-2/+2
* [libata] Prevent warning during PMP error recoveryGwendal Grignou2011-07-241-0/+1
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-16/+16
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2011-07-231-12/+8Star
* libata-sff: prevent irq descriptions for dummy portsJames Bottomley2011-05-141-2/+7
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()Viresh Kumar2011-03-141-2/+13
* [libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]Jeff Garzik2011-03-021-1/+1
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-081-1/+1
|\
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-1/+1
* | libata-sff: fix HSM_ST_ERR handling in __ata_sff_port_intr()Tejun Heo2010-12-241-4/+3Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-231-1/+1
|\
| * workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-111-1/+1
* | libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-221-6/+6
* | [libata] Fix section mismatch: ata_sff_exitLuck, Tony2010-10-221-1/+1
|/
* libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-101-10/+28
* libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo2010-09-101-0/+3
* libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord2010-08-261-4/+0Star
* libata: take advantage of cmwq and remove concurrency limitationsTejun Heo2010-07-021-8/+1Star
* libata-sff: make BMDMA optionalTejun Heo2010-05-261-0/+11
* libata-sff: separate out BMDMA initTejun Heo2010-05-261-24/+114
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-261-78/+130
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-261-30/+37
* libata-sff: separate out BMDMA qc_issueTejun Heo2010-05-191-45/+67
* libata-sff: prd is BMDMA specificTejun Heo2010-05-191-12/+15
* libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-191-144/+146
* libata-sff: separate out BMDMA EHTejun Heo2010-05-191-66/+93
* libata-sff: port_task is SFF specificTejun Heo2010-05-191-18/+54
* libata-sff: ap->[last_]ctl are SFF specificTejun Heo2010-05-191-0/+2