index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
setup-pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ide: make remaining built-in only IDE host drivers modular (take 2)
Bartlomiej Zolnierkiewicz
2008-01-26
1
-4
/
+5
*
ide: merge ->fixup and ->quirkproc methods
Bartlomiej Zolnierkiewicz
2008-01-26
1
-2
/
+0
*
ide: (hopefully) fix VDMA for CS5520
Bartlomiej Zolnierkiewicz
2008-01-26
1
-3
/
+7
*
ide: coding style fixes for drivers/ide/setup-pci.c
Bartlomiej Zolnierkiewicz
2007-12-12
1
-12
/
+12
*
ide: fix ide_scan_pcibus() error message
Bartlomiej Zolnierkiewicz
2007-12-12
1
-3
/
+4
*
ide: remove stale/incorrect comment from setup-pci.c
Bartlomiej Zolnierkiewicz
2007-11-13
1
-5
/
+0
*
ide: enhance ide_setup_pci_noise()
Bartlomiej Zolnierkiewicz
2007-10-20
1
-5
/
+3
*
ide: constify struct ide_port_info
Bartlomiej Zolnierkiewicz
2007-10-20
1
-14
/
+14
*
ide: replace ide_pci_device_t by struct ide_port_info
Bartlomiej Zolnierkiewicz
2007-10-20
1
-44
/
+38
*
ide: remove write-only hwif->hw
Bartlomiej Zolnierkiewicz
2007-10-20
1
-5
/
+6
*
ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT
Bartlomiej Zolnierkiewicz
2007-10-20
1
-1
/
+1
*
ide: add ide_device_add()
Bartlomiej Zolnierkiewicz
2007-10-20
1
-54
/
+13
*
ide: add ->fixup method to ide_hwif_t
Bartlomiej Zolnierkiewicz
2007-10-20
1
-2
/
+4
*
ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
2007-10-20
1
-0
/
+10
*
ide: add IDE_HFLAG_RQSIZE_256 host flag
Bartlomiej Zolnierkiewicz
2007-10-20
1
-0
/
+3
*
ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag
Bartlomiej Zolnierkiewicz
2007-10-20
1
-1
/
+2
*
ide: add ->chipset field to ide_pci_device_t
Bartlomiej Zolnierkiewicz
2007-10-20
1
-1
/
+1
*
ide: fix disabled ports reporting for PCI controllers
Bartlomiej Zolnierkiewicz
2007-10-20
1
-6
/
+4
*
ide: set drive->autotune in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2007-10-19
1
-0
/
+3
*
ide: add IDE_HFLAG_LEGACY_IRQS host flag
Bartlomiej Zolnierkiewicz
2007-10-19
1
-0
/
+3
*
ide: add IDE_HFLAG_SERIALIZE host flag
Bartlomiej Zolnierkiewicz
2007-10-19
1
-0
/
+3
*
ide: use I/O ops directly part #2 (take 2)
Bartlomiej Zolnierkiewicz
2007-10-19
1
-3
/
+3
*
ide: use pci_dev->revision
Bartlomiej Zolnierkiewicz
2007-10-19
1
-4
/
+2
*
ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)
Bartlomiej Zolnierkiewicz
2007-10-19
1
-0
/
+6
*
ide: remove ->init_setup_dma from ide_pci_device_t (take 2)
Bartlomiej Zolnierkiewicz
2007-10-19
1
-19
/
+16
*
ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags
Bartlomiej Zolnierkiewicz
2007-10-19
1
-2
/
+3
*
ide: add IDE_HFLAG_BOOTABLE host flag
Bartlomiej Zolnierkiewicz
2007-10-19
1
-1
/
+2
*
ide: remove hwif->autodma and drive->autodma
Bartlomiej Zolnierkiewicz
2007-10-16
1
-2
/
+0
*
ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED
Bartlomiej Zolnierkiewicz
2007-10-16
1
-43
/
+3
*
ide: fix PCI refcounting
Sergei Shtylyov
2007-09-11
1
-25
/
+16
*
ide: remove stale changelog from setup-pci.c
Bartlomiej Zolnierkiewicz
2007-07-20
1
-6
/
+0
*
ide: add PIO masks
Bartlomiej Zolnierkiewicz
2007-07-20
1
-0
/
+1
*
ide: remove ide_find_best_pio_mode()
Bartlomiej Zolnierkiewicz
2007-07-20
1
-0
/
+2
*
ide: add ide_pci_device_t.host_flags (take 2)
Bartlomiej Zolnierkiewicz
2007-07-20
1
-6
/
+3
*
ide: ide_scan_pcibus(): check __pci_register_driver return value
Andrew Morton
2007-07-03
1
-3
/
+7
*
ide: legacy PCI bus order probing fixes
Bartlomiej Zolnierkiewicz
2007-05-10
1
-0
/
+2
*
ide: add ide_proc_register_port()
Bartlomiej Zolnierkiewicz
2007-05-10
1
-4
/
+21
[next]