summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libata: set NODEV_HINT for 0x7f statusTejun Heo2009-01-261-0/+10
* libata-sff: fix incorrect EH messageTejun Heo2009-01-261-1/+1
* ata: fix wrong WARN_ON_ONCEChristian Borntraeger2009-01-131-3/+6
* libata: use WARN_ON_ONCE on hot pathsTejun Heo2009-01-091-12/+12
* libata: clean up the SFF code for coding styleAlan Cox2009-01-081-65/+67
* libata: Add 32bit PIO supportAlan Cox2009-01-081-0/+53
* libata: improve phantom device detectionTejun Heo2008-11-151-2/+11
* libata-sff: fix ata_sff_post_internal_cmd()Tejun Heo2008-10-231-1/+10
* libata-sff: kill spurious WARN_ON() in ata_hsm_move()Tejun Heo2008-09-081-5/+0Star
* libata: consistently use msecs for time durationsTejun Heo2008-07-141-7/+8
* libata-sff: improve HSM violation reportingTejun Heo2008-07-041-9/+21
* libata: fix G5 SATA broken on -rc5Hugh Dickins2008-06-051-1/+1
* libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox2008-06-041-15/+100
* libata: improve post-reset device ready testTejun Heo2008-05-061-5/+1Star
* libata: make WARN_ON conditions in ata_sff_hsm_move() more strictTejun Heo2008-04-251-2/+2
* libata: move link onlineness check out of softreset methodsTejun Heo2008-04-171-6/+0Star
* libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-171-0/+1
* libata: add qc_fill_rtf port operationTejun Heo2008-04-171-0/+20
* libata: unify mechanism to request follow-up SRSTTejun Heo2008-04-171-1/+0Star