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-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-18
/
+18
2009-03-24
platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...
Ming Lei
1
-18
/
+18
2009-03-24
ide: use try_to_identify() in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2
-62
/
+16
2009-03-24
ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-03-24
ide: sanitize SELECT_MASK() usage in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2009-03-24
ide: classify device type in do_probe()
Bartlomiej Zolnierkiewicz
1
-13
/
+13
2009-03-24
ide: remove broken EXABYTENEST support
Bartlomiej Zolnierkiewicz
1
-37
/
+0
2009-03-24
ide: shorten timeout value in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-24
ide: propagate AltStatus workarounds to ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-3
/
+18
2009-03-24
ide: fix kmalloc() failure handling in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-13
/
+20
2009-03-24
ide: remove pciirq argument from ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2
-9
/
+7
2009-03-24
ide: fix ->init_chipset method to return 'int' value
Bartlomiej Zolnierkiewicz
17
-24
/
+24
2009-03-24
ide: remove try_to_identify() wrapper
Bartlomiej Zolnierkiewicz
1
-25
/
+9
2009-03-24
ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)
Bartlomiej Zolnierkiewicz
1
-43
/
+7
2009-03-24
ide: remove no longer needed IRQ fallback code from hwif_init()
Bartlomiej Zolnierkiewicz
1
-26
/
+4
2009-03-24
amd74xx: remove no longer needed ->init_hwif method
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2009-03-24
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
Bartlomiej Zolnierkiewicz
7
-34
/
+6
2009-03-24
ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
1
-10
/
+6
2009-03-24
ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2009-03-24
ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2
-4
/
+12
2009-03-24
trm290: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2009-03-24
ns87415: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2009-03-24
ns87415: use pci_get_legacy_ide_irq()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-24
amd74xx: use ide_pci_is_in_compatibility_mode()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-24
ide: move error handling code to ide-eh.c (v2)
Bartlomiej Zolnierkiewicz
4
-426
/
+432
2009-03-24
ide: checkpatch.pl fixes for ide-iops.c
Bartlomiej Zolnierkiewicz
1
-25
/
+23
2009-03-24
ide: fix comments in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2009-03-24
ide: fix printk() levels in [atapi_]reset_pollfunc()
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2009-03-24
ide: move standard I/O code to ide-io-std.c
Bartlomiej Zolnierkiewicz
3
-314
/
+318
2009-03-24
ide: move ide_read_bcount_and_ireason() to ide-atapi.c
Bartlomiej Zolnierkiewicz
2
-15
/
+15
2009-03-24
ide: move xfer mode tuning code to ide-xfer-mode.c
Bartlomiej Zolnierkiewicz
4
-242
/
+256
2009-03-24
ide: move device settings code to ide-devsets.c
Bartlomiej Zolnierkiewicz
4
-192
/
+192
2009-03-24
ide: move ide_do_park_unpark() to ide-park.c
Bartlomiej Zolnierkiewicz
2
-24
/
+25
2009-03-24
ide: factor out processing of special commands from ide_special_rq()
Bartlomiej Zolnierkiewicz
1
-34
/
+41
2009-03-24
ide: remove ide_do_drive_cmd()
Bartlomiej Zolnierkiewicz
3
-30
/
+7
2009-03-24
ide: move ide_dma_timeout_retry() to ide-dma.c
Bartlomiej Zolnierkiewicz
2
-57
/
+57
2009-03-24
ide: move drive_is_ready() to ide-io.c
Bartlomiej Zolnierkiewicz
2
-25
/
+23
2009-03-24
ide: unexport ide_devset_execute()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-03-24
ide: remove stale comments from drive_is_ready()
Bartlomiej Zolnierkiewicz
1
-9
/
+0
2009-03-24
ide-acpi: remove taskfile_load_raw()
Bartlomiej Zolnierkiewicz
1
-47
/
+24
2009-03-24
ide-acpi: cleanup do_drive_set_taskfiles()
Bartlomiej Zolnierkiewicz
1
-20
/
+1
2009-03-24
ide-acpi: cleanup do_drive_get_GTF()
Bartlomiej Zolnierkiewicz
1
-27
/
+0
2009-03-24
ide: sanitize ACPI initialization
Bartlomiej Zolnierkiewicz
3
-10
/
+6
2009-03-24
ide: add ide_for_each_present_dev() iterator
Bartlomiej Zolnierkiewicz
3
-48
/
+25
2009-03-24
ide-acpi: init ACPI handles early for devices
Bartlomiej Zolnierkiewicz
1
-44
/
+21
2009-03-24
ide-acpi: no need to zero ->acpidata for devices
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2009-03-24
ide: remove superfluous check from ide_proc_port_register_devices()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-24
ide: init_irq() doesn't need to hold ide_cfg_mtx
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2009-03-24
ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()
Bartlomiej Zolnierkiewicz
1
-5
/
+6
2009-03-24
ide: no need to touch local IRQs in ide_probe_port()
Bartlomiej Zolnierkiewicz
1
-6
/
+0
[next]