index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-25
libata-acpi.c: remove unneeded #if's
Adrian Bunk
1
-4
/
+0
2008-04-25
sata_nv: make hardreset return -EAGAIN on success
Tejun Heo
1
-4
/
+7
2008-04-25
ahci: retry enabling AHCI a few times before spitting out WARN_ON()
Tejun Heo
1
-2
/
+13
2008-04-25
libata: make WARN_ON conditions in ata_sff_hsm_move() more strict
Tejun Heo
1
-2
/
+2
2008-04-25
ATA/IDE: fix platform driver hotplug/coldplug
Kay Sievers
5
-0
/
+9
2008-04-24
sata_sis: SCR accessors return -EINVAL when requested SCR isn't available
Tejun Heo
1
-5
/
+7
2008-04-24
libata: functions with definition should not be extern
Harvey Harrison
1
-1
/
+1
2008-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2
-9
/
+10
2008-04-21
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
1
-1
/
+0
2008-04-19
SCSI: convert struct class_device to struct device
Tony Jones
2
-9
/
+10
2008-04-19
Merge branch 'merge-fixes' into devel
Russell King
80
-8460
/
+4330
2008-04-19
Merge branch 'omap2-upstream' into devel
Russell King
5
-11
/
+88
2008-04-18
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-5
/
+1
2008-04-18
libata: fix boot panic with SATAPI devices on non-SFF HBAs
James Bottomley
1
-1
/
+2
2008-04-17
ata-acpi: don't call _GTF for disabled drive
Shaohua Li
1
-2
/
+4
2008-04-17
sata_mv add temporary 3 second init delay for SiliconImage PMs
Mark Lord
1
-0
/
+7
2008-04-17
sata_mv remove redundant edma init code
Mark Lord
1
-14
/
+0
2008-04-17
sata_mv add basic port multiplier support
Mark Lord
1
-4
/
+89
2008-04-17
sata_mv fix SOC flags, enable NCQ on SOC
Mark Lord
1
-1
/
+2
2008-04-17
sata_mv disable hotplug for now
Mark Lord
1
-1
/
+5
2008-04-17
sata_mv cosmetics
Mark Lord
1
-13
/
+19
2008-04-17
sata_mv hardreset rework
Mark Lord
1
-138
/
+22
2008-04-17
[libata] improve Kconfig help text for new PMP, SFF options
Jeff Garzik
1
-1
/
+13
2008-04-17
libata: make EH fail gracefully if no reset method is available
Tejun Heo
1
-1
/
+6
2008-04-17
libata: Be a bit more slack about early devices
Alan Cox
1
-10
/
+15
2008-04-17
libata: cable logic
Alan Cox
1
-0
/
+4
2008-04-17
libata: move link onlineness check out of softreset methods
Tejun Heo
8
-32
/
+15
2008-04-17
libata: kill dead code paths in reset path
Tejun Heo
3
-23
/
+1
2008-04-17
pata_scc: fix build breakage
Stephen Rothwell
1
-1
/
+1
2008-04-17
libata: make PMP support optional
Tejun Heo
3
-1
/
+25
2008-04-17
libata: implement PMP helpers
Tejun Heo
7
-60
/
+29
2008-04-17
libata: separate PMP support code from core code
Tejun Heo
3
-18
/
+17
2008-04-17
libata: make SFF support optional
Tejun Heo
5
-19
/
+37
2008-04-17
libata: don't use ap->ioaddr in non-SFF drivers
Tejun Heo
3
-44
/
+36
2008-04-17
libata: clean up dummy port_ops
Tejun Heo
1
-17
/
+5
2008-04-17
libata: kill ata_noop_dev_select()
Tejun Heo
1
-19
/
+0
2008-04-17
libata: remove check_status from non-SFF drivers
Tejun Heo
3
-83
/
+8
2008-04-17
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Tejun Heo
5
-28
/
+27
2008-04-17
libata: drop @finish_qc from ata_qc_complete_multiple()
Tejun Heo
3
-16
/
+11
2008-04-17
libata: add qc_fill_rtf port operation
Tejun Heo
3
-1
/
+23
2008-04-17
libata: unify mechanism to request follow-up SRST
Tejun Heo
4
-23
/
+8
2008-04-17
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
4
-38
/
+7
2008-04-17
libata: clear SError after link resume
Tejun Heo
3
-110
/
+23
2008-04-17
libata: implement and use sata_std_hardreset()
Tejun Heo
5
-37
/
+45
2008-04-17
libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...
Tejun Heo
5
-60
/
+83
2008-04-17
ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()
Tejun Heo
1
-2
/
+12
2008-04-17
libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
Tejun Heo
3
-50
/
+112
2008-04-17
libata: restructure SFF post-reset readiness waits
Tejun Heo
5
-147
/
+124
2008-04-17
libata: separate out ata_std_postreset() from ata_sff_postreset()
Tejun Heo
3
-21
/
+41
[prev]
[next]