summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+84Star
* libata-sff: reorder SFF/BMDMA functionsTejun Heo2010-05-181-222/+226
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-181-8/+2Star
* libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo2010-05-151-1/+1
* libata-sff: update bmdma host bus error handlingTejun Heo2010-05-151-8/+12
* libata: Remove excess delay in the tf_load pathAlan Cox2010-05-151-3/+0Star
* libata: don't flush dcache on slab pagesSebastian Andrzej Siewior2010-05-141-1/+1
* libata: make sff_irq_on() method optionalSergei Shtylyov2010-05-141-11/+15
* libata: introduce sff_set_devctl() methodSergei Shtylyov2010-05-141-6/+25
* libata-sff: kill unused ata_bus_reset()Sergei Shtylyov2010-05-141-94/+0Star
* libata: don't whine on spurious IRQTejun Heo2010-04-061-4/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* libata-sff: fix spurious IRQ handlingTejun Heo2010-03-231-7/+36
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | libata: Pass host flags into the pci helperAlan Cox2010-03-011-2/+4
* | libata: implement spurious irq handling for SFF and apply it to piixTejun Heo2010-03-011-3/+32
* | libata: cleanup ata_sff_interrupt()Tejun Heo2010-03-011-10/+7Star
* | [libata] Call flush_dcache_page after PIO data transfers in libata-sff.cCatalin Marinas2010-02-041-0/+3
|/
* libata: fix reporting of drained bytes when clearing DRQRobert Hancock2009-12-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-3/+3
|\
| * drivers/ata/libata-sff.c: comment spelling fixesKrzysztof Halasa2009-12-041-3/+3
* | libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt2009-12-031-1/+1
|/
* libata-sff: avoid byte swapping in ata_sff_data_xfer()Sergei Shtylyov2009-06-101-7/+13
* ata: Report 16/32bit PIO as best we canAlan Cox2009-04-161-0/+27
* [libata] Improve timeout handlingAlan Cox2009-03-251-1/+45
* [libata] Drain data on errorsAlan Cox2009-03-251-2/+43
* libata: Keep shadow last_ctl up to date during resetsStuart MENEFY2009-03-131-1/+5
* libata-sff: fix 32-bit PIO ATAPI regressionSergei Shtylyov2009-02-171-7/+21