index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
Age
Commit message (
Expand
)
Author
Lines
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
-337
/
+349
2008-04-26
ide: add IDE_HFLAG_SERIALIZE_DMA host flag
Bartlomiej Zolnierkiewicz
-5
/
+7
2008-04-26
sl82c105: check bridge revision in sl82c105_init_one()
Bartlomiej Zolnierkiewicz
-18
/
+17
2008-04-26
au1xxx-ide: use ->init_dma method
Bartlomiej Zolnierkiewicz
-9
/
+6
2008-04-26
palm_bk3710: use ->init_dma method
Bartlomiej Zolnierkiewicz
-6
/
+17
2008-04-26
sgiioc4: use ->init_dma method
Bartlomiej Zolnierkiewicz
-17
/
+12
2008-04-26
icside: use ->init_dma method
Bartlomiej Zolnierkiewicz
-8
/
+11
2008-04-26
ide-pmac: use ->init_dma method
Bartlomiej Zolnierkiewicz
-8
/
+12
2008-04-26
ide: do complete DMA setup in ->init_dma method (take 2)
Bartlomiej Zolnierkiewicz
-35
/
+71
2008-04-26
au1xxx-ide: fix MWDMA support
Bartlomiej Zolnierkiewicz
-47
/
+2
2008-04-26
ide: cleanup ide_setup_dma()
Bartlomiej Zolnierkiewicz
-18
/
+17
2008-04-26
ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma()
Bartlomiej Zolnierkiewicz
-24
/
+37
2008-04-26
ide: export ide_allocate_dma_engine()
Bartlomiej Zolnierkiewicz
-8
/
+4
2008-04-26
ide: move ide_setup_dma() call out from ->init_dma method
Bartlomiej Zolnierkiewicz
-7
/
+3
2008-04-26
alim15x3: skip DMA initialization completely on revs < 0x20
Bartlomiej Zolnierkiewicz
-2
/
+4
2008-04-26
pdc202xx_old: remove init_dma_pdc202xx()
Bartlomiej Zolnierkiewicz
-16
/
+7
2008-04-26
ide: don't display "BIOS" settings in ide_setup_dma()
Bartlomiej Zolnierkiewicz
-9
/
+2
2008-04-26
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
-5
/
+4
2008-04-26
ide: remove ide_dma_iobase()
Bartlomiej Zolnierkiewicz
-27
/
+7
2008-04-26
ide: remove ->extra field from struct ide_port_info
Bartlomiej Zolnierkiewicz
-12
/
+1
2008-04-26
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
-46
/
+46
2008-04-26
ide-tape: remove idetape_pipeline_active()
Borislav Petkov
-18
/
+11
2008-04-26
ide: cleanup setting hwif->mmio flag
Bartlomiej Zolnierkiewicz
-32
/
+2
2008-04-26
ide: remove ide_hwif_request_regions()
Bartlomiej Zolnierkiewicz
-50
/
+0
2008-04-26
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
-82
/
+28
2008-04-26
cmd640: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
-3
/
+34
2008-04-26
ide: manage I/O resources in ide_legacy_init_one()
Bartlomiej Zolnierkiewicz
-0
/
+27
2008-04-26
ide: add ide_legacy_init_one() helper
Bartlomiej Zolnierkiewicz
-23
/
+33
2008-04-26
ide_arm: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
-1
/
+18
2008-04-26
ide-4drives: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
-3
/
+20
2008-04-26
ide-generic: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
-2
/
+19
2008-04-26
ide: remove ide_hwif_release_regions()
Bartlomiej Zolnierkiewicz
-25
/
+0
2008-04-26
ide: register ports with non-present devices (for warm-plug)
Bartlomiej Zolnierkiewicz
-20
/
+17
2008-04-26
ide-cs: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
-22
/
+48
2008-04-26
ide-pnp: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
-2
/
+27
2008-04-26
qd65xx: cleanup qd_probe()
Bartlomiej Zolnierkiewicz
-35
/
+17
2008-04-26
ide: use ide_legacy_device_add() for qd65xx (take 2)
Bartlomiej Zolnierkiewicz
-60
/
+25
2008-04-26
ide: add ide_legacy_device_add() helper
Bartlomiej Zolnierkiewicz
-106
/
+36
2008-04-26
ide: remove ->noprobe field from ide_hwif_t
Bartlomiej Zolnierkiewicz
-13
/
+11
2008-04-26
ide-cd: fix remaining checkpatch.pl issues
Borislav Petkov
-19
/
+17
2008-04-26
ide-cd: shorten lines longer than 80 columns
Borislav Petkov
-23
/
+46
2008-04-26
ide-cd: fixup comments
Borislav Petkov
-210
/
+191
2008-04-26
ide-cd: put all proc-related code at one place
Borislav Petkov
-36
/
+35
2008-04-26
ide-cd: include proper headers
Borislav Petkov
-3
/
+3
2008-04-26
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
-410
/
+463
2008-04-26
ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag
Bartlomiej Zolnierkiewicz
-10
/
+13
2008-04-26
sis5513: fail early for unsupported chipsets
Bartlomiej Zolnierkiewicz
-15
/
+15
2008-04-26
it821x: fix kzalloc() failure handling
Bartlomiej Zolnierkiewicz
-6
/
+18
2008-04-26
qd65xx: use IDE_HFLAG_SINGLE host flag
Bartlomiej Zolnierkiewicz
-21
/
+15
2008-04-26
qd65xx: always use ->selectproc method
Bartlomiej Zolnierkiewicz
-27
/
+10
[prev]
[next]