aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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