index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
setup-pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
ide: drop 'name' parameter from ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-24
ide: include PCI device name in messages from IDE PCI host drivers
Bartlomiej Zolnierkiewicz
1
-43
/
+56
2008-07-24
ide: add ide_pci_remove() helper
Bartlomiej Zolnierkiewicz
1
-6
/
+33
2008-07-24
ide: add ->dev and ->host_priv fields to struct ide_host
Bartlomiej Zolnierkiewicz
1
-7
/
+45
2008-07-24
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-7
/
+11
2008-07-24
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
Bartlomiej Zolnierkiewicz
1
-5
/
+9
2008-07-24
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
Bartlomiej Zolnierkiewicz
1
-9
/
+3
2008-07-24
ide: always call ->init_chipset method in do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-14
/
+10
2008-07-23
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
1
-8
/
+2
2008-07-23
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
1
-29
/
+19
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: factor out simplex handling from ide_pci_dma_base()
Bartlomiej Zolnierkiewicz
1
-12
/
+23
2008-07-23
ide: remove ide_setup_dma()
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2008-07-23
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
1
-15
/
+23
2008-07-23
ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-7
/
+13
2008-07-16
ide: remove needless includes from setup-pci.c (take 2)
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2008-07-16
ide: print message on error in ide_find_port_slot()
Bartlomiej Zolnierkiewicz
1
-4
/
+1
2008-07-16
ide: tighten checks on PCI BARs in ide_hwif_configure()
Bartlomiej Zolnierkiewicz
1
-7
/
+7
2008-07-16
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-07-15
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-04-26
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-26
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-26
ide: do complete DMA setup in ->init_dma method (take 2)
Bartlomiej Zolnierkiewicz
1
-17
/
+14
2008-04-26
ide: cleanup ide_setup_dma()
Bartlomiej Zolnierkiewicz
1
-4
/
+13
2008-04-26
ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma()
Bartlomiej Zolnierkiewicz
1
-24
/
+37
2008-04-26
ide: move ide_setup_dma() call out from ->init_dma method
Bartlomiej Zolnierkiewicz
1
-4
/
+3
2008-04-26
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-04-26
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
1
-7
/
+15
2008-04-26
IDE: Coding Style fixes to drivers/ide/setup-pci.c
Paolo Ciarrocchi
1
-17
/
+12
2008-04-26
ide: merge ide_match_hwif() and ide_find_port()
Bartlomiej Zolnierkiewicz
1
-47
/
+1
2008-04-26
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-26
ide: cleanup ide_match_hwif()
Bartlomiej Zolnierkiewicz
1
-32
/
+15
2008-04-26
ide: make ide_pci_check_iomem() actually work
Sergei Shtylyov
1
-11
/
+12
2008-04-18
ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)
Bartlomiej Zolnierkiewicz
1
-7
/
+0
2008-04-18
ide: remove needless hwif->irq check from ide_hwif_configure()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-04-18
ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)
Bartlomiej Zolnierkiewicz
1
-11
/
+0
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
1
-73
/
+8
2008-02-02
ide: separate PCI specific init from generic init in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
1
-8
/
+21
2008-02-02
ide: always set DMA masks in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
1
-4
/
+9
2008-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-2
/
+4
2008-02-01
PCI: Remove users of pci_enable_device_bars()
Benjamin Herrenschmidt
1
-2
/
+4
2008-02-01
ide: update/add my Copyrights
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2008-02-01
ide: delete filenames/versions from comments
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-02-01
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-02-01
ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag
Bartlomiej Zolnierkiewicz
1
-45
/
+34
2008-02-01
ide: ide_setup_dma() assumes 8 ports
Sergei Shtylyov
1
-1
/
+1
2008-01-26
ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c
Bartlomiej Zolnierkiewicz
1
-103
/
+0
2008-01-26
ide: use ide_init_port_hw() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-16
/
+17
2008-01-26
ide: always use ide_std_init_ports() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2008-01-26
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
1
-4
/
+5
[next]