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
/
legacy
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-18
ide: init hwif->{io_ports,irq} explicitly in legacy VLB host drivers
Bartlomiej Zolnierkiewicz
6
-5
/
+72
2008-04-18
ide: add ide-4drives host driver (take 3)
Bartlomiej Zolnierkiewicz
2
-0
/
+47
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2008-04-18
ide: remove ->hold field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-18
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
Bartlomiej Zolnierkiewicz
2
-3
/
+3
2008-04-18
ide: use ide_find_port() instead of ide_deprecated_find_port()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-02
ide/legacy/q40ide.c: add MODULE_LICENSE
Adrian Bunk
1
-0
/
+2
2008-04-02
ide/legacy/macide: add MODULE_LICENSE
Adrian Bunk
1
-0
/
+2
2008-04-02
ide/legacy/falconide.c: add MODULE_LICENSE
Adrian Bunk
1
-0
/
+2
2008-04-02
ide/legacy/buddha.c: add MODULE_LICENSE
Adrian Bunk
1
-0
/
+2
2008-04-02
ide/legacy/gayle.c: add MODULE_LICENSE
Adrian Bunk
1
-0
/
+2
2008-02-26
qd65xx: remove commented out code
Bartlomiej Zolnierkiewicz
1
-37
/
+0
2008-02-26
qd65xx: fix setup of QD6580 Control register
Bartlomiej Zolnierkiewicz
1
-4
/
+2
2008-02-19
ht6560b: force prefetch for some devices
Jan Evert van Grootheest
1
-7
/
+16
2008-02-19
ht6560b can only do up to PIO mode 4
Jan Evert van Grootheest
1
-1
/
+1
2008-02-19
falconide: locking bugfix
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-02-19
ide: Add missing base addresses for falconide and macide
Geert Uytterhoeven
2
-2
/
+2
2008-02-11
ide: fix ide/legacy/gayle.c compilation
Adrian Bunk
1
-1
/
+1
2008-02-06
Rename: linux/pata_platform.h to linux/ata_platform.h
Jeff Garzik
1
-1
/
+1
2008-02-06
ide: remove ide_setup_ports()
Bartlomiej Zolnierkiewicz
5
-108
/
+111
2008-02-06
drivers/ide/legacy/hd.c: fix uninitialized var warning
Andrew Morton
1
-3
/
+6
2008-02-02
ide-cs: use ide_std_init_ports()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: add ->port_init_devs method to ide_hwif_t
Bartlomiej Zolnierkiewicz
2
-23
/
+47
2008-02-02
ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
1
-7
/
+3
2008-02-02
ide: fix ide_unregister() usage in host drivers
Bartlomiej Zolnierkiewicz
2
-3
/
+3
2008-02-02
ide: add ide_deprecated_find_port() helper
Bartlomiej Zolnierkiewicz
1
-1
/
+24
2008-02-02
ide: add 'init_default' and 'restore' arguments to ide_unregister()
Bartlomiej Zolnierkiewicz
2
-2
/
+2
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
11
-72
/
+57
2008-02-02
macide: remove drive->capacity64 quirk
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2008-02-02
dtc2278: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2008-02-01
ide_platform: remove struct hwif_prop
Bartlomiej Zolnierkiewicz
1
-26
/
+8
2008-02-01
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
12
-19
/
+5
2008-02-01
Atari Falcon IDE: Add missing hwif variable
Geert Uytterhoeven
1
-0
/
+1
2008-01-26
ide: print banner message once per controller in m68k host drivers
Bartlomiej Zolnierkiewicz
5
-35
/
+22
2008-01-26
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
11
-34
/
+48
2008-01-26
ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)
Bartlomiej Zolnierkiewicz
5
-2
/
+24
2008-01-26
ide: drop 'initializing' argument from ide_register_hw()
Bartlomiej Zolnierkiewicz
6
-31
/
+45
2008-01-26
ide: add ide_init_port_hw() helper
Bartlomiej Zolnierkiewicz
1
-27
/
+28
2007-11-27
ali14xx: constify __initdata
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2007-11-27
macide/q40ide: add missing __init tag to {macide,q40ide}_init()
Bartlomiej Zolnierkiewicz
2
-2
/
+2
2007-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2007-10-20
dtc2278: note on docs
Alan Cox
1
-0
/
+2
2007-10-20
qd65xx: remove pointless qd_{read,write}_reg() (take 2)
Bartlomiej Zolnierkiewicz
1
-34
/
+12
2007-10-20
ide: take ide_lock for prefetch disable/enable in do_special()
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2007-10-20
ht6560b: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-13
/
+18
2007-10-20
qd65xx: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-8
/
+9
2007-10-20
dtc2278: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2007-10-20
ali14xx: fix deadlock on error handling
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2007-10-20
dtc2278: set ->pio_mask also for the second port
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2007-10-20
ide: remove write-only hwif->hw
Bartlomiej Zolnierkiewicz
1
-6
/
+5
[next]