summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libata: clear PIO pad areaTejun Heo2011-10-071-2/+2
* [libata] Prevent warning during PMP error recoveryGwendal Grignou2011-07-231-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/+8
* 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-071-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/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-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-211-6/+6
* | [libata] Fix section mismatch: ata_sff_exitLuck, Tony2010-10-211-1/+1
|/
* libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-091-10/+28
* libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo2010-09-091-0/+3
* libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord2010-08-251-4/+0
* libata: take advantage of cmwq and remove concurrency limitationsTejun Heo2010-07-021-8/+1
* libata-sff: make BMDMA optionalTejun Heo2010-05-251-0/+11
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-24/+114
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-78/+130
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-251-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
* libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()Tejun Heo2010-05-191-3/+3
* libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo2010-05-191-0/+23
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-86/+84
* libata-sff: reorder SFF/BMDMA functionsTejun Heo2010-05-171-222/+226
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-8/+2
* libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo2010-05-141-1/+1
* libata-sff: update bmdma host bus error handlingTejun Heo2010-05-141-8/+12
* libata: Remove excess delay in the tf_load pathAlan Cox2010-05-141-3/+0