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
/
pci
/
scc_pata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-18
drivers/ide/pci/: use __devexit_p()
Adrian Bunk
1
-1
/
+1
2008-08-05
ide: ->cable_detect method cannot be marked __devinit
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
1
-6
/
+4
2008-07-23
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
1
-13
/
+11
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-13
/
+16
2008-07-23
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
1
-12
/
+0
2008-07-23
ide: use ->tf_read in ide_read_error()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
1
-0
/
+19
2008-07-23
ide: add ->read_altstatus method
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-0
/
+6
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
1
-0
/
+9
2008-07-23
ide: remove ->dma_{status,command} fields from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-20
/
+18
2008-07-23
ide: add ->read_sff_dma_status method
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-23
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-07-16
ide: print message on error in ide_find_port_slot()
Bartlomiej Zolnierkiewicz
1
-5
/
+2
2008-07-16
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-15
ide: remove drive->ctl
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-07-15
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
1
-4
/
+1
2008-07-15
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-07-15
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-04-28
ide: remove ->dma_prdtable field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-04-28
scc_pata: add ->dma_host_set and ->dma_start methods
Bartlomiej Zolnierkiewicz
1
-4
/
+50
2008-04-28
ide: remove ->INW and ->OUTW methods
Bartlomiej Zolnierkiewicz
1
-16
/
+3
2008-04-28
scc_pata: add ->tf_{load,read} methods
Bartlomiej Zolnierkiewicz
1
-0
/
+87
2008-04-28
ide: remove ->INS{W,L} and ->OUTS{W,L} methods
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2008-04-28
scc_pata: add ->{in,out}put_data methods (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+35
2008-04-27
ide: add struct ide_io_ports (take 3)
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-04-27
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-04-26
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
1
-1
/
+6
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-6
/
+9
2008-04-26
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-04-26
ide: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-26
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
1
-22
/
+9
2008-04-26
ide: add struct ide_port_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-5
/
+8
2008-04-26
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-04-26
scc_pata: store 'hwif' pointer in struct scc_ports
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-04-26
scc_pata: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-6
/
+2
2008-04-18
ide: remove IDE_*_REG macros
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2008-04-18
scc_pata.c: do setup itself instead of ide_setup_pci_device()
Akira Iguchi
1
-15
/
+47
2008-04-18
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: fix ide_unregister() usage in host drivers
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: add 'init_default' and 'restore' arguments to ide_unregister()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-02-02
ide: add ->cable_detect method to ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-02-02
atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling
Bartlomiej Zolnierkiewicz
1
-2
/
+7
2008-02-01
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-7
/
+6
2008-01-25
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
Bartlomiej Zolnierkiewicz
1
-13
/
+1
2007-10-20
ide: constify struct ide_port_info
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2007-10-20
ide: replace ide_pci_device_t by struct ide_port_info
Bartlomiej Zolnierkiewicz
1
-6
/
+5
2007-10-19
ide: set drive->autotune in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2007-10-19
scc_pata: remove ->init_setup
Bartlomiej Zolnierkiewicz
1
-2
/
+2
[next]