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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-10
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
8
-202
/
+184
2008-10-10
ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>
Bartlomiej Zolnierkiewicz
2
-19
/
+7
2008-10-10
ide: add ide_do_test_unit_ready() helper
Bartlomiej Zolnierkiewicz
3
-14
/
+13
2008-10-10
ide: add ide_do_start_stop() helper
Bartlomiej Zolnierkiewicz
3
-35
/
+23
2008-10-10
ide: add ide_set_media_lock() helper
Bartlomiej Zolnierkiewicz
3
-56
/
+32
2008-10-10
ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c
Bartlomiej Zolnierkiewicz
4
-288
/
+317
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
3
-73
/
+68
2008-10-10
ide: add ide_queue_pc_head() helper
Bartlomiej Zolnierkiewicz
3
-55
/
+22
2008-10-10
ide: add ide_init_pc() helper
Bartlomiej Zolnierkiewicz
3
-53
/
+30
2008-10-10
ide-tape: add ide_tape_set_media_lock() helper
Bartlomiej Zolnierkiewicz
1
-20
/
+19
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
3
-51
/
+63
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
2
-67
/
+13
2008-10-10
ide-{floppy,tape}: remove request stack
Bartlomiej Zolnierkiewicz
2
-72
/
+18
2008-10-10
ide-generic: handle probing of legacy io-ports v5
Borislav Petkov
1
-4
/
+51
2008-10-10
ide-floppy: use scatterlists for pio transfers
Borislav Petkov
1
-26
/
+42
2008-10-10
ide-tape: remove idetape_init_rq()
Bartlomiej Zolnierkiewicz
1
-8
/
+3
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
3
-85
/
+53
2008-10-10
ide: move ioctls handling to ide-ioctls.c
Bartlomiej Zolnierkiewicz
4
-285
/
+291
2008-10-10
ide: cleanup generic_ide_ioctl()
Bartlomiej Zolnierkiewicz
1
-52
/
+45
2008-10-10
ide: add ide_setting_ioctl() helper
Bartlomiej Zolnierkiewicz
2
-60
/
+52
2008-10-10
ide: remove ->bus_state field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-10-10
ide: add proper PCI PM support (v2)
Bartlomiej Zolnierkiewicz
29
-31
/
+120
2008-10-10
hpt366: add hpt3xx_disable_fast_irq() helper
Bartlomiej Zolnierkiewicz
1
-25
/
+33
2008-10-10
ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok()
Bartlomiej Zolnierkiewicz
1
-51
/
+1
2008-10-10
ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid()
Bartlomiej Zolnierkiewicz
1
-21
/
+1
2008-10-10
ide: use ata_id_is_cfa()
Bartlomiej Zolnierkiewicz
1
-8
/
+6
2008-10-10
ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()
Bartlomiej Zolnierkiewicz
2
-4
/
+4
2008-10-10
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
Bartlomiej Zolnierkiewicz
2
-4
/
+4
2008-10-10
ide: idedisk_supports_lba48() -> ata_id_lba48_enabled()
Bartlomiej Zolnierkiewicz
1
-15
/
+6
2008-10-10
ide: ide_dev_is_sata() -> ata_id_is_sata()
Bartlomiej Zolnierkiewicz
2
-3
/
+3
2008-10-10
ide: ide_dev_has_iordy() -> ata_id_has_iordy()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()
Bartlomiej Zolnierkiewicz
1
-14
/
+26
2008-10-10
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
5
-10
/
+5
2008-10-10
ide: remove read-only ->atapi_overlap field from ide_drive_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-10
cmd640: add __set_prefetch_mode()
Bartlomiej Zolnierkiewicz
1
-22
/
+20
2008-10-10
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
5
-7
/
+9
2008-10-10
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
7
-283
/
+230
2008-10-10
ide: preparations for /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
3
-7
/
+6
2008-10-10
ide: call ide_proc_register_driver() later
Bartlomiej Zolnierkiewicz
4
-9
/
+7
2008-10-10
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
51
-48
/
+4
2008-10-10
ide: remove CONFIG_IDEDISK_MULTI_MODE
Bartlomiej Zolnierkiewicz
2
-27
/
+2
2008-10-10
ide: check drive->present in ide_get_paired_drive()
Bartlomiej Zolnierkiewicz
7
-14
/
+14
2008-10-10
ide: remove needless drive->present checks from device drivers
Bartlomiej Zolnierkiewicz
4
-8
/
+7
2008-10-10
ide: remove unused _IDE_C and _IDE_DISK defines
Bartlomiej Zolnierkiewicz
2
-5
/
+0
2008-10-10
ide: remove IDE_CHIPSET_* macros
Bartlomiej Zolnierkiewicz
1
-1
/
+2
[next]