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-floppy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-02
ide-atapi: remove timeout arg to ide_issue_pc
Borislav Petkov
1
-1
/
+1
2009-01-02
ide-cd: move cdrom_timer_expiry to ide-atapi.c
Borislav Petkov
1
-1
/
+1
2009-01-02
ide-floppy: allocate only toplevel packet commands
Linus Torvalds
1
-13
/
+13
2008-10-17
ide-floppy: remove idefloppy_floppy_t typedef
Bartlomiej Zolnierkiewicz
1
-9
/
+9
2008-10-17
ide: add generic ATA/ATAPI disk driver
Bartlomiej Zolnierkiewicz
1
-8
/
+37
2008-10-17
ide-floppy: factor out generic disk handling code to ide-gd-floppy.c
Bartlomiej Zolnierkiewicz
1
-309
/
+10
2008-10-17
ide: remove IDE_AFLAG_NO_DOORLOCKING
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-17
ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESS
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-17
ide: IDE_AFLAG_WP -> IDE_DFLAG_WP
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-10-17
ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGED
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-17
ide-floppy: use drive->capacity64 for caching current capacity
Bartlomiej Zolnierkiewicz
1
-10
/
+13
2008-10-17
ide-floppy: drop 'floppy' argument from idefloppy_setup()
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2008-10-17
ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup()
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-10-17
ide-floppy: use alloc_disk_node()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-13
ide-floppy: move /proc handling to ide-floppy_proc.c (take 2)
Bartlomiej Zolnierkiewicz
1
-37
/
+4
2008-10-13
ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2)
Bartlomiej Zolnierkiewicz
1
-51
/
+1
2008-10-13
ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-10-13
ide: remove superfluous ->media field from ide_driver_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2008-10-13
ide-floppy: add a debug_mask module parameter
Borislav Petkov
1
-0
/
+6
2008-10-13
ide-floppy: convert driver to the new debugging macro
Borislav Petkov
1
-65
/
+75
2008-10-13
ide: unify conversion macros
Borislav Petkov
1
-12
/
+9
2008-10-13
ide: make ide_transfer_pc() static
Bartlomiej Zolnierkiewicz
1
-64
/
+8
2008-10-13
ide: make ide_pc_intr() static
Bartlomiej Zolnierkiewicz
1
-8
/
+2
2008-10-13
ide: add ->pc_{update,io}_buffers methods
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2008-10-13
ide: add ide_retry_pc() helper
Bartlomiej Zolnierkiewicz
1
-24
/
+1
2008-10-13
ide: add request_sense_{pc,rq} to ide_drive_t
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-10-13
ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-10-13
ide: add pointer to the current packet command to ide_drive_t
Bartlomiej Zolnierkiewicz
1
-12
/
+8
2008-10-13
ide: drop dsc_handle argument from ide_pc_intr()
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-10-10
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
1
-10
/
+10
2008-10-10
ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>
Bartlomiej Zolnierkiewicz
1
-9
/
+4
2008-10-10
ide: add ide_do_test_unit_ready() helper
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2008-10-10
ide: add ide_do_start_stop() helper
Bartlomiej Zolnierkiewicz
1
-15
/
+4
2008-10-10
ide: add ide_set_media_lock() helper
Bartlomiej Zolnierkiewicz
1
-25
/
+7
2008-10-10
ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c
Bartlomiej Zolnierkiewicz
1
-287
/
+9
2008-10-10
ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP}
Bartlomiej Zolnierkiewicz
1
-10
/
+14
2008-10-10
ide: add ide_queue_pc_tail() helper
Bartlomiej Zolnierkiewicz
1
-32
/
+17
2008-10-10
ide: add ide_queue_pc_head() helper
Bartlomiej Zolnierkiewicz
1
-20
/
+1
2008-10-10
ide: add ide_init_pc() helper
Bartlomiej Zolnierkiewicz
1
-22
/
+9
2008-10-10
ide-floppy: add ide_floppy_set_media_lock() helper
Bartlomiej Zolnierkiewicz
1
-23
/
+16
2008-10-10
ide: add ide_io_buffers() helper
Bartlomiej Zolnierkiewicz
1
-46
/
+1
2008-10-10
ide-floppy: remove MODE_SENSE_* defines
Bartlomiej Zolnierkiewicz
1
-12
/
+5
2008-10-10
ide-{floppy,tape}: remove packet command stack
Bartlomiej Zolnierkiewicz
1
-25
/
+7
2008-10-10
ide-{floppy,tape}: remove request stack
Bartlomiej Zolnierkiewicz
1
-16
/
+6
2008-10-10
ide-floppy: use scatterlists for pio transfers
Borislav Petkov
1
-26
/
+42
2008-10-10
ide-floppy: add ide_floppy_format_ioctl() helper
Bartlomiej Zolnierkiewicz
1
-21
/
+25
2008-10-10
ide-floppy: remove needless parens
Bartlomiej Zolnierkiewicz
1
-11
/
+16
2008-10-10
ide: add ide_check_atapi_device() helper
Bartlomiej Zolnierkiewicz
1
-45
/
+3
2008-10-10
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
[next]