index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-atapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-02
ide-atapi: start dma in a drive-specific way
Borislav Petkov
1
-4
/
+11
2009-01-02
ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...
Borislav Petkov
1
-11
/
+11
2009-01-02
ide-atapi: remove timeout arg to ide_issue_pc
Borislav Petkov
1
-1
/
+6
2009-01-02
ide-atapi: split drive-specific functionality in ide_issue_pc
Borislav Petkov
1
-16
/
+20
2009-01-02
ide-atapi: assign expiry and timeout based on device type
Borislav Petkov
1
-13
/
+17
2009-01-02
ide-atapi: compute cmd_len based on device type in ide_transfer_pc
Borislav Petkov
1
-1
/
+13
2009-01-02
ide: remove the last ide-scsi remnants
Borislav Petkov
1
-2
/
+1
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_pc_intr()
Borislav Petkov
1
-55
/
+13
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_transfer_pc()
Borislav Petkov
1
-10
/
+4
2009-01-02
ide-atapi: remove ide-scsi remnants from ide_issue_pc
Borislav Petkov
1
-11
/
+1
2009-01-02
ide-cd: move cdrom_timer_expiry to ide-atapi.c
Borislav Petkov
1
-3
/
+38
2009-01-02
ide-atapi: teach ide atapi about drive->waiting_for_dma
Borislav Petkov
1
-0
/
+7
2009-01-02
ide-atapi: accomodate transfer length calculation for ide-cd
Borislav Petkov
1
-1
/
+14
2009-01-02
ide-atapi: setup dma for ide-cd
Borislav Petkov
1
-2
/
+3
2009-01-02
ide-atapi: combine drive-specific assignments
Borislav Petkov
1
-12
/
+11
2009-01-02
ide-atapi: add a dev_is_idecd-inline
Borislav Petkov
1
-1
/
+7
2008-10-17
ide: remove IDE_AFLAG_NO_DOORLOCKING
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-13
ide-atapi: assign taskfile flags per device type
Borislav Petkov
1
-2
/
+9
2008-10-13
ide: add ide_drive_t.dma flag
Borislav Petkov
1
-4
/
+5
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-10
/
+11
2008-10-13
ide: make ide_transfer_pc() static
Bartlomiej Zolnierkiewicz
1
-7
/
+34
2008-10-13
ide: make ide_pc_intr() static
Bartlomiej Zolnierkiewicz
1
-6
/
+9
2008-10-13
ide: add ->pc_{update,io}_buffers methods
Bartlomiej Zolnierkiewicz
1
-8
/
+6
2008-10-13
ide: add ide_retry_pc() helper
Bartlomiej Zolnierkiewicz
1
-5
/
+34
2008-10-13
ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()
Bartlomiej Zolnierkiewicz
1
-7
/
+27
2008-10-13
ide: add pointer to the current packet command to ide_drive_t
Bartlomiej Zolnierkiewicz
1
-3
/
+6
2008-10-13
ide: drop dsc_handle argument from ide_pc_intr()
Bartlomiej Zolnierkiewicz
1
-9
/
+7
2008-10-10
ide: add ide_do_test_unit_ready() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+11
2008-10-10
ide: add ide_do_start_stop() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+15
2008-10-10
ide: add ide_set_media_lock() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+15
2008-10-10
ide: add ide_queue_pc_tail() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+23
2008-10-10
ide: add ide_queue_pc_head() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+20
2008-10-10
ide: add ide_init_pc() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+8
2008-10-10
ide: add ide_io_buffers() helper
Bartlomiej Zolnierkiewicz
1
-4
/
+59
2008-10-10
ide: add ide_check_atapi_device() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+47
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-15
/
+17
2008-10-10
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: remove unused PC_FLAG_DRQ_INTERRUPT
Borislav Petkov
1
-2
/
+1
2008-07-23
ide-floppy: convert to using the new atapi_flags (take 2)
Borislav Petkov
1
-2
/
+3
2008-07-23
ide: use rq->cmd instead of pc->c in atapi common code
Borislav Petkov
1
-5
/
+13
2008-07-23
ide-scsi: use drive->pc_callback instead of pc->callback
Borislav Petkov
1
-8
/
+2
2008-07-23
ide-tape: use drive->pc_callback instead of pc->callback
Borislav Petkov
1
-2
/
+2
2008-07-23
ide-floppy: use drive->pc_callback instead of pc->callback
Borislav Petkov
1
-2
/
+8
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-07-23
ide: add ide_read_bcount_and_ireason() helper
Bartlomiej Zolnierkiewicz
1
-4
/
+2
2008-07-23
ide: add ide_read_ireason() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+14
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-15
ide: add ide_pc_intr() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+177
2008-07-15
ide: add ide_issue_pc() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+49
2008-07-15
ide: add ide_transfer_pc() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+70