index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-16
cmd640: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2
-2
/
+7
2008-07-16
alim15x3: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2
-4
/
+3
2008-07-16
qd65xx: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2
-1
/
+3
2008-07-16
ht6560b: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2
-4
/
+4
2008-07-16
ali14xx: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2
-1
/
+3
2008-07-16
ide: convert ide-timing.h to ide-timings.c library (take 2)
Bartlomiej Zolnierkiewicz
9
-32
/
+27
2008-07-16
ide: checkpatch.pl fixes for ide-timing.h
Bartlomiej Zolnierkiewicz
1
-45
/
+48
2008-07-16
ide: remove XFER_* masks from ide-timing.h
Bartlomiej Zolnierkiewicz
2
-20
/
+8
2008-07-16
ide: move some bits from ide-timing.h to <linux/ide.h>
Bartlomiej Zolnierkiewicz
1
-23
/
+0
2008-07-16
ide: use u8 for xfer modes in ide-timing.h
Bartlomiej Zolnierkiewicz
1
-5
/
+6
2008-07-16
ide: remove unused XFER_UDMA_SLOW
Bartlomiej Zolnierkiewicz
1
-6
/
+1
2008-07-16
ide: remove needless includes from ide-lib.c
Bartlomiej Zolnierkiewicz
1
-15
/
+0
2008-07-16
BAST: Remove old IDE driver
Ben Dooks
3
-98
/
+0
2008-07-16
ide: use the dma safe check for REQ_TYPE_ATA_PC
FUJITA Tomonori
1
-5
/
+12
2008-07-16
ide: avoid DMA on the stack for REQ_TYPE_ATA_PC
FUJITA Tomonori
1
-0
/
+5
2008-07-16
ide: it821x in pass-through mode segfaults in 2.6.26-stable
Dimitri Gorokhovik
1
-0
/
+6
2008-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
37
-1369
/
+807
2008-07-15
ide-floppy: fix unfortunate function naming
Borislav Petkov
1
-8
/
+10
2008-07-15
ide-tape: unify idetape_create_read/write_cmd
Borislav Petkov
1
-27
/
+18
2008-07-15
ide: add ide_pc_intr() helper
Bartlomiej Zolnierkiewicz
3
-251
/
+186
2008-07-15
ide-{floppy,scsi}: read Status Register before stopping DMA engine
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-07-15
ide-floppy: add more debugging to idefloppy_pc_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+8
2008-07-15
ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled
Bartlomiej Zolnierkiewicz
1
-9
/
+10
2008-07-15
ide-tape: add ide_tape_io_buffers() helper
Bartlomiej Zolnierkiewicz
1
-5
/
+10
2008-07-15
ide-tape: factor out DSC handling from idetape_pc_intr()
Bartlomiej Zolnierkiewicz
1
-6
/
+13
2008-07-15
ide-{floppy,tape}: move checking of ->failed_pc to ->callback
Bartlomiej Zolnierkiewicz
2
-6
/
+6
2008-07-15
ide: add ide_issue_pc() helper
Bartlomiej Zolnierkiewicz
3
-61
/
+53
2008-07-15
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
Bartlomiej Zolnierkiewicz
2
-4
/
+12
2008-07-15
ide: add ide_transfer_pc() helper
Bartlomiej Zolnierkiewicz
5
-81
/
+80
2008-07-15
ide-{cd,floppy,tape}: remove checking for drive->scsi
Bartlomiej Zolnierkiewicz
3
-15
/
+0
2008-07-15
ide: add PC_FLAG_ZIP_DRIVE pc flag
Bartlomiej Zolnierkiewicz
1
-2
/
+6
2008-07-15
ide-tape: factor out waiting for good ireason from idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
1
-11
/
+23
2008-07-15
ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
1
-4
/
+6
2008-07-15
ide-floppy: start DMA engine in idefloppy_transfer_pc1()
Bartlomiej Zolnierkiewicz
1
-6
/
+10
2008-07-15
ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
Bartlomiej Zolnierkiewicz
2
-6
/
+6
2008-07-15
ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
Bartlomiej Zolnierkiewicz
2
-7
/
+7
2008-07-15
ide-floppy: merge callbacks
Borislav Petkov
1
-46
/
+23
2008-07-15
ide-tape: make pc->idetape_callback void
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-07-15
ide-tape: merge callbacks
Bartlomiej Zolnierkiewicz
1
-104
/
+64
2008-07-15
ide-tape: make idetape_retry_pc() void
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2008-07-15
ide-{floppy,tape,scsi}: log device name instead of driver name
Bartlomiej Zolnierkiewicz
2
-37
/
+40
2008-07-15
ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1()
Bartlomiej Zolnierkiewicz
1
-48
/
+17
2008-07-15
ide-tape: remove SIMULATE_ERRORS debug code
Bartlomiej Zolnierkiewicz
1
-14
/
+0
2008-07-15
ide-tape: remove stale comments from idetape_pc_intr()
Bartlomiej Zolnierkiewicz
1
-21
/
+0
2008-07-15
ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-07-15
ide-tape: remove superfluous warning message from idetape_issue_pc()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-07-15
ide-tape: remove superfluous error message from idetape_pc_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-15
ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-15
ide: remove action argument in ide_do_drive_cmd
FUJITA Tomonori
4
-34
/
+12
2008-07-15
ide: remove drive->ctl
Bartlomiej Zolnierkiewicz
8
-16
/
+14
[next]