aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
Commit message (Expand)AuthorAge
* libata: take advantage of cmwq and remove concurrency limitationsTejun Heo2010-07-02
* libata-sff: make BMDMA optionalTejun Heo2010-05-25
* libata-sff: separate out BMDMA initTejun Heo2010-05-25
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-25
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-25
* libata-sff: separate out BMDMA qc_issueTejun Heo2010-05-19
* libata-sff: prd is BMDMA specificTejun Heo2010-05-19
* libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-19
* libata-sff: separate out BMDMA EHTejun Heo2010-05-19
* libata-sff: port_task is SFF specificTejun Heo2010-05-19
* libata-sff: ap->[last_]ctl are SFF specificTejun Heo2010-05-19
* libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()Tejun Heo2010-05-19
* libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo2010-05-19
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-19
* libata-sff: reorder SFF/BMDMA functionsTejun Heo2010-05-17
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-17
* libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo2010-05-14
* libata-sff: update bmdma host bus error handlingTejun Heo2010-05-14
* libata: Remove excess delay in the tf_load pathAlan Cox2010-05-14
* libata: don't flush dcache on slab pagesSebastian Andrzej Siewior2010-05-14
* libata: make sff_irq_on() method optionalSergei Shtylyov2010-05-14
* libata: introduce sff_set_devctl() methodSergei Shtylyov2010-05-14
* libata-sff: kill unused ata_bus_reset()Sergei Shtylyov2010-05-14
* libata: don't whine on spurious IRQTejun Heo2010-04-06
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* libata-sff: fix spurious IRQ handlingTejun Heo2010-03-23
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | libata: Pass host flags into the pci helperAlan Cox2010-03-01
* | libata: implement spurious irq handling for SFF and apply it to piixTejun Heo2010-03-01
* | libata: cleanup ata_sff_interrupt()Tejun Heo2010-03-01
* | [libata] Call flush_dcache_page after PIO data transfers in libata-sff.cCatalin Marinas2010-02-04
|/
* libata: fix reporting of drained bytes when clearing DRQRobert Hancock2009-12-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * drivers/ata/libata-sff.c: comment spelling fixesKrzysztof Halasa2009-12-04
* | libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt2009-12-03
|/
* libata-sff: avoid byte swapping in ata_sff_data_xfer()Sergei Shtylyov2009-06-10
* ata: Report 16/32bit PIO as best we canAlan Cox2009-04-16
* [libata] Improve timeout handlingAlan Cox2009-03-24
* [libata] Drain data on errorsAlan Cox2009-03-24
* libata: Keep shadow last_ctl up to date during resetsStuart MENEFY2009-03-13
* libata-sff: fix 32-bit PIO ATAPI regressionSergei Shtylyov2009-02-16
* libata: set NODEV_HINT for 0x7f statusTejun Heo2009-01-26
* libata-sff: fix incorrect EH messageTejun Heo2009-01-26
* ata: fix wrong WARN_ON_ONCEChristian Borntraeger2009-01-13
* libata: use WARN_ON_ONCE on hot pathsTejun Heo2009-01-09
* libata: clean up the SFF code for coding styleAlan Cox2009-01-08
* libata: Add 32bit PIO supportAlan Cox2009-01-08
* libata: improve phantom device detectionTejun Heo2008-11-14
* libata-sff: fix ata_sff_post_internal_cmd()Tejun Heo2008-10-22