Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f7a2c31f1e4e622056c8a14260937e87f1277867
/
drivers
/
ide
/
ide-taskfile.c
3153c26
ide: refactor tf_read() method
by Sergei Shtylyov
· 16 years ago
c9ff9e7
ide: refactor tf_load() method
by Sergei Shtylyov
· 16 years ago
4109d19
ide: move common code out of tf_load() method
by Sergei Shtylyov
· 16 years ago
745483f
ide: simplify 'struct ide_taskfile'
by Sergei Shtylyov
· 16 years ago
60f8501
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
by Sergei Shtylyov
· 16 years ago
35218d1
ide: move data register access out of tf_{read|load}() methods (take 2)
by Sergei Shtylyov
· 16 years ago
ecf3a31
ide: turn set_irq() method into write_devctl() method
by Sergei Shtylyov
· 16 years ago
5ae5412
ide: add ide_dma_prepare() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
a08915b
ide-cd: use scatterlists for PIO transfers (fs requests)
by Bartlomiej Zolnierkiewicz
· 16 years ago
f2bc316
ide: use PageHighMem() instead of ifdefs in ide_pio_bytes()
by Bartlomiej Zolnierkiewicz
· 16 years ago
7a00798
ide: add support for arbitrary transfer lengths to ide_pio_bytes()
by Bartlomiej Zolnierkiewicz
· 16 years ago
bf717c0
ide: keep track of number of bytes instead of sectors in struct ide_cmd
by Bartlomiej Zolnierkiewicz
· 16 years ago
35b5d0b
ide: remove ide_execute_pkt_cmd() (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
22117d6
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
60c0cd0
ide: set hwif->expiry prior to calling [__]ide_set_handler()
by Bartlomiej Zolnierkiewicz
· 16 years ago
b788ee9
ide: use do_rw_taskfile() for ATA_CMD_PACKET commands
by Bartlomiej Zolnierkiewicz
· 16 years ago
22981694
ide: pass command to ide_map_sg()
by Bartlomiej Zolnierkiewicz
· 16 years ago
130e886
ide: remove ide_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
f974b19
ide: pass number of bytes to complete to ide_complete_rq()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6902a53
ide: pass error value to ide_complete_rq()
by Bartlomiej Zolnierkiewicz
· 16 years ago
2230d90d
ide: sanitize ide_finish_cmd()
by Bartlomiej Zolnierkiewicz
· 16 years ago
d364c7f
ide: use ide_complete_cmd() for REQ_UNPARK_HEADS
by Bartlomiej Zolnierkiewicz
· 16 years ago
e7fedc3
ide: use ide_complete_cmd() for head unload commands
by Bartlomiej Zolnierkiewicz
· 16 years ago
041cea1
ide: task_error() -> task_error_cmd()
by Bartlomiej Zolnierkiewicz
· 16 years ago
0a1248c
ide: unify exit paths in task_pio_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
151055e
ide: inline task_in_unexpected() into task_pio_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
901bd08a
ide: merge task_{in,out}_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
0dfb991
ide: use ata_tf_protocols enums
by Bartlomiej Zolnierkiewicz
· 16 years ago
04d09b0
ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl()
by Bartlomiej Zolnierkiewicz
· 16 years ago
b6308ee
ide: move command related fields from ide_hwif_t to struct ide_cmd
by Bartlomiej Zolnierkiewicz
· 16 years ago
adb1af9
ide: pass command instead of request to ide_pio_datablock()
by Bartlomiej Zolnierkiewicz
· 16 years ago
22aa4b3
ide: remove ide_task_t typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
e6830a8
ide: call ide_build_sglist() prior to ->dma_setup (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
b109f52
ide: use blk_fs_request() check in ide-taskfile.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
c152cc1
ide: use ->end_request only for private device driver requests
by Bartlomiej Zolnierkiewicz
· 16 years ago
e3d9a73
ide: remove ->data_phase field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
a09485d
ide: move request type specific code from ide_end_drive_cmd() to callers (v3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
19710d2
ide: add "flagged" taskfile flags to struct ide_taskfile (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
c7db966
ide: fix error message in pre_task_out_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
7f3c868
ide: remove ide_driver_t typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
b65fac3
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
4abdc6e
ide: Implement disk shock protection support (v4)
by Elias Oltmanns
· 16 years ago
d6ff9f6
ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
97100fc
ide: add device flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
05236ea
ide: move ioctls handling to ide-ioctls.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
151a670
ide: remove SECTOR_WORDS define
by Bartlomiej Zolnierkiewicz
· 16 years ago
3a7d248
ide: use ATA_* defines instead of *_STAT and *_ERR ones
by Bartlomiej Zolnierkiewicz
· 16 years ago
aaaade3
ide: WIN_* -> ATA_CMD_*
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
90d2c6b
ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase
by Bartlomiej Zolnierkiewicz
· 16 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
6e6afb3
ide: add ->set_irq method
by Bartlomiej Zolnierkiewicz
· 16 years ago
b73c7ee
ide: add ->read_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
c6dfa86
ide: add ->exec_command method
by Bartlomiej Zolnierkiewicz
· 16 years ago
ad15e9f
ide: remove needless includes from ide-taskfile.c (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
605cfe8
ide: remove superfluous BUG_ON() from set_geometry_intr()
by Bartlomiej Zolnierkiewicz
· 16 years ago
07fe69d
ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE
by Bartlomiej Zolnierkiewicz
· 16 years ago
f8c4bd0a
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
by Bartlomiej Zolnierkiewicz
· 16 years ago
ed4af48
ide: move IRQ unmasking out from ->tf_load method
by Bartlomiej Zolnierkiewicz
· 16 years ago
154ed28
ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq
by FUJITA Tomonori
· 16 years ago
f54feaf
ide: increase timeout in wait_drive_not_busy()
by Bartlomiej Zolnierkiewicz
· 16 years ago
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
Next »