index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
6
-12
/
+4
*
ide: make ide_hwifs[] static
Bartlomiej Zolnierkiewicz
2008-07-16
2
-2
/
+2
*
ide: fix hwif-s initialization
Bartlomiej Zolnierkiewicz
2008-07-16
12
-28
/
+7
*
ide: move PIO blacklist to ide-pio-blacklist.c
Bartlomiej Zolnierkiewicz
2008-07-16
3
-97
/
+96
*
ide: remove no longer used ide_pio_timings[]
Bartlomiej Zolnierkiewicz
2008-07-16
1
-17
/
+0
*
ide: move ide_pio_cycle_time() to ide-timings.c
Bartlomiej Zolnierkiewicz
2008-07-16
2
-23
/
+22
*
ide-pmac: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
1
-7
/
+6
*
ide-mpc8xx: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
1
-20
/
+13
*
sl82c105: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-1
/
+3
*
cy82c693: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-5
/
+5
*
cmd64x: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-3
/
+4
*
cmd640: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-2
/
+7
*
alim15x3: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-4
/
+3
*
qd65xx: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-1
/
+3
*
ht6560b: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-4
/
+4
*
ali14xx: convert to use ide_timing_find_mode()
Bartlomiej Zolnierkiewicz
2008-07-16
2
-1
/
+3
*
ide: convert ide-timing.h to ide-timings.c library (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
9
-32
/
+27
*
ide: checkpatch.pl fixes for ide-timing.h
Bartlomiej Zolnierkiewicz
2008-07-16
1
-45
/
+48
*
ide: remove XFER_* masks from ide-timing.h
Bartlomiej Zolnierkiewicz
2008-07-16
2
-20
/
+8
*
ide: move some bits from ide-timing.h to <linux/ide.h>
Bartlomiej Zolnierkiewicz
2008-07-16
1
-23
/
+0
*
ide: use u8 for xfer modes in ide-timing.h
Bartlomiej Zolnierkiewicz
2008-07-16
1
-5
/
+6
*
ide: remove unused XFER_UDMA_SLOW
Bartlomiej Zolnierkiewicz
2008-07-16
1
-6
/
+1
*
ide: remove needless includes from ide-lib.c
Bartlomiej Zolnierkiewicz
2008-07-16
1
-15
/
+0
*
BAST: Remove old IDE driver
Ben Dooks
2008-07-16
3
-98
/
+0
*
ide: use the dma safe check for REQ_TYPE_ATA_PC
FUJITA Tomonori
2008-07-16
1
-5
/
+12
*
ide: avoid DMA on the stack for REQ_TYPE_ATA_PC
FUJITA Tomonori
2008-07-16
1
-0
/
+5
*
ide: it821x in pass-through mode segfaults in 2.6.26-stable
Dimitri Gorokhovik
2008-07-16
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2008-07-15
37
-1369
/
+807
|
\
|
*
ide-floppy: fix unfortunate function naming
Borislav Petkov
2008-07-15
1
-8
/
+10
|
*
ide-tape: unify idetape_create_read/write_cmd
Borislav Petkov
2008-07-15
1
-27
/
+18
|
*
ide: add ide_pc_intr() helper
Bartlomiej Zolnierkiewicz
2008-07-15
3
-251
/
+186
|
*
ide-{floppy,scsi}: read Status Register before stopping DMA engine
Bartlomiej Zolnierkiewicz
2008-07-15
1
-3
/
+3
|
*
ide-floppy: add more debugging to idefloppy_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-2
/
+8
|
*
ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled
Bartlomiej Zolnierkiewicz
2008-07-15
1
-9
/
+10
|
*
ide-tape: add ide_tape_io_buffers() helper
Bartlomiej Zolnierkiewicz
2008-07-15
1
-5
/
+10
|
*
ide-tape: factor out DSC handling from idetape_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-6
/
+13
|
*
ide-{floppy,tape}: move checking of ->failed_pc to ->callback
Bartlomiej Zolnierkiewicz
2008-07-15
2
-6
/
+6
|
*
ide: add ide_issue_pc() helper
Bartlomiej Zolnierkiewicz
2008-07-15
3
-61
/
+53
|
*
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
Bartlomiej Zolnierkiewicz
2008-07-15
2
-4
/
+12
|
*
ide: add ide_transfer_pc() helper
Bartlomiej Zolnierkiewicz
2008-07-15
5
-81
/
+80
|
*
ide-{cd,floppy,tape}: remove checking for drive->scsi
Bartlomiej Zolnierkiewicz
2008-07-15
3
-15
/
+0
|
*
ide: add PC_FLAG_ZIP_DRIVE pc flag
Bartlomiej Zolnierkiewicz
2008-07-15
1
-2
/
+6
|
*
ide-tape: factor out waiting for good ireason from idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-11
/
+23
|
*
ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-4
/
+6
|
*
ide-floppy: start DMA engine in idefloppy_transfer_pc1()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-6
/
+10
|
*
ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
Bartlomiej Zolnierkiewicz
2008-07-15
2
-6
/
+6
|
*
ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
Bartlomiej Zolnierkiewicz
2008-07-15
2
-7
/
+7
|
*
ide-floppy: merge callbacks
Borislav Petkov
2008-07-15
1
-46
/
+23
|
*
ide-tape: make pc->idetape_callback void
Bartlomiej Zolnierkiewicz
2008-07-15
1
-6
/
+7
|
*
ide-tape: merge callbacks
Bartlomiej Zolnierkiewicz
2008-07-15
1
-104
/
+64
[next]