summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2007-08-22PCI: make pcie_get_readrq visible in pci.hBrice Goglin
2007-08-22PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo
2007-07-24PCI: export __pci_reenable_device()Tejun Heo
2007-07-16fix jvc cdrom drive lockupZhang, Yanmin
2007-07-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap
2007-07-11PCI: Fix typo in include/linux/pci.hRolf Eike Beer
2007-07-11PCI: read revision ID by defaultAuke Kok
2007-07-11PCI: remove useless pci driver methodDavid Brownell
2007-07-11+ pci_find_slot-mark-deprecated.patch added to -mm treeAlan Cox
2007-07-11PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman
2007-07-11PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba
2007-07-09[IA64] SN: Correct ROM resource length for BIOS copyJohn Keller
2007-07-01pci.h stubs (for EDD build error)Randy Dunlap
2007-05-02PCI: the overdue removal of pci_module_init()Adrian Bunk
2007-05-02MSI: Remove dev->first_msi_irqMichael Ellerman
2007-05-02MSI: Use a list instead of the custom link structureMichael Ellerman
2007-05-02PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman
2007-05-02PCI: define pci_request/release_regions() for CONFIG_PCI=nSergei Shtylyov
2007-05-02pci: New PCI-E reset APIBrian King
2007-04-28iomap: implement pcim_iounmap_regions()Tejun Heo
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck
2007-03-12[PATCH] pci: Repair pci_save/restore_state so we can restore one save many ti...Eric W. Biederman
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman
2007-02-16PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot optionsAtsushi Nemoto
2007-02-11[PATCH] sort the devres mess outAl Viro
2007-02-09devres: device resource managementTejun Heo
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2007-02-07msi: Kill msi_lookup_irqEric W. Biederman
2007-02-07MSI: Remove pci_scan_msi_device()Michael Ellerman
2007-02-07PCI: make isa_bridge Alpha-onlyAdrian Bunk
2007-02-07PCI: mark pci_find_device() as __deprecatedAdrian Bunk
2007-02-07PCI: remove pci_find_device_reverse()Adrian Bunk
2007-02-07PCI: define inline for test of channel error stateLinas Vepstas
2007-02-07PCI : Add selected_regions funcsHidetoshi Seto
2007-02-07PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman
2006-12-20PCI: don't export device IDs to userspaceAdrian Bunk
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox
2006-12-20PCI: Add pci_find_ht_capability() for finding Hypertransport capabilitiesMichael Ellerman
2006-12-20pci: Introduce pci_find_presentAlan Cox
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez
2006-10-21[PATCH] pci: declare pci_get_device_reverse()Andrew Morton
2006-10-18PCI: optionally sort device lists breadth-firstMatt Domsch
2006-10-18pci: Additional search functionsAlan Cox
2006-10-04[PATCH] htirq: tidy up the htirq codeEric W. Biederman
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman
2006-10-04[PATCH] Initial generic hypertransport interrupt supportEric W. Biederman
2006-10-04[PATCH] genirq: msi: refactor the msi_opsEric W. Biederman