aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-86/+84
2010-05-17libata-sff: reorder SFF/BMDMA functionsTejun Heo1-222/+226
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-8/+2
2010-05-14libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo1-1/+1
2010-05-14libata-sff: update bmdma host bus error handlingTejun Heo1-8/+12
2010-05-14libata: Remove excess delay in the tf_load pathAlan Cox1-3/+0
2010-05-14libata: don't flush dcache on slab pagesSebastian Andrzej Siewior1-1/+1
2010-05-14libata: make sff_irq_on() method optionalSergei Shtylyov1-11/+15
2010-05-14libata: introduce sff_set_devctl() methodSergei Shtylyov1-6/+25
2010-05-14libata-sff: kill unused ata_bus_reset()Sergei Shtylyov1-94/+0
2010-04-06libata: don't whine on spurious IRQTejun Heo1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23libata-sff: fix spurious IRQ handlingTejun Heo1-7/+36
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-01libata: Pass host flags into the pci helperAlan Cox1-2/+4
2010-03-01libata: implement spurious irq handling for SFF and apply it to piixTejun Heo1-3/+32
2010-03-01libata: cleanup ata_sff_interrupt()Tejun Heo1-10/+7
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-04[libata] Call flush_dcache_page after PIO data transfers in libata-sff.cCatalin Marinas1-0/+3
2009-12-17libata: fix reporting of drained bytes when clearing DRQRobert Hancock1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2009-12-04drivers/ata/libata-sff.c: comment spelling fixesKrzysztof Halasa1-3/+3
2009-12-03libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt1-1/+1
2009-06-10libata-sff: avoid byte swapping in ata_sff_data_xfer()Sergei Shtylyov1-7/+13
2009-04-16ata: Report 16/32bit PIO as best we canAlan Cox1-0/+27
2009-03-24[libata] Improve timeout handlingAlan Cox1-1/+45
2009-03-24[libata] Drain data on errorsAlan Cox1-2/+43
2009-03-13libata: Keep shadow last_ctl up to date during resetsStuart MENEFY1-1/+5
2009-02-16libata-sff: fix 32-bit PIO ATAPI regressionSergei Shtylyov1-7/+21
2009-01-26libata: set NODEV_HINT for 0x7f statusTejun Heo1-0/+10
2009-01-26libata-sff: fix incorrect EH messageTejun Heo1-1/+1
2009-01-13ata: fix wrong WARN_ON_ONCEChristian Borntraeger1-3/+6
2009-01-09libata: use WARN_ON_ONCE on hot pathsTejun Heo1-12/+12
2009-01-08libata: clean up the SFF code for coding styleAlan Cox1-65/+67
2009-01-08libata: Add 32bit PIO supportAlan Cox1-0/+53
2008-11-14libata: improve phantom device detectionTejun Heo1-2/+11
2008-10-22libata-sff: fix ata_sff_post_internal_cmd()Tejun Heo1-1/+10
2008-09-08libata-sff: kill spurious WARN_ON() in ata_hsm_move()Tejun Heo1-5/+0
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-7/+8
2008-07-04libata-sff: improve HSM violation reportingTejun Heo1-9/+21
2008-06-05libata: fix G5 SATA broken on -rc5Hugh Dickins1-1/+1
2008-06-04libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox1-15/+100
2008-05-06libata: improve post-reset device ready testTejun Heo1-5/+1
2008-04-25libata: make WARN_ON conditions in ata_sff_hsm_move() more strictTejun Heo1-2/+2
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-6/+0
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-0/+1
2008-04-17libata: add qc_fill_rtf port operationTejun Heo1-0/+20
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo1-1/+0
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo1-5/+4
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo1-40/+9