index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd64x: remove /proc/ide/cmd64x
Bartlomiej Zolnierkiewicz
2008-01-26
1
-113
/
+1
*
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
2008-01-26
2
-2
/
+10
*
ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)
Bartlomiej Zolnierkiewicz
2008-01-26
1
-0
/
+8
*
ide: drop 'initializing' argument from ide_register_hw()
Bartlomiej Zolnierkiewicz
2008-01-26
1
-1
/
+1
*
ide: add ide_init_port_hw() helper
Bartlomiej Zolnierkiewicz
2008-01-26
1
-5
/
+4
*
sgiioc4: always init hwif->io_ports
Bartlomiej Zolnierkiewicz
2008-01-26
1
-9
/
+6
*
ide: merge ->fixup and ->quirkproc methods
Bartlomiej Zolnierkiewicz
2008-01-26
5
-45
/
+40
*
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
Bartlomiej Zolnierkiewicz
2008-01-26
4
-29
/
+11
*
ide: move drive->using_dma check to callers of ->dma_host_on method
Bartlomiej Zolnierkiewicz
2008-01-26
2
-3
/
+2
*
atiixp: remove ->dma_host_on and ->dma_host_off methods
Bartlomiej Zolnierkiewicz
2008-01-26
1
-53
/
+18
*
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-01-26
2
-20
/
+1
*
sgiioc4: add ide_toggle_bounce() calls
Bartlomiej Zolnierkiewicz
2008-01-26
1
-0
/
+2
*
cy82c693: add ->set_dma_mode method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-53
/
+11
*
cy82c693: correct DMA modes clipping
Bartlomiej Zolnierkiewicz
2008-01-26
1
-6
/
+6
*
ide: (hopefully) fix VDMA for CS5520
Bartlomiej Zolnierkiewicz
2008-01-26
1
-12
/
+17
*
serverworks: cleanup ->set_dma_mode method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-19
/
+6
*
sl82c105: remove no longer needed ->selectproc method
Bartlomiej Zolnierkiewicz
2008-01-26
1
-31
/
+3
*
sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_end
Bartlomiej Zolnierkiewicz
2008-01-26
1
-40
/
+15
*
sc1200: move DMA timings to timing tables
Bartlomiej Zolnierkiewicz
2008-01-25
1
-45
/
+17
*
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
Bartlomiej Zolnierkiewicz
2008-01-25
24
-189
/
+102
*
sis5513: factor out UDMA programming code
Bartlomiej Zolnierkiewicz
2008-01-25
1
-33
/
+45
*
pdc202xx_new: move PIO programming code to pdcnew_set_pio_mode()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-16
/
+10
*
sc1200: remove pointless hwif lookup loop
Bartlomiej Zolnierkiewicz
2008-01-25
1
-70
/
+38
*
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
2008-01-25
2
-11
/
+0
*
ide: remove ->dma_master field from ide_hwif_t (take 5)
Bartlomiej Zolnierkiewicz
2008-01-25
3
-19
/
+22
*
hpt366: merge set_dma_mode() methods
Sergei Shtylyov
2008-01-25
1
-71
/
+58
*
hpt366: kill set_dma_mode() method wrapper
Sergei Shtylyov
2008-01-25
1
-14
/
+7
*
hpt366: change timing register masks
Sergei Shtylyov
2008-01-25
1
-17
/
+13
*
trm290: do hook dma_host_{on,off} methods (take 2)
Sergei Shtylyov
2008-01-10
1
-9
/
+20
*
cmd64x: fix hwif->chipset setup
Bartlomiej Zolnierkiewicz
2007-12-24
1
-2
/
+2
*
drivers/ide/: Spelling fixes
Joe Perches
2007-12-24
1
-1
/
+1
*
hpt366: fix HPT37x PIO mode timings (take 2)
Sergei Shtylyov
2007-12-12
1
-1
/
+70
*
pdc202xx_new: fix Promise TX4 support
Bartlomiej Zolnierkiewicz
2007-12-12
1
-1
/
+2
*
trm290: remove bogus init_hwif_trm290() comment
Bartlomiej Zolnierkiewicz
2007-11-27
1
-3
/
+0
*
piix: add HP compaq laptop to short cable list
Bartlomiej Zolnierkiewicz
2007-11-27
1
-0
/
+1
*
alim15x3: add Mitac 8317 and derivatives to ali_cable_override()
Bartlomiej Zolnierkiewicz
2007-11-27
1
-0
/
+5
*
aec62xx: Fix kernel oops in driver's probe function
Aleksandar Radovanovic
2007-11-27
1
-1
/
+10
*
siimage: remove resetproc() method
Sergei Shtylyov
2007-11-27
1
-44
/
+1
*
sis5513.c: Add Packard Bell EasyNote K5305 to laptops
Gabriel Craciunescu
2007-11-27
1
-0
/
+1
*
it821x/jmicron: fix return value of {it821x,jmicron}_init_one()
Bartlomiej Zolnierkiewicz
2007-11-13
2
-4
/
+2
*
ide: don't BUG() on unsupported transfer modes
Bartlomiej Zolnierkiewicz
2007-11-13
3
-5
/
+2
*
cmd64x: don't clear the other channel's interrupt
Sergei Shtylyov
2007-11-13
1
-2
/
+3
*
piix: add support for ICH7 on Acer 5602aWLMi
sebdeg@ngi.it
2007-11-05
1
-0
/
+1
*
drivers/ide/pci/sc1200.c: fix suspend/resume buglets and warnings
Jeff Garzik
2007-10-26
1
-4
/
+5
*
drivers/ide/pci/generic: fix build for CONFIG_HOTPLUG=n
Bartlomiej Zolnierkiewicz
2007-10-26
1
-1
/
+1
*
hpt366: fix build for CONFIG_HOTPLUG=n
Bartlomiej Zolnierkiewicz
2007-10-26
1
-16
/
+16
*
cy82c693: fix build for CONFIG_HOTPLUG=n
Bartlomiej Zolnierkiewicz
2007-10-26
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-10-19
2
-3
/
+3
|
\
|
*
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
2007-10-19
2
-3
/
+3
*
|
cs5530: remove needless ide_lock taking
Bartlomiej Zolnierkiewicz
2007-10-20
1
-7
/
+1
[next]