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
/
include
/
linux
/
ide.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-29
ide: fix defining SUPPORT_VLB_SYNC
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-11
Prevent IDE boot ops on NUMA system
Andi Kleen
1
-1
/
+1
2008-02-11
ide-disk: fix flush requests (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-11
ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option
Sergei Shtylyov
1
-5
/
+4
2008-02-06
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-02-06
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
1
-0
/
+14
2008-02-06
ide: remove ide_setup_ports()
Bartlomiej Zolnierkiewicz
1
-11
/
+0
2008-02-06
ide: remove write-only ->sata_misc[] from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-02-06
Palmchip BK3710 IDE driver
Anton Salnikov
1
-2
/
+3
2008-02-02
ide: move check_dma_crc() to ide-dma.c
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-02
ide: remove ide_ata66_check()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-02-02
ide: remove set_transfer()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-02-02
ide: remove SATA_*_REG macros
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2008-02-02
ide: remove ->nice0 and ->nice2 fields from ide_drive_t
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-02
ide: convert ->straight8 field in ide_hwif_t to bit flag
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: remove unused ->auto_poll field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-02-02
ide: move create_proc_ide_drives() call to ide_device_add_all()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-02
ide: factor out devices setup from ide_acpi_init()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-02
ide: add ->port_init_devs method to ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-02
ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
1
-5
/
+8
2008-02-02
ide: add ide_deprecated_find_port() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-02-02
ide: add 'init_default' and 'restore' arguments to ide_unregister()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw
Borislav Petkov
1
-0
/
+3
2008-02-02
ide: add ->cable_detect method to ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
1
-2
/
+11
2008-02-01
ide: use ide_remove_port_from_hwgroup in init_irq()
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-02-01
ide: remove unused ide_hwgroup_t fields
Bartlomiej Zolnierkiewicz
1
-11
/
+3
2008-02-01
ide: don't include <linux/hdsmart.h>
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-02-01
ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2008-02-01
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2008-02-01
ide: add IDE_HFLAG_NO_DSC host flag
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-01
ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-01
ide: ide_setup_dma() assumes 8 ports
Sergei Shtylyov
1
-1
/
+1
2008-02-01
ide: add ide_dump_identify() debug helper
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2008-02-01
ide: make wait_drive_not_busy() static again
Adrian Bunk
1
-2
/
+0
2008-02-01
ide: small ide-scan-pci.c cleanup
Adrian Bunk
1
-1
/
+0
2008-01-26
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-8
/
+0
2008-01-26
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
ide: kill DATA_READY define
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-01-26
ide: task_end_request() fix
Tejun Heo
1
-0
/
+2
2008-01-26
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2008-01-26
ide: fix ->io_32bit race in ide_taskfile_ioctl()
Tejun Heo
1
-0
/
+2
2008-01-26
ide: remove broken disk byte-swapping support
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-01-26
ide: add ide_set_irq() inline helper
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2008-01-26
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-01-26
ide: drop 'initializing' argument from ide_register_hw()
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-01-26
ide: add ide_init_port_hw() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-26
ide: Fix build break caused by "ide: remove ideprobe_init()"
Olof Johansson
1
-1
/
+1
2008-01-26
ide: remove ideprobe_init()
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-01-26
ide: merge ->fixup and ->quirkproc methods
Bartlomiej Zolnierkiewicz
1
-6
/
+4
[next]