index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-taskfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
Bartlomiej Zolnierkiewicz
2008-04-28
1
-7
/
+9
*
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
2008-04-27
1
-15
/
+14
*
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+1
*
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-3
/
+4
*
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-26
1
-6
/
+6
*
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
2008-04-18
1
-13
/
+16
*
IDE: Make taskfile interface more robust wrt unexpected end-of-command
Linus Torvalds
2008-03-18
1
-9
/
+27
*
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
2008-02-06
1
-3
/
+2
*
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
2008-02-06
1
-15
/
+15
*
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-1
/
+4
*
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-1
/
+5
*
ide: update/add my Copyrights
Bartlomiej Zolnierkiewicz
2008-02-01
1
-4
/
+4
*
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+0
*
ide: make wait_drive_not_busy() static again
Adrian Bunk
2008-02-01
1
-1
/
+1
*
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-26
1
-32
/
+31
*
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+2
*
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+1
*
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
Bartlomiej Zolnierkiewicz
2008-01-26
1
-0
/
+4
*
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
2008-01-26
1
-3
/
+2
*
ide: kill DATA_READY define
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+2
*
ide: task_end_request() fix
Tejun Heo
2008-01-26
1
-7
/
+4
*
ide: use rq->nr_sectors in task_end_request()
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+2
*
ide: remove needless ->cursg clearing from task_end_request()
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+0
*
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
2008-01-26
1
-4
/
+5
*
ide: fix final status check in task_in_intr()
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+1
*
ide: fix ->io_32bit race in ide_taskfile_ioctl()
Tejun Heo
2008-01-26
1
-5
/
+12
*
ide: remove broken disk byte-swapping support
Bartlomiej Zolnierkiewicz
2008-01-26
1
-30
/
+2
*
ide: add ide_set_irq() inline helper
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+1
*
ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)
Bartlomiej Zolnierkiewicz
2008-01-26
1
-0
/
+4
*
ide-disk: use do_rw_taskfile() (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-8
/
+8
*
ide: remove 'handler' field from ide_task_t (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-9
/
+19
*
ide: use ->data_phase to set ->handler in do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-6
/
+10
*
ide: convert do_rw_taskfile() to use ->data_phase
Bartlomiej Zolnierkiewicz
2008-01-25
1
-12
/
+13
*
ide: merge flagged_taskfile() into do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-20
/
+12
*
ide: remove 'tf_in_flags' field from ide_task_t
Bartlomiej Zolnierkiewicz
2008-01-25
1
-16
/
+13
*
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
2008-01-25
1
-45
/
+44
*
ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-14
/
+15
*
ide: remove unnecessary writes to HOB taskfile registers
Bartlomiej Zolnierkiewicz
2008-01-25
1
-0
/
+9
*
ide: use ide_tf_load() in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+9
*
ide: use do_rw_taskfile() in flagged_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-107
/
+73
*
ide: add ide_no_data_taskfile() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+10
*
ide: add ide_tf_load() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-22
/
+34
*
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-53
/
+46
*
ide: remove task_ioreg_t typedef (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+2
*
ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL
Bartlomiej Zolnierkiewicz
2007-11-05
1
-0
/
+2
*
ide: add missing rq.ref_count initialization to ide_diag_taskfile()
Bartlomiej Zolnierkiewicz
2007-11-05
1
-0
/
+1
*
[SG] Update drivers to use sg helpers
Jens Axboe
2007-10-22
1
-1
/
+1
*
ide: check drive->using_dma in flagged_taskfile()
Bartlomiej Zolnierkiewicz
2007-10-20
1
-0
/
+3
*
ide: check ->dma_setup() return value in flagged_taskfile()
Bartlomiej Zolnierkiewicz
2007-10-20
1
-4
/
+7
*
ide: remove stale comments from ide-taskfile.c
Bartlomiej Zolnierkiewicz
2007-10-20
1
-23
/
+0
[next]