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
2009-03-27
ide: use ide_complete_cmd() for head unload commands
Bartlomiej Zolnierkiewicz
2
-10
/
+14
2009-03-27
ide: task_error() -> task_error_cmd()
Bartlomiej Zolnierkiewicz
1
-4
/
+3
2009-03-27
ide: unify exit paths in task_pio_intr()
Bartlomiej Zolnierkiewicz
1
-20
/
+17
2009-03-27
ide: inline task_in_unexpected() into task_pio_intr()
Bartlomiej Zolnierkiewicz
1
-23
/
+13
2009-03-27
ide: merge task_{in,out}_intr()
Bartlomiej Zolnierkiewicz
1
-41
/
+31
2009-03-27
ide: use ata_tf_protocols enums
Bartlomiej Zolnierkiewicz
7
-88
/
+56
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
11
-52
/
+50
2009-03-27
ide: pass command instead of request to ide_pio_datablock()
Bartlomiej Zolnierkiewicz
11
-67
/
+67
2009-03-27
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
21
-484
/
+498
2009-03-27
ide: call ide_build_sglist() prior to ->dma_setup (v2)
Bartlomiej Zolnierkiewicz
9
-41
/
+22
2009-03-27
ide: use blk_fs_request() check in ide-taskfile.c
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-03-27
ide: return request status from ->pc_callback method
Bartlomiej Zolnierkiewicz
3
-17
/
+17
2009-03-27
ide: remove ->end_request method
Bartlomiej Zolnierkiewicz
6
-52
/
+7
2009-03-27
ide-{floppy,tape}: cleanup ide*_end_request()
Bartlomiej Zolnierkiewicz
2
-53
/
+53
2009-03-27
ide: use ->end_request only for private device driver requests
Bartlomiej Zolnierkiewicz
4
-31
/
+18
2009-03-27
ide: move ->failed_pc to ide_drive_t
Bartlomiej Zolnierkiewicz
3
-32
/
+20
2009-03-27
ide-tape: remove superfluous tape->lock
Bartlomiej Zolnierkiewicz
1
-9
/
+0
2009-03-27
ide-floppy: remove superfluous check from ide_floppy_end_request()
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2009-03-27
ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2009-03-27
au1xxx-ide: auide_dma_end() cleanup
Bartlomiej Zolnierkiewicz
1
-6
/
+1
2009-03-27
trm290: trm290_dma_setup() fix
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2009-03-27
icside: icside_dma_setup() fixes
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2009-03-27
ide: move smart_enable() call out from get_smart_data()
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2009-03-27
ide: remove ->data_phase field from ide_hwif_t
Bartlomiej Zolnierkiewicz
4
-18
/
+10
2009-03-27
ide: no need to read Status and Error registers for "empty" taskfile requests
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2009-03-27
ide: move request type specific code from ide_end_drive_cmd() to callers (v3)
Bartlomiej Zolnierkiewicz
5
-40
/
+41
2009-03-27
ide: factor out completion of taskfile from ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-11
/
+16
2009-03-27
ide: complete power step in ide_complete_pm_request()
Bartlomiej Zolnierkiewicz
2
-8
/
+9
2009-03-27
ide: add "flagged" taskfile flags to struct ide_taskfile (v2)
Bartlomiej Zolnierkiewicz
8
-25
/
+25
2009-03-27
ide: add IDE_HFLAG_4DRIVES host flag
Bartlomiej Zolnierkiewicz
2
-3
/
+4
2009-03-27
ide: add IDE_HFLAG_DTC2278 host flag
Bartlomiej Zolnierkiewicz
2
-2
/
+3
2009-03-27
ide: remove now superfluous check from ide_host_register()
Bartlomiej Zolnierkiewicz
1
-12
/
+7
2009-03-27
ide: allow host drivers to specify IRQ flags
Bartlomiej Zolnierkiewicz
12
-21
/
+20
2009-03-27
ide: fix error message in pre_task_out_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2009-03-27
ide: fix memleak on failure in probe_for_drive()
Bartlomiej Zolnierkiewicz
1
-13
/
+9
2009-03-27
scc_pata: remove DECLARE_SCC_DEV() macro (v2)
Bartlomiej Zolnierkiewicz
1
-16
/
+11
2009-03-27
ide: include <asm/ide.h> only when needed
Bartlomiej Zolnierkiewicz
3
-0
/
+11
2009-03-27
at91_ide: use readsw()/writesw() directly
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-03-27
ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense
Borislav Petkov
2
-3
/
+1
2009-03-27
IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS()
Kevin Hilman
1
-4
/
+9
2009-03-27
ide: cleanup <asm-m68k/ide.h>
Bartlomiej Zolnierkiewicz
2
-4
/
+4
2009-03-27
ide: make m68k host drivers use IDE_HFLAG_MMIO
Bartlomiej Zolnierkiewicz
5
-12
/
+7
2009-03-27
ide: remove IDE_ARCH_LOCK (v2)
Bartlomiej Zolnierkiewicz
3
-8
/
+31
2009-03-27
ide: remove IDE_ARCH_INTR (v2)
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2009-03-27
ide: improve debugging scheme
Borislav Petkov
5
-89
/
+78
2009-03-27
ide: move ->rqsize init from init_irq() to ide_init_port()
Bartlomiej Zolnierkiewicz
1
-8
/
+7
2009-03-27
macide: use struct ide_port_info
Bartlomiej Zolnierkiewicz
1
-1
/
+5
2009-03-27
buddha: use struct ide_port_info
Bartlomiej Zolnierkiewicz
1
-1
/
+5
2009-03-27
ide-pnp: use struct ide_port_info
Bartlomiej Zolnierkiewicz
1
-1
/
+5
[prev]
[next]