index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
setup-pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: add proper PCI PM support (v2)
Bartlomiej Zolnierkiewicz
2008-10-10
1
-0
/
+33
*
ide: drop 'name' parameter from ->init_chipset method
Bartlomiej Zolnierkiewicz
2008-07-24
1
-1
/
+1
*
ide: include PCI device name in messages from IDE PCI host drivers
Bartlomiej Zolnierkiewicz
2008-07-24
1
-43
/
+56
*
ide: add ide_pci_remove() helper
Bartlomiej Zolnierkiewicz
2008-07-24
1
-6
/
+33
*
ide: add ->dev and ->host_priv fields to struct ide_host
Bartlomiej Zolnierkiewicz
2008-07-24
1
-7
/
+45
*
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-7
/
+11
*
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-5
/
+9
*
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
Bartlomiej Zolnierkiewicz
2008-07-24
1
-9
/
+3
*
ide: always call ->init_chipset method in do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-14
/
+10
*
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
2008-07-23
1
-8
/
+2
*
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-29
/
+19
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+1
*
ide: factor out simplex handling from ide_pci_dma_base()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-12
/
+23
*
ide: remove ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+3
*
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-15
/
+23
*
ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-7
/
+13
*
ide: remove needless includes from setup-pci.c (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
1
-4
/
+0
*
ide: print message on error in ide_find_port_slot()
Bartlomiej Zolnierkiewicz
2008-07-16
1
-4
/
+1
*
ide: tighten checks on PCI BARs in ide_hwif_configure()
Bartlomiej Zolnierkiewicz
2008-07-16
1
-7
/
+7
*
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
1
-2
/
+0
*
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-07-15
1
-2
/
+2
*
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+1
*
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+1
*
ide: do complete DMA setup in ->init_dma method (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-17
/
+14
*
ide: cleanup ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-4
/
+13
*
ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-24
/
+37
*
ide: move ide_setup_dma() call out from ->init_dma method
Bartlomiej Zolnierkiewicz
2008-04-26
1
-4
/
+3
*
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+0
*
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
1
-7
/
+15
*
IDE: Coding Style fixes to drivers/ide/setup-pci.c
Paolo Ciarrocchi
2008-04-26
1
-17
/
+12
*
ide: merge ide_match_hwif() and ide_find_port()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-47
/
+1
*
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
Bartlomiej Zolnierkiewicz
2008-04-26
1
-1
/
+1
*
ide: cleanup ide_match_hwif()
Bartlomiej Zolnierkiewicz
2008-04-26
1
-32
/
+15
*
ide: make ide_pci_check_iomem() actually work
Sergei Shtylyov
2008-04-26
1
-11
/
+12
*
ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)
Bartlomiej Zolnierkiewicz
2008-04-18
1
-7
/
+0
*
ide: remove needless hwif->irq check from ide_hwif_configure()
Bartlomiej Zolnierkiewicz
2008-04-18
1
-1
/
+1
*
ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)
Bartlomiej Zolnierkiewicz
2008-04-18
1
-11
/
+0
*
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
2008-02-02
1
-73
/
+8
*
ide: separate PCI specific init from generic init in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-8
/
+21
*
ide: always set DMA masks in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-4
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2008-02-02
1
-2
/
+4
|
\
|
*
PCI: Remove users of pci_enable_device_bars()
Benjamin Herrenschmidt
2008-02-01
1
-2
/
+4
*
|
ide: update/add my Copyrights
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+3
*
|
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
2008-02-01
1
-3
/
+1
*
|
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-02-01
1
-3
/
+3
*
|
ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag
Bartlomiej Zolnierkiewicz
2008-02-01
1
-45
/
+34
*
|
ide: ide_setup_dma() assumes 8 ports
Sergei Shtylyov
2008-02-01
1
-1
/
+1
|
/
*
ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c
Bartlomiej Zolnierkiewicz
2008-01-26
1
-103
/
+0
*
ide: use ide_init_port_hw() in setup-pci.c
Bartlomiej Zolnierkiewicz
2008-01-26
1
-16
/
+17
*
ide: always use ide_std_init_ports() in setup-pci.c
Bartlomiej Zolnierkiewicz
2008-01-26
1
-5
/
+1
[next]