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