index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-04-17
libata: separate out ata_std_prereset() from ata_sff_prereset()
Tejun Heo
2
-13
/
+47
2008-04-17
libata: clean up port_ops->sff_irq_clear()
Tejun Heo
2
-11
/
+1
2008-04-17
libata: rename SFF port ops
Tejun Heo
30
-168
/
+171
2008-04-17
libata: rename SFF functions
Tejun Heo
72
-546
/
+546
2008-04-17
sata_mv fix ifctl handling
Mark Lord
1
-23
/
+19
2008-04-17
sata_mv clean up mv_stop_edma usage
Mark Lord
1
-45
/
+42
2008-04-17
sata_mv cosmetic fixes
Mark Lord
1
-57
/
+59
2008-04-17
Add 'short help text' to ATA_ACPI so it's [de]selectable.
Chris Wedgwood
1
-1
/
+1
2008-04-17
pdc_adma: kill adma_host_stop()
Tejun Heo
1
-10
/
+0
2008-04-17
pdc_adma: inherit ata_sff_port_ops
Tejun Heo
1
-12
/
+2
2008-04-17
libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc...
Tejun Heo
2
-15
/
+4
2008-04-17
libata: kill unused ata_flush_cache()
Tejun Heo
2
-27
/
+0
2008-04-17
libata: implement ATA_QCFLAG_RETRY
Tejun Heo
1
-10
/
+8
[next]