index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
setup-pci.c
Commit message (
Expand
)
Author
Age
*
ide: re-implement ide_pci_init_one() on top of ide_pci_init_two()
Bartlomiej Zolnierkiewicz
2009-06-10
*
ide: remove hw_regs_t typedef
Bartlomiej Zolnierkiewicz
2009-05-17
*
ide: pass number of ports to ide_host_{alloc,add}() (v2)
Bartlomiej Zolnierkiewicz
2009-05-17
*
ide: remove chipset field from hw_regs_t
Bartlomiej Zolnierkiewicz
2009-05-17
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
*
ide: allow host drivers to specify IRQ flags
Bartlomiej Zolnierkiewicz
2009-03-27
*
ide: remove pciirq argument from ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2009-03-24
*
ide: fix ->init_chipset method to return 'int' value
Bartlomiej Zolnierkiewicz
2009-03-24
*
ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
*
ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
*
ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
*
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
Sergei Shtylyov
2009-01-06
*
ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c
Bartlomiej Zolnierkiewicz
2009-01-06
*
ide: remove ide_pci_enablebit_t typedef
Bartlomiej Zolnierkiewicz
2009-01-06
*
ide: add proper PCI PM support (v2)
Bartlomiej Zolnierkiewicz
2008-10-10
*
ide: drop 'name' parameter from ->init_chipset method
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: include PCI device name in messages from IDE PCI host drivers
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: add ide_pci_remove() helper
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: add ->dev and ->host_priv fields to struct ide_host
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: always call ->init_chipset method in do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
*
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
2008-07-23
*
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
*
ide: factor out simplex handling from ide_pci_dma_base()
Bartlomiej Zolnierkiewicz
2008-07-23
*
ide: remove ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-07-23
*
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
*
ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-23
*
ide: remove needless includes from setup-pci.c (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
*
ide: print message on error in ide_find_port_slot()
Bartlomiej Zolnierkiewicz
2008-07-16
*
ide: tighten checks on PCI BARs in ide_hwif_configure()
Bartlomiej Zolnierkiewicz
2008-07-16
*
ide: set hwif->dev in ide_init_port_hw() (take 2)
Bartlomiej Zolnierkiewicz
2008-07-16
*
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-07-15
*
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: do complete DMA setup in ->init_dma method (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: cleanup ide_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma()
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: move ide_setup_dma() call out from ->init_dma method
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: remove ->cds field from ide_hwif_t (take 2)
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
*
IDE: Coding Style fixes to drivers/ide/setup-pci.c
Paolo Ciarrocchi
2008-04-26
*
ide: merge ide_match_hwif() and ide_find_port()
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: cleanup ide_match_hwif()
Bartlomiej Zolnierkiewicz
2008-04-26
*
ide: make ide_pci_check_iomem() actually work
Sergei Shtylyov
2008-04-26
*
ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)
Bartlomiej Zolnierkiewicz
2008-04-17
*
ide: remove needless hwif->irq check from ide_hwif_configure()
Bartlomiej Zolnierkiewicz
2008-04-17
[next]