index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-tape.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-16
IDE: Remove unused code
Elias Oltmanns
1
-1
/
+0
2008-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
1
-403
/
+158
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
1
-126
/
+6
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
1
-4
/
+3
2008-07-15
ide: add ide_issue_pc() helper
Bartlomiej Zolnierkiewicz
1
-28
/
+2
2008-07-15
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
Bartlomiej Zolnierkiewicz
1
-3
/
+8
2008-07-15
ide: add ide_transfer_pc() helper
Bartlomiej Zolnierkiewicz
1
-54
/
+2
2008-07-15
ide-{cd,floppy,tape}: remove checking for drive->scsi
Bartlomiej Zolnierkiewicz
1
-5
/
+0
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,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-07-15
ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
Bartlomiej Zolnierkiewicz
1
-4
/
+4
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
1
-20
/
+22
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
1
-1
/
+1
2008-07-15
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-07-15
ide-tape: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-15
/
+26
2008-07-15
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-15
ide: use get_unaligned_* helpers
Harvey Harrison
1
-1
/
+1
2008-07-15
ide-tape: use clamp_t() rather than nested min_t()/max_t()
Harvey Harrison
1
-3
/
+2
2008-06-21
ide-tape: cdev lock_kernel() pushdown
Jonathan Corbet
1
-1
/
+6
2008-04-29
ide: use blk_rq_init() to initialize the request
FUJITA Tomonori
1
-1
/
+1
2008-04-29
ide: add ide_pad_transfer() helper
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-04-29
ide: add ide_execute_pkt_cmd() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-04-29
ide-{floppy,tape,scsi}: 400ns delay is required after executing the command
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-04-29
ide: always use ->OUTBSYNC method for executing commands
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-04-29
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-04-27
ide-tape: remove tape->merge_stage
Borislav Petkov
1
-61
/
+46
2008-04-27
ide-tape: mv tape->merge_stage_size tape->merge_bh_size
Borislav Petkov
1
-30
/
+31
2008-04-27
ide-tape: mv idetape_empty_write_pipeline ide_tape_flush_merge_buffer
Borislav Petkov
1
-4
/
+4
2008-04-27
ide-tape: mv idetape_discard_read_pipeline ide_tape_discard_merge_buffer
Borislav Petkov
1
-17
/
+17
2008-04-27
ide-tape: make __idetape_discard_read_pipeline() of type void
Borislav Petkov
1
-7
/
+4
2008-04-27
ide-tape: improve buffer pages freeing strategy
Borislav Petkov
1
-18
/
+20
2008-04-27
ide-tape: mv tape->pages_per_stage tape->pages_per_buffer
Borislav Petkov
1
-5
/
+4
2008-04-27
ide-tape: mv tape->stage_size tape->buffer_size
Borislav Petkov
1
-29
/
+29
2008-04-27
ide-tape: improve buffer allocation strategy
Borislav Petkov
1
-23
/
+37
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2008-04-27
ide-tape: remove misc references to pipelined operation in the comments
Borislav Petkov
1
-19
/
+3
[next]