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
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-17
ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config options
Bartlomiej Zolnierkiewicz
4
-53
/
+1
2007-03-17
ide: don't allow DMA to be enabled if CONFIG_IDEDMA_{ICS,PCI}_AUTO=n
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2007-03-17
scc_pata: dependency fix
Kou Ishizaki
4
-9
/
+9
2007-03-17
jmicron: make ide jmicron driver play nice with libata ones
Tejun Heo
1
-5
/
+24
2007-03-17
ide: au1xxx: fix use of mixed declarations and code
Ralf Baechle
1
-1
/
+2
2007-03-17
cmd64x: fix recovery time calculation (take 3)
Sergei Shtylyov
1
-25
/
+20
2007-03-14
[PATCH] BLK_DEV_IDE_CELLEB dependency fix
Al Viro
1
-1
/
+1
2007-03-03
ide: make legacy IDE VLB modules check for the "probe" kernel params (v2)
Bartlomiej Zolnierkiewicz
7
-15
/
+57
2007-03-03
ide: remove some obsoleted kernel params (v2)
Bartlomiej Zolnierkiewicz
3
-18
/
+11
2007-03-03
ide/pci/delkin_cb.c: pci_module_init to pci_register_driver
Richard Knutsson
1
-1
/
+1
2007-03-03
scc_pata: bugfix for checking DMA IRQ status
Akira Iguchi
1
-0
/
+27
2007-03-03
ide: remove a ton of pointless #undef REALLY_SLOW_IO
Alan Cox
13
-24
/
+0
2007-03-03
siimage: DRAC4 note
Alan Cox
1
-0
/
+5
2007-03-03
ide: fix pmac breakage
Andrew Morton
2
-11
/
+26
2007-03-03
ide-cs: Update device table
Magnus Damm
1
-2
/
+5
2007-03-03
ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2)
Sergei Shtylyov
1
-12
/
+6
2007-03-03
piix/slc90e66: more tuneproc() fixing (take 2)
Sergei Shtylyov
2
-37
/
+50
2007-03-03
ide: fix drive side 80c cable check, take 2
Tejun Heo
1
-0
/
+2
2007-03-03
cmd64x: fix PIO mode setup (take 3)
Sergei Shtylyov
1
-65
/
+43
2007-03-03
alim15x3: fix PIO mode setup
Sergei Shtylyov
1
-8
/
+27
2007-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-0
/
+3
2007-02-17
add a help text for BLK_DEV_GENERIC
John Daiker
1
-0
/
+3
2007-02-17
ide: make ide_hwif_t.ide_dma_host_on void (v2)
Bartlomiej Zolnierkiewicz
9
-36
/
+26
2007-02-17
ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)
Bartlomiej Zolnierkiewicz
18
-93
/
+72
2007-02-17
ide: add ide_set_dma() helper (v2)
Bartlomiej Zolnierkiewicz
35
-139
/
+118
2007-02-17
sgiioc4: fix sgiioc4_ide_dma_check() to enable/disable DMA properly
Bartlomiej Zolnierkiewicz
1
-15
/
+11
2007-02-17
ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)
Bartlomiej Zolnierkiewicz
15
-71
/
+43
2007-02-17
ide: convert ide_hwif_t.mmio into flag (v2)
Bartlomiej Zolnierkiewicz
16
-21
/
+22
2007-02-17
ide: use PIO/MMIO operations directly where possible (v2)
Bartlomiej Zolnierkiewicz
22
-254
/
+262
2007-02-17
ide: add ide_use_fast_pio() helper (v3)
Bartlomiej Zolnierkiewicz
19
-166
/
+72
2007-02-17
ide: unexport ide_set_xfer_rate() (v2)
Bartlomiej Zolnierkiewicz
4
-15
/
+4
2007-02-17
ide: remove ide_drive_t.usage
Bartlomiej Zolnierkiewicz
4
-33
/
+22
2007-02-17
ide: remove ide_pci_device_t tables with only one entry
Bartlomiej Zolnierkiewicz
2
-17
/
+11
2007-02-17
ide: remove write-only ide_hwif_t.no_dsc flag
Bartlomiej Zolnierkiewicz
4
-13
/
+1
2007-02-17
ide: remove write-only ide_pio_data_t.blacklisted
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2007-02-17
sis5513: sis5513_config_xfer_rate() cleanup
Bartlomiej Zolnierkiewicz
1
-38
/
+3
2007-02-17
piix: cleanup
Bartlomiej Zolnierkiewicz
1
-12
/
+16
2007-02-17
svwks: small cleanup
Bartlomiej Zolnierkiewicz
1
-30
/
+4
2007-02-17
cs5530: small cleanup
Bartlomiej Zolnierkiewicz
1
-9
/
+3
2007-02-17
hpt366: remove redundant check from init_dma_hpt366()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2007-02-17
trm290: remove redundant CONFIG_BLK_DEV_IDEDMA #ifdef-s
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2007-02-17
au1xxx-ide: remove dead code
Bartlomiej Zolnierkiewicz
1
-12
/
+3
2007-02-17
pdc202xx_old: remove dead code
Bartlomiej Zolnierkiewicz
1
-19
/
+0
2007-02-17
drivers/ide: PATA driver for Celleb
Kou Ishizaki
3
-0
/
+821
2007-02-17
sl82c105: DMA support fixes
Sergei Shtylyov
1
-14
/
+4
2007-02-17
pdc202xx_old: fix PIO mode setup
Sergei Shtylyov
1
-17
/
+7
2007-02-17
siimage: PIO1/2 taskfile transfer overclocking fix
Sergei Shtylyov
1
-30
/
+29
2007-02-17
ide: remove clearing bmdma status from cdrom_decode_status() (rev #4)
Albert Lee
2
-11
/
+0
2007-02-17
ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)
Albert Lee
4
-15
/
+68
2007-02-17
ide-floppy: Fix unformatted media crash
Alan Cox
1
-1
/
+2
[next]