index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
au1xxx-ide: fix MWDMA support
Bartlomiej Zolnierkiewicz
2008-04-26
1
-47
/
+2
*
ide: cleanup ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
3
-18
/
+17
*
ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-24
/
+37
*
ide: export ide_allocate_dma_engine()
Bartlomiej Zolnierkiewicz
2008-04-26
2
-8
/
+4
*
ide: move ide_setup_dma() call out from ->init_dma method
Bartlomiej Zolnierkiewicz
2008-04-26
3
-7
/
+3
*
alim15x3: skip DMA initialization completely on revs < 0x20
Bartlomiej Zolnierkiewicz
2008-04-26
1
-2
/
+4
*
pdc202xx_old: remove init_dma_pdc202xx()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-16
/
+7
*
ide: don't display "BIOS" settings in ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-9
/
+2
*
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
4
-5
/
+4
*
ide: remove ide_dma_iobase()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-27
/
+7
*
ide: remove ->extra field from struct ide_port_info
Bartlomiej Zolnierkiewicz
2008-04-26
4
-12
/
+1
*
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-26
16
-46
/
+46
*
ide-tape: remove idetape_pipeline_active()
Borislav Petkov
2008-04-26
1
-18
/
+11
*
ide: cleanup setting hwif->mmio flag
Bartlomiej Zolnierkiewicz
2008-04-26
23
-32
/
+2
*
ide: remove ide_hwif_request_regions()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-50
/
+0
*
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
6
-82
/
+28
*
cmd640: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
2008-04-26
1
-3
/
+34
*
ide: manage I/O resources in ide_legacy_init_one()
Bartlomiej Zolnierkiewicz
2008-04-26
6
-0
/
+27
*
ide: add ide_legacy_init_one() helper
Bartlomiej Zolnierkiewicz
2008-04-26
1
-23
/
+33
*
ide_arm: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+18
*
ide-4drives: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
2008-04-26
2
-3
/
+20
*
ide-generic: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
2008-04-26
1
-2
/
+19
*
ide: remove ide_hwif_release_regions()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-25
/
+0
*
ide: register ports with non-present devices (for warm-plug)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-20
/
+17
*
ide-cs: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
2008-04-26
1
-22
/
+48
*
ide-pnp: manage I/O resources in driver
Bartlomiej Zolnierkiewicz
2008-04-26
1
-2
/
+27
*
qd65xx: cleanup qd_probe()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-35
/
+17
*
ide: use ide_legacy_device_add() for qd65xx (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
6
-60
/
+25
*
ide: add ide_legacy_device_add() helper
Bartlomiej Zolnierkiewicz
2008-04-26
5
-106
/
+36
*
ide: remove ->noprobe field from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-04-26
5
-13
/
+11
*
ide-cd: fix remaining checkpatch.pl issues
Borislav Petkov
2008-04-26
1
-19
/
+17
*
ide-cd: shorten lines longer than 80 columns
Borislav Petkov
2008-04-26
1
-23
/
+46
*
ide-cd: fixup comments
Borislav Petkov
2008-04-26
1
-210
/
+191
*
ide-cd: put all proc-related code at one place
Borislav Petkov
2008-04-26
1
-36
/
+35
*
ide-cd: include proper headers
Borislav Petkov
2008-04-26
1
-3
/
+3
*
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
52
-410
/
+463
*
ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag
Bartlomiej Zolnierkiewicz
2008-04-26
4
-10
/
+13
*
sis5513: fail early for unsupported chipsets
Bartlomiej Zolnierkiewicz
2008-04-26
1
-15
/
+15
*
it821x: fix kzalloc() failure handling
Bartlomiej Zolnierkiewicz
2008-04-26
1
-6
/
+18
*
qd65xx: use IDE_HFLAG_SINGLE host flag
Bartlomiej Zolnierkiewicz
2008-04-26
2
-21
/
+15
*
qd65xx: always use ->selectproc method
Bartlomiej Zolnierkiewicz
2008-04-26
1
-27
/
+10
*
ide-cd: put proc-related functions together under single ifdef
Borislav Petkov
2008-04-26
1
-13
/
+10
*
ide-cd: Replace __FUNCTION__ with __func__
Paolo Ciarrocchi
2008-04-26
1
-5
/
+5
*
IDE: Coding Style fixes to drivers/ide/ide-cd.c
Paolo Ciarrocchi
2008-04-26
1
-124
/
+134
*
IDE: Coding Style fixes to drivers/ide/pci/cy82c693.c
Paolo Ciarrocchi
2008-04-26
1
-37
/
+37
*
IDE: Coding Style fixes to drivers/ide/pci/it8213.c
Paolo Ciarrocchi
2008-04-26
1
-5
/
+4
*
IDE: Coding Style fixes to drivers/ide/ide-floppy.c
Paolo Ciarrocchi
2008-04-26
1
-8
/
+8
*
IDE: Coding Style fixes to drivers/ide/legacy/ali14xx.c
Paolo Ciarrocchi
2008-04-26
1
-5
/
+6
*
IDE: Coding Style fixes to drivers/ide/legacy/hd.c
Paolo Ciarrocchi
2008-04-26
1
-38
/
+40
*
IDE: Coding Style fixes to drivers/ide/pci/cmd640.c
Paolo Ciarrocchi
2008-04-26
1
-46
/
+48
[next]