Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e7b241a7715d2a0885f779f5baa63711d71b1d75
/
drivers
/
ide
/
ide-taskfile.c
e7b241a
ide: use blk_rq_init() to initialize the request
by FUJITA Tomonori
· 17 years ago
94cd5b6
ide: add ->tf_load and ->tf_read methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
d309e0b
ide: move ide_tf_{load,read} to ide-iops.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
089c5c7
ide: factor out debugging code from ide_tf_load()
by Bartlomiej Zolnierkiewicz
· 17 years ago
9567b34
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
92d3ab2
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
f37afda
ide: constify struct ide_dma_ops
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e37bdc
ide: add struct ide_dma_ops (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
eb63963
ide: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
23579a2
ide: remove IDE_*_REG macros
by Bartlomiej Zolnierkiewicz
· 17 years ago
6c3c315
IDE: Make taskfile interface more robust wrt unexpected end-of-command
by Linus Torvalds
· 17 years ago
64a57fe
ide: add ide_read_error() inline helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
c47137a
ide: add ide_read_[alt]status() inline helpers
by Bartlomiej Zolnierkiewicz
· 17 years ago
af10f77
ide: remove ide_ata66_check()
by Bartlomiej Zolnierkiewicz
· 17 years ago
5efe7c5
ide: remove set_transfer()
by Bartlomiej Zolnierkiewicz
· 17 years ago
59bca8c
ide: update/add my Copyrights
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
by Bartlomiej Zolnierkiewicz
· 17 years ago
da6f4c7
ide: make wait_drive_not_busy() static again
by Adrian Bunk
· 17 years ago
5a9e77a
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
by Bartlomiej Zolnierkiewicz
· 17 years ago
34f5d5a
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
by Bartlomiej Zolnierkiewicz
· 17 years ago
852738f
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
by Bartlomiej Zolnierkiewicz
· 17 years ago
145b75e
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
by Bartlomiej Zolnierkiewicz
· 17 years ago
2624565
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4906f3b
ide: kill DATA_READY define
by Bartlomiej Zolnierkiewicz
· 17 years ago
4d7a984
ide: task_end_request() fix
by Tejun Heo
· 17 years ago
79f21b8
ide: use rq->nr_sectors in task_end_request()
by Bartlomiej Zolnierkiewicz
· 17 years ago
03c3c70
ide: remove needless ->cursg clearing from task_end_request()
by Bartlomiej Zolnierkiewicz
· 17 years ago
657cc1a
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
by Bartlomiej Zolnierkiewicz
· 17 years ago
73d7de0
ide: fix final status check in task_in_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
35cf2b9
ide: fix ->io_32bit race in ide_taskfile_ioctl()
by Tejun Heo
· 17 years ago
9e47be0
ide: remove broken disk byte-swapping support
by Bartlomiej Zolnierkiewicz
· 17 years ago
81ca691
ide: add ide_set_irq() inline helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
6dd9b83
ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)
by Bartlomiej Zolnierkiewicz
· 17 years ago
f6e29e3
ide-disk: use do_rw_taskfile() (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
57d7366
ide: remove 'handler' field from ide_task_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
1192e52
ide: use ->data_phase to set ->handler in do_rw_taskfile()
by Bartlomiej Zolnierkiewicz
· 17 years ago
10d9015
ide: convert do_rw_taskfile() to use ->data_phase
by Bartlomiej Zolnierkiewicz
· 17 years ago
1edee60
ide: merge flagged_taskfile() into do_rw_taskfile()
by Bartlomiej Zolnierkiewicz
· 17 years ago
866e2ec
ide: remove 'tf_in_flags' field from ide_task_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac026ff
ide: remove 'command_type' field from ide_task_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
14b89ef
ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
by Bartlomiej Zolnierkiewicz
· 17 years ago
a3bbb9d
ide: remove unnecessary writes to HOB taskfile registers
by Bartlomiej Zolnierkiewicz
· 17 years ago
807e35d
ide: use ide_tf_load() in execute_drive_cmd()
by Bartlomiej Zolnierkiewicz
· 17 years ago
74095a9
ide: use do_rw_taskfile() in flagged_taskfile()
by Bartlomiej Zolnierkiewicz
· 17 years ago
9a3c49b
ide: add ide_no_data_taskfile() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
9e42237
ide: add ide_tf_load() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
650d841
ide: add struct ide_taskfile (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
cd2a2d9
ide: remove task_ioreg_t typedef (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
26a5b04
ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL
by Bartlomiej Zolnierkiewicz
· 17 years ago
02ac246
ide: add missing rq.ref_count initialization to ide_diag_taskfile()
by Bartlomiej Zolnierkiewicz
· 17 years ago
45711f1
[SG] Update drivers to use sg helpers
by Jens Axboe
· 17 years ago
eda5b35
ide: check drive->using_dma in flagged_taskfile()
by Bartlomiej Zolnierkiewicz
· 17 years ago
dd35b7b
ide: check ->dma_setup() return value in flagged_taskfile()
by Bartlomiej Zolnierkiewicz
· 17 years ago
52c8136
ide: remove stale comments from ide-taskfile.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
55c16a7
IDE: sg chaining support
by Jens Axboe
· 17 years ago
b42fa13
ide: never called printk statement in ide-taskfile.c::wait_drive_not_busy
by Masatake YAMATO
· 17 years ago
3a42bb2
[PATCH] ide: add sanity checking to ide taskfile ioctl
by Alan Cox
· 18 years ago
4aff5e2
[PATCH] Split struct request ->flags into two parts
by Jens Axboe
· 18 years ago
366c7f5
[PATCH] lockdep: annotate enable_in_hardirq()
by Ingo Molnar
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
125e187
[PATCH] More BUG_ON conversion
by Eric Sesterhenn
· 18 years ago
03731fb
[PATCH] Ensure ide-taskfile calls any driver specific end_request function
by Richard Purdie
· 19 years ago
651c29a
[PATCH] ide: touch softlockup detector during pio
by Andrew Morton
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
e07bc70
[PATCH] ide: remove dead code from flagged_taskfile()
by Bartlomiej Zolnierkiewicz
· 19 years ago
c0bc113
[PATCH] ide: remove dead DEBUG_TASKFILE code
by Bartlomiej Zolnierkiewicz
· 19 years ago
e851b62
[PATCH] ide: possible cleanups
by Adrian Bunk
· 19 years ago
6044ec8
[PATCH] kfree cleanup: misc remaining drivers
by Jesper Juhl
· 19 years ago
f5e3c2f
[PATCH] ide: kmalloc + memset -> kzalloc conversion
by Deepak Saxena
· 19 years ago
ef0f6a43
[PATCH] ide: fix null request pointer for taskfile ioctl
by Timothy Thelin
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago