index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-sff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-25
libata-sff: make BMDMA optional
Tejun Heo
1
-0
/
+11
2010-05-25
libata-sff: separate out BMDMA init
Tejun Heo
1
-24
/
+114
2010-05-25
libata-sff: separate out BMDMA irq handler
Tejun Heo
1
-78
/
+130
2010-05-25
libata-sff: ata_sff_irq_clear() is BMDMA specific
Tejun Heo
1
-30
/
+37
2010-05-19
libata-sff: separate out BMDMA qc_issue
Tejun Heo
1
-45
/
+67
2010-05-19
libata-sff: prd is BMDMA specific
Tejun Heo
1
-12
/
+15
2010-05-19
libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific
Tejun Heo
1
-144
/
+146
2010-05-19
libata-sff: separate out BMDMA EH
Tejun Heo
1
-66
/
+93
2010-05-19
libata-sff: port_task is SFF specific
Tejun Heo
1
-18
/
+54
2010-05-19
libata-sff: ap->[last_]ctl are SFF specific
Tejun Heo
1
-0
/
+2
2010-05-19
libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo()
Tejun Heo
1
-3
/
+3
2010-05-19
libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()
Tejun Heo
1
-0
/
+23
2010-05-19
libata-sff: clean up BMDMA initialization
Tejun Heo
1
-86
/
+84
2010-05-17
libata-sff: reorder SFF/BMDMA functions
Tejun Heo
1
-222
/
+226
2010-05-17
libata: kill ATA_FLAG_DISABLED
Tejun Heo
1
-8
/
+2
2010-05-14
libata-sff: kill unused prototype and make ata_dev_select() static
Tejun Heo
1
-1
/
+1
2010-05-14
libata-sff: update bmdma host bus error handling
Tejun Heo
1
-8
/
+12
2010-05-14
libata: Remove excess delay in the tf_load path
Alan Cox
1
-3
/
+0
2010-05-14
libata: don't flush dcache on slab pages
Sebastian Andrzej Siewior
1
-1
/
+1
2010-05-14
libata: make sff_irq_on() method optional
Sergei Shtylyov
1
-11
/
+15
2010-05-14
libata: introduce sff_set_devctl() method
Sergei Shtylyov
1
-6
/
+25
2010-05-14
libata-sff: kill unused ata_bus_reset()
Sergei Shtylyov
1
-94
/
+0
2010-04-06
libata: don't whine on spurious IRQ
Tejun Heo
1
-4
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-23
libata-sff: fix spurious IRQ handling
Tejun Heo
1
-7
/
+36
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-01
libata: Pass host flags into the pci helper
Alan Cox
1
-2
/
+4
2010-03-01
libata: implement spurious irq handling for SFF and apply it to piix
Tejun Heo
1
-3
/
+32
2010-03-01
libata: cleanup ata_sff_interrupt()
Tejun Heo
1
-10
/
+7
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2010-02-04
[libata] Call flush_dcache_page after PIO data transfers in libata-sff.c
Catalin Marinas
1
-0
/
+3
2009-12-17
libata: fix reporting of drained bytes when clearing DRQ
Robert Hancock
1
-1
/
+1
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+3
2009-12-04
drivers/ata/libata-sff.c: comment spelling fixes
Krzysztof Halasa
1
-3
/
+3
2009-12-03
libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()
Benjamin Herrenschmidt
1
-1
/
+1
2009-06-10
libata-sff: avoid byte swapping in ata_sff_data_xfer()
Sergei Shtylyov
1
-7
/
+13
2009-04-16
ata: Report 16/32bit PIO as best we can
Alan Cox
1
-0
/
+27
2009-03-24
[libata] Improve timeout handling
Alan Cox
1
-1
/
+45
2009-03-24
[libata] Drain data on errors
Alan Cox
1
-2
/
+43
2009-03-13
libata: Keep shadow last_ctl up to date during resets
Stuart MENEFY
1
-1
/
+5
2009-02-16
libata-sff: fix 32-bit PIO ATAPI regression
Sergei Shtylyov
1
-7
/
+21
2009-01-26
libata: set NODEV_HINT for 0x7f status
Tejun Heo
1
-0
/
+10
2009-01-26
libata-sff: fix incorrect EH message
Tejun Heo
1
-1
/
+1
2009-01-13
ata: fix wrong WARN_ON_ONCE
Christian Borntraeger
1
-3
/
+6
2009-01-09
libata: use WARN_ON_ONCE on hot paths
Tejun Heo
1
-12
/
+12
2009-01-08
libata: clean up the SFF code for coding style
Alan Cox
1
-65
/
+67
2009-01-08
libata: Add 32bit PIO support
Alan Cox
1
-0
/
+53
2008-11-14
libata: improve phantom device detection
Tejun Heo
1
-2
/
+11
2008-10-22
libata-sff: fix ata_sff_post_internal_cmd()
Tejun Heo
1
-1
/
+10
2008-09-08
libata-sff: kill spurious WARN_ON() in ata_hsm_move()
Tejun Heo
1
-5
/
+0
[next]