index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-29
ide: use blk_rq_init() to initialize the request
FUJITA Tomonori
1
-2
/
+1
2008-04-28
ide: add ide_pad_transfer() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+15
2008-04-28
ide: add ->tf_load and ->tf_read methods
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-04-28
ide: move ide_tf_{load,read} to ide-iops.c
Bartlomiej Zolnierkiewicz
1
-43
/
+0
2008-04-28
ide: factor out debugging code from ide_tf_load()
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-04-28
ide: always use ->OUTBSYNC method for executing commands
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-04-28
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-28
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-24
/
+18
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-04-26
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2008-04-26
ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
1
-15
/
+23
2008-02-11
ide-disk: fix flush requests (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+10
2008-02-11
ide: another possible ide panic fix for blk-end-request
Kiyoshi Ueda
1
-1
/
+2
2008-02-06
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-02-06
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2008-02-01
ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-28
blk_end_request: changing ide normal caller (take 4)
Kiyoshi Ueda
1
-13
/
+12
2008-01-26
ide: remove REQ_TYPE_ATA_CMD
Bartlomiej Zolnierkiewicz
1
-94
/
+4
2008-01-26
ide: fix final status check in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-3
/
+8
2008-01-26
ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+9
2008-01-26
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-01-26
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-01-26
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
1
-6
/
+2
2008-01-26
ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
ide: add ide_set_irq() inline helper
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2008-01-26
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-01-25
ide: cleanup ide_set_dma()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-01-25
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
1
-21
/
+47
2008-01-25
ide: remove 'handler' field from ide_task_t (take 2)
Bartlomiej Zolnierkiewicz
1
-23
/
+18
2008-01-25
ide: use ->data_phase to set ->handler in do_rw_taskfile()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-01-25
ide: merge flagged_taskfile() into do_rw_taskfile()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-01-25
ide: remove 'tf_in_flags' field from ide_task_t
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-25
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-01-25
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2008-01-25
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2008-01-25
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+16
2008-01-25
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
1
-24
/
+1
2008-01-25
ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-25
ide: remove unnecessary writes to HOB taskfile registers
Bartlomiej Zolnierkiewicz
1
-12
/
+0
2008-01-25
ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2008-01-25
ide: use ide_tf_load() in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-35
/
+25
2008-01-25
ide: remove ide_cmd() helper
Bartlomiej Zolnierkiewicz
1
-20
/
+6
2008-01-25
ide: execute_drive_cmd() cleanup
Bartlomiej Zolnierkiewicz
1
-22
/
+20
2008-01-25
ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-11
/
+8
2008-01-25
ide: fix registers loading order for WIN_SMART in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-25
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
1
-4
/
+0
[next]