summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
Commit message (Expand)AuthorAgeFilesLines
* libata-sff: make BMDMA optionalTejun Heo2010-05-251-0/+11
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-24/+114
* libata-sff: separate out BMDMA irq handlerTejun Heo2010-05-251-78/+130
* libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo2010-05-251-30/+37
* libata-sff: separate out BMDMA qc_issueTejun Heo2010-05-191-45/+67
* libata-sff: prd is BMDMA specificTejun Heo2010-05-191-12/+15
* libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specificTejun Heo2010-05-191-144/+146
* libata-sff: separate out BMDMA EHTejun Heo2010-05-191-66/+93
* libata-sff: port_task is SFF specificTejun Heo2010-05-191-18/+54
* libata-sff: ap->[last_]ctl are SFF specificTejun Heo2010-05-191-0/+2
* 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/+84
* libata-sff: reorder SFF/BMDMA functionsTejun Heo2010-05-171-222/+226
* libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-8/+2
* libata-sff: kill unused prototype and make ata_dev_select() staticTejun Heo2010-05-141-1/+1
* libata-sff: update bmdma host bus error handlingTejun Heo2010-05-141-8/+12
* libata: Remove excess delay in the tf_load pathAlan Cox2010-05-141-3/+0
* 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/+0
* libata: don't whine on spurious IRQTejun Heo2010-04-061-4/+0
* 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/+7
* | [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-091-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-241-1/+45
* [libata] Drain data on errorsAlan Cox2009-03-241-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-161-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-141-2/+11
* libata-sff: fix ata_sff_post_internal_cmd()Tejun Heo2008-10-221-1/+10
* libata-sff: kill spurious WARN_ON() in ata_hsm_move()Tejun Heo2008-09-081-5/+0
OpenPOWER on IntegriCloud