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
2009-04-13
ata: fix obviously wrong comment
Vegard Nossum
1
-3
/
+1
2009-04-13
ahci: force CAP_NCQ for earlier NV MCPs
Tejun Heo
1
-24
/
+33
2009-04-13
[libata] sata_via: kill uninit'd var warning
Jeff Garzik
1
-1
/
+1
2009-04-07
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-215
/
+302
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
9
-21
/
+21
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
4
-8
/
+8
2009-04-06
sata_mv: shorten register names
Mark Lord
1
-211
/
+211
2009-04-06
sata_mv: workaround errata SATA#13
Mark Lord
1
-1
/
+19
2009-04-06
sata_mv: cosmetic renames
Mark Lord
1
-17
/
+18
2009-04-06
sata_mv: workaround errata SATA#26
Mark Lord
1
-1
/
+19
2009-04-06
sata_mv: workaround errata PCI#7
Mark Lord
1
-4
/
+23
2009-04-06
sata_mv: replace 0x1f with ATA_PIO4 (v2)
Mark Lord
1
-8
/
+8
2009-04-06
sata_mv: fix irq mask races
Mark Lord
1
-0
/
+9
2009-04-06
sata_mv: revert SoC irq breakage
Mark Lord
1
-4
/
+6
2009-04-06
libata: ahci enclosure management bios workaround
David Milburn
1
-2
/
+15
2009-04-06
ata_piix: VGN-BX297XP wants the controller power up on suspend
Tejun Heo
1
-0
/
+7
2009-04-06
libata: Remove some redundant casts from pata_octeon_cf.c
David Daney
1
-3
/
+3
2009-03-30
trivial: fix typos/grammar errors in Kconfig texts
Matt LaPlante
1
-1
/
+1
2009-03-28
Merge branch 'origin' into devel
Russell King
76
-542
/
+1316
2009-03-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...
Russell King
3
-2
/
+44
2009-03-24
[libata] Improve timeout handling
Alan Cox
9
-5
/
+83
2009-03-24
[libata] Drain data on errors
Alan Cox
2
-3
/
+76
2009-03-24
pata_sc1200: Activate secondary channel
Alan Cox
1
-2
/
+27
2009-03-24
pata_artop: Serializing support
Alan Cox
1
-6
/
+27
2009-03-24
[libata] ahci: correct enclosure LED state save
David Milburn
1
-1
/
+1
2009-03-24
[libata] More robust parsing for IDENTIFY DEVICE multi_count field
Mark Lord
1
-2
/
+11
2009-03-24
sata_mv: fix LED blinking for SoC+NCQ
Mark Lord
1
-0
/
+68
2009-03-24
sata_mv: optimize IRQ coalescing for 8-port chips
Mark Lord
1
-14
/
+18
2009-03-24
sata_mv: implement IRQ coalescing (v2)
Mark Lord
1
-8
/
+135
2009-03-24
sata_mv: cosmetic preparations for IRQ coalescing
Mark Lord
1
-35
/
+27
2009-03-24
pata-rb532-cf: platform_get_irq() fix ignored failure
Florian Fainelli
1
-1
/
+1
2009-03-24
pata_efar: fix *dma_mask
Erik Inge Bolsø
1
-2
/
+2
2009-03-24
pata_radisys: fix mwdma_mask to exclude mwdma0
Erik Inge Bolsø
1
-1
/
+1
2009-03-24
[libata] convert drivers to use ata.h mode mask defines
Erik Inge Bolsø
71
-331
/
+339
2009-03-24
ahci: Blacklist HP Compaq 6720s that spins off disks during ACPI power off
Maciej Rutecki
1
-0
/
+9
2009-03-24
[libata] sata_mv: Implement direct FIS transmission via mv_qc_issue_fis().
Mark Lord
1
-0
/
+116
2009-03-24
[libata] Export ata_pio_queue_task() so that it can be used from sata_mv.
Mark Lord
2
-2
/
+1
2009-03-24
[libata] sata_mv: Add a new mv_sff_check_status() function to sata_mv.
Mark Lord
1
-1
/
+36
2009-03-24
[libata] sata_mv: Tighten up interrupt masking in mv_qc_issue()
Mark Lord
1
-13
/
+21
2009-03-24
[libata] sata_mv: Enable use of (basic) DMA for ATAPI on GEN_IIE chips
Mark Lord
1
-24
/
+28
2009-03-24
[libata] sata_mv: cache frequently-accessed registers
Mark Lord
1
-21
/
+70
2009-03-24
ahci: drop intx manipulation on msi enable
Tejun Heo
1
-2
/
+2
2009-03-24
pata-rb532-cf: drop custom freeze and thaw
Phil Sutter
1
-19
/
+1
2009-03-24
pata-rb532-cf: use ata_sff_data_xfer32()
Phil Sutter
1
-20
/
+1
2009-03-24
pata-rb532-cf: use ata_sff_exec_command()
Phil Sutter
1
-8
/
+0
2009-03-24
pata-rb532-cf: replace rb532_pata_finish_io()
Phil Sutter
1
-13
/
+2
2009-03-24
sata_mv: remove leftovers
Mark Lord
1
-2
/
+0
2009-03-24
sata_mv: optimize use of mv_edma_cfg
Mark Lord
1
-3
/
+6
2009-03-24
sata_mv: introduce support for ATAPI devices
Mark Lord
1
-4
/
+186
2009-03-24
sata_mv: mv_fill_sg fixes v2
Mark Lord
1
-1
/
+3
[next]