aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-02[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]Jeff Garzik1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-24libata-sff: fix HSM_ST_ERR handling in __ata_sff_port_intr()Tejun Heo1-4/+3
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-6/+6
2010-10-21[libata] Fix section mismatch: ata_sff_exitLuck, Tony1-1/+1
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-1/+1
2010-09-09libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou1-10/+28
2010-09-09libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo1-0/+3
2010-08-25libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord1-4/+0
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo1-8/+1
2010-05-25libata-sff: make BMDMA optionalTejun Heo1-0/+11
2010-05-25libata-sff: separate out BMDMA initTejun Heo1-24/+114
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-78/+130
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo1-30/+37
2010-05-19libata-sff: separate out BMDMA qc_issueTejun Heo1-45/+67
2010-05-19libata-sff: prd is BMDMA specificTejun Heo1-12/+15
2010-05-19libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo1-144/+146
2010-05-19libata-sff: separate out BMDMA EHTejun Heo1-66/+93
2010-05-19libata-sff: port_task is SFF specificTejun Heo1-18/+54
2010-05-19libata-sff: ap->[last_]ctl are SFF specificTejun Heo1-0/+2
2010-05-19libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()Tejun Heo1-3/+3
2010-05-19libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo1-0/+23