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-atapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-11
ide: dequeue in-flight request
Tejun Heo
1
-2
/
+12
2009-05-11
ide: cleanup rq->data_len usages
Tejun Heo
1
-2
/
+2
2009-05-11
block: add rq->resid_len
Tejun Heo
1
-8
/
+1
2009-04-28
ide-atapi: kill unused fields and callbacks
Tejun Heo
1
-13
/
+4
2009-04-28
ide-tape: use standard data transfer mechanism
Tejun Heo
1
-5
/
+1
2009-04-28
ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len
Tejun Heo
1
-6
/
+10
2009-04-28
ide-cd,atapi: use bio for internal commands
Tejun Heo
1
-21
/
+31
2009-04-28
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
Borislav Petkov
1
-34
/
+14
2009-04-28
ide: add helpers for preparing sense requests
Borislav Petkov
1
-0
/
+61
2009-04-28
ide-atapi: don't abuse rq->buffer
Tejun Heo
1
-2
/
+2
2009-04-08
ide: refactor tf_read() method
Sergei Shtylyov
1
-13
/
+8
2009-04-08
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
Sergei Shtylyov
1
-11
/
+10
2009-03-31
ide-floppy: do not complete rq's prematurely
Borislav Petkov
1
-7
/
+6
2009-03-31
ide-floppy: use ide_pio_bytes()
Bartlomiej Zolnierkiewicz
1
-52
/
+16
2009-03-31
ide-{floppy,tape}: fix padding for PIO transfers
Bartlomiej Zolnierkiewicz
1
-38
/
+19
2009-03-31
ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2009-03-31
ide: set/clear drive->waiting_for_dma flag in the core code
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2009-03-31
ide: add ide_dma_prepare() helper
Bartlomiej Zolnierkiewicz
1
-14
/
+4
2009-03-31
ide: destroy DMA mappings after ending DMA (v2)
Bartlomiej Zolnierkiewicz
1
-2
/
+5
2009-03-31
ide-atapi: start DMA after issuing a packet command
Borislav Petkov
1
-4
/
+4
2009-03-31
ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h>
Geert Uytterhoeven
1
-0
/
+2
2009-03-27
ide: remove ide_execute_pkt_cmd() (v2)
Bartlomiej Zolnierkiewicz
1
-8
/
+7
2009-03-27
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2009-03-27
ide: set hwif->expiry prior to calling [__]ide_set_handler()
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2009-03-27
ide: use do_rw_taskfile() for ATA_CMD_PACKET commands
Bartlomiej Zolnierkiewicz
1
-25
/
+12
2009-03-27
ide: pass command to ide_map_sg()
Bartlomiej Zolnierkiewicz
1
-4
/
+12
2009-03-27
ide: remove ide_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2009-03-27
ide: pass number of bytes to complete to ide_complete_rq()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-27
ide: move rq->errors quirk out from ide_end_request()
Bartlomiej Zolnierkiewicz
1
-1
/
+6
2009-03-27
ide: pass error value to ide_complete_rq()
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2009-03-27
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
1
-21
/
+21
2009-03-27
ide: call ide_build_sglist() prior to ->dma_setup (v2)
Bartlomiej Zolnierkiewicz
1
-5
/
+14
2009-03-27
ide: return request status from ->pc_callback method
Bartlomiej Zolnierkiewicz
1
-1
/
+11
2009-03-27
ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2009-03-25
ide: move ide_read_bcount_and_ireason() to ide-atapi.c
Bartlomiej Zolnierkiewicz
1
-0
/
+15
2009-03-25
ide: remove ide_do_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2009-03-25
ide: move ide_pktcmd_tf_load() to ide-atapi.c
Bartlomiej Zolnierkiewicz
1
-1
/
+20
2009-03-13
ide-floppy: do not map dataless cmds to an sg
Borislav Petkov
1
-0
/
+12
2009-01-06
ide-cd: convert to ide-atapi facilities
Borislav Petkov
1
-1
/
+4
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2009-01-02
ide-atapi: start dma in a drive-specific way
Borislav Petkov
1
-4
/
+11
2009-01-02
ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...
Borislav Petkov
1
-11
/
+11
2009-01-02
ide-atapi: remove timeout arg to ide_issue_pc
Borislav Petkov
1
-1
/
+6
2009-01-02
ide-atapi: split drive-specific functionality in ide_issue_pc
Borislav Petkov
1
-16
/
+20
2009-01-02
ide-atapi: assign expiry and timeout based on device type
Borislav Petkov
1
-13
/
+17
2009-01-02
ide-atapi: compute cmd_len based on device type in ide_transfer_pc
Borislav Petkov
1
-1
/
+13
2009-01-02
ide: remove the last ide-scsi remnants
Borislav Petkov
1
-2
/
+1
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_pc_intr()
Borislav Petkov
1
-55
/
+13
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_transfer_pc()
Borislav Petkov
1
-10
/
+4
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_issue_pc
Borislav Petkov
1
-11
/
+1
[next]