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
/
ide-lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-22
ide: improve failed opcode reporting
Bartlomiej Zolnierkiewicz
1
-19
/
+4
2009-05-22
ide: fix printk() levels in ide_dump_ata[pi]_error()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-04-08
ide: refactor tf_read() method
Sergei Shtylyov
1
-1
/
+1
2009-04-08
ide: simplify 'struct ide_taskfile'
Sergei Shtylyov
1
-7
/
+8
2009-04-08
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
Sergei Shtylyov
1
-5
/
+6
2009-03-27
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
1
-10
/
+10
2009-03-24
ide: move xfer mode tuning code to ide-xfer-mode.c
Bartlomiej Zolnierkiewicz
1
-240
/
+0
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
1
-3
/
+6
2008-12-29
ide: remove superfluous local_irq_{save,restore}() from ide_dump_status()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-12-29
ide: checkpatch.pl fixes for ide-lib.c
Bartlomiej Zolnierkiewicz
1
-41
/
+54
2008-12-29
ide: ide_hwgroup_t.rq doesn't need an ide_lock held
Bartlomiej Zolnierkiewicz
1
-6
/
+1
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-24
/
+24
2008-10-10
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-10-10
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
1
-11
/
+13
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
1
-13
/
+2
2008-07-16
ide: move PIO blacklist to ide-pio-blacklist.c
Bartlomiej Zolnierkiewicz
1
-96
/
+0
2008-07-16
ide: remove no longer used ide_pio_timings[]
Bartlomiej Zolnierkiewicz
1
-17
/
+0
2008-07-16
ide: move ide_pio_cycle_time() to ide-timings.c
Bartlomiej Zolnierkiewicz
1
-23
/
+0
2008-07-16
ide: remove needless includes from ide-lib.c
Bartlomiej Zolnierkiewicz
1
-15
/
+0
2008-04-28
ide: add ->tf_load and ->tf_read methods
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-26
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-26
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-10
/
+14
2008-04-26
ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag
Bartlomiej Zolnierkiewicz
1
-2
/
+10
2008-04-26
ide: remove PIO "downgrade" quirk
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2008-03-22
ide: remove commented out entries from ide_pio_blacklist[]
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2008-02-11
ide: remove stale comment from ide-lib.c
Bartlomiej Zolnierkiewicz
1
-9
/
+0
2008-02-06
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-01
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2008-01-26
ide: remove REQ_TYPE_ATA_CMD
Bartlomiej Zolnierkiewicz
1
-18
/
+7
2008-01-25
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2008-01-25
ide: kill duplicate code in ide_dump_{ata,atapi}_status()
Bartlomiej Zolnierkiewicz
1
-68
/
+37
2008-01-25
ide-disk: use ide_get_lba_addr()
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-01-25
ide: printk fix
Andrew Morton
1
-1
/
+2
2008-01-25
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
1
-32
/
+37
2008-01-25
ide: fix registers loading order in ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
1
-9
/
+14
2008-01-25
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
1
-11
/
+10
2008-01-25
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
1
-12
/
+9
2008-01-25
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-01-25
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2007-12-12
ide: DMA reporting and validity checking fixes (take 3)
Bartlomiej Zolnierkiewicz
1
-26
/
+29
2007-11-13
ide: add missing HOB bit clearing to ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2007-10-16
ide: remove ide_use_fast_pio()
Bartlomiej Zolnierkiewicz
1
-15
/
+0
2007-10-13
ide: move ide_config_drive_speed() calls to upper layers (take 2)
Bartlomiej Zolnierkiewicz
1
-17
/
+61
2007-10-11
ide: use only ->set_pio_mode method for programming PIO modes (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+12
2007-10-11
ide: add ide_set{_max}_pio() (take 4)
Bartlomiej Zolnierkiewicz
1
-0
/
+29
2007-10-11
ide: move ide_rate_filter() calls to the upper layer (take 2)
Bartlomiej Zolnierkiewicz
1
-9
/
+8
2007-10-11
ide: mode limiting fixes for user requested speed changes
Bartlomiej Zolnierkiewicz
1
-21
/
+8
[next]