index
:
kernel_samsung_crespo.git
replicant-4.2
kernel/samsung/crespo
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2008-04-18
12
-172
/
+261
|
\
|
*
dmaengine: ack to flags: make use of the unused bits in the 'ack' field
Dan Williams
2008-04-17
8
-54
/
+69
|
*
iop-adma: remove the workaround for missed interrupts on iop3xx
Dan Williams
2008-04-17
4
-20
/
+0
|
*
async_tx: kill ->device_dependency_added
Dan Williams
2008-04-17
5
-30
/
+0
|
*
async_tx: fix multiple dependency submission
Dan Williams
2008-04-17
4
-47
/
+170
|
*
fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.
Zhang Wei
2008-04-17
1
-5
/
+21
|
*
fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.
Zhang Wei
2008-04-17
2
-18
/
+3
*
|
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-04-18
83
-8801
/
+4787
|
\
\
|
*
|
ata-acpi: don't call _GTF for disabled drive
Shaohua Li
2008-04-17
1
-2
/
+4
|
*
|
sata_mv add temporary 3 second init delay for SiliconImage PMs
Mark Lord
2008-04-17
1
-0
/
+7
|
*
|
sata_mv remove redundant edma init code
Mark Lord
2008-04-17
1
-14
/
+0
|
*
|
sata_mv add basic port multiplier support
Mark Lord
2008-04-17
1
-4
/
+89
|
*
|
sata_mv fix SOC flags, enable NCQ on SOC
Mark Lord
2008-04-17
1
-1
/
+2
|
*
|
sata_mv disable hotplug for now
Mark Lord
2008-04-17
1
-1
/
+5
|
*
|
sata_mv cosmetics
Mark Lord
2008-04-17
1
-13
/
+19
|
*
|
sata_mv hardreset rework
Mark Lord
2008-04-17
1
-138
/
+22
|
*
|
[libata] improve Kconfig help text for new PMP, SFF options
Jeff Garzik
2008-04-17
1
-1
/
+13
|
*
|
libata: make EH fail gracefully if no reset method is available
Tejun Heo
2008-04-17
1
-1
/
+6
|
*
|
libata: Be a bit more slack about early devices
Alan Cox
2008-04-17
1
-10
/
+15
|
*
|
libata: cable logic
Alan Cox
2008-04-17
1
-0
/
+4
|
*
|
libata: move link onlineness check out of softreset methods
Tejun Heo
2008-04-17
8
-32
/
+15
|
*
|
libata: kill dead code paths in reset path
Tejun Heo
2008-04-17
3
-23
/
+1
|
*
|
pata_scc: fix build breakage
Stephen Rothwell
2008-04-17
1
-1
/
+1
|
*
|
libata: make PMP support optional
Tejun Heo
2008-04-17
4
-1
/
+52
|
*
|
libata: implement PMP helpers
Tejun Heo
2008-04-17
8
-69
/
+58
|
*
|
libata: separate PMP support code from core code
Tejun Heo
2008-04-17
4
-25
/
+27
|
*
|
libata: make SFF support optional
Tejun Heo
2008-04-17
6
-19
/
+46
|
*
|
libata: don't use ap->ioaddr in non-SFF drivers
Tejun Heo
2008-04-17
3
-44
/
+36
|
*
|
libata: clean up dummy port_ops
Tejun Heo
2008-04-17
1
-17
/
+5
|
*
|
libata: kill ata_noop_dev_select()
Tejun Heo
2008-04-17
4
-22
/
+0
|
*
|
libata: remove check_status from non-SFF drivers
Tejun Heo
2008-04-17
5
-119
/
+8
|
*
|
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Tejun Heo
2008-04-17
7
-65
/
+66
|
*
|
libata: drop @finish_qc from ata_qc_complete_multiple()
Tejun Heo
2008-04-17
4
-18
/
+12
|
*
|
libata: add qc_fill_rtf port operation
Tejun Heo
2008-04-17
6
-1
/
+27
|
*
|
libata: unify mechanism to request follow-up SRST
Tejun Heo
2008-04-17
4
-23
/
+8
|
*
|
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
2008-04-17
5
-40
/
+7
|
*
|
libata: clear SError after link resume
Tejun Heo
2008-04-17
4
-112
/
+23
|
*
|
libata: implement and use sata_std_hardreset()
Tejun Heo
2008-04-17
6
-37
/
+47
|
*
|
libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...
Tejun Heo
2008-04-17
6
-61
/
+92
|
*
|
ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()
Tejun Heo
2008-04-17
1
-2
/
+12
|
*
|
libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
Tejun Heo
2008-04-17
4
-50
/
+114
|
*
|
libata: restructure SFF post-reset readiness waits
Tejun Heo
2008-04-17
6
-150
/
+139
|
*
|
libata: separate out ata_std_postreset() from ata_sff_postreset()
Tejun Heo
2008-04-17
4
-21
/
+42
|
*
|
libata: separate out ata_std_prereset() from ata_sff_prereset()
Tejun Heo
2008-04-17
3
-13
/
+48
|
*
|
libata: clean up port_ops->sff_irq_clear()
Tejun Heo
2008-04-17
3
-12
/
+1
|
*
|
libata: rename SFF port ops
Tejun Heo
2008-04-17
33
-188
/
+192
|
*
|
libata: rename SFF functions
Tejun Heo
2008-04-17
73
-596
/
+599
|
*
|
sata_mv fix ifctl handling
Mark Lord
2008-04-17
1
-23
/
+19
|
*
|
sata_mv clean up mv_stop_edma usage
Mark Lord
2008-04-17
1
-45
/
+42
|
*
|
sata_mv cosmetic fixes
Mark Lord
2008-04-17
1
-57
/
+59
[next]