index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-taskfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-27
ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl()
Bartlomiej Zolnierkiewicz
1
-4
/
+9
2009-03-27
ide: move command related fields from ide_hwif_t to struct ide_cmd
Bartlomiej Zolnierkiewicz
1
-17
/
+16
2009-03-27
ide: pass command instead of request to ide_pio_datablock()
Bartlomiej Zolnierkiewicz
1
-45
/
+43
2009-03-27
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
1
-71
/
+77
2009-03-27
ide: call ide_build_sglist() prior to ->dma_setup (v2)
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2009-03-27
ide: use blk_fs_request() check in ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-03-27
ide: use ->end_request only for private device driver requests
Bartlomiej Zolnierkiewicz
1
-13
/
+3
2009-03-27
ide: remove ->data_phase field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-10
/
+8
2009-03-27
ide: move request type specific code from ide_end_drive_cmd() to callers (v3)
Bartlomiej Zolnierkiewicz
1
-7
/
+19
2009-03-27
ide: add "flagged" taskfile flags to struct ide_taskfile (v2)
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2009-03-27
ide: fix error message in pre_task_out_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2009-01-06
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2009-01-06
ide: remove HWIF() macro
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-10-13
ide: Implement disk shock protection support (v4)
Elias Oltmanns
1
-1
/
+10
2008-10-13
ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()
Bartlomiej Zolnierkiewicz
1
-80
/
+25
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-7
/
+7
2008-10-10
ide: move ioctls handling to ide-ioctls.c
Bartlomiej Zolnierkiewicz
1
-109
/
+0
2008-10-10
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-13
/
+13
2008-10-10
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-11
/
+16
2008-10-10
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2008-07-24
ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase
Bartlomiej Zolnierkiewicz
1
-2
/
+10
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-12
/
+17
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-9
/
+14
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-16
ide: remove needless includes from ide-taskfile.c (take 2)
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2008-07-16
ide: remove superfluous BUG_ON() from set_geometry_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-16
ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE
Bartlomiej Zolnierkiewicz
1
-21
/
+1
2008-07-15
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-15
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-07-15
ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
1
-14
/
+20
2008-06-20
ide: increase timeout in wait_drive_not_busy()
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-04-29
ide: use blk_rq_init() to initialize the request
FUJITA Tomonori
1
-2
/
+1
2008-04-28
ide: add ->tf_load and ->tf_read methods
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-28
ide: move ide_tf_{load,read} to ide-iops.c
Bartlomiej Zolnierkiewicz
1
-45
/
+0
2008-04-28
ide: factor out debugging code from ide_tf_load()
Bartlomiej Zolnierkiewicz
1
-12
/
+17
2008-04-28
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-04-28
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
Bartlomiej Zolnierkiewicz
1
-7
/
+9
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-15
/
+14
2008-04-26
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2008-04-26
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-6
/
+6
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
1
-13
/
+16
2008-03-18
IDE: Make taskfile interface more robust wrt unexpected end-of-command
Linus Torvalds
1
-9
/
+27
2008-02-06
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-02-06
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
1
-15
/
+15
2008-02-02
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2008-02-02
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
1
-1
/
+5
[prev]
[next]