summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2004-11-11[PATCH] fakephp: introduce pci_bus_add_deviceJan Dittmer
2004-11-04[PATCH] PCI: add PCI ROMs to sysfsJon Smirl
2004-11-04[PATCH] PCI: add pci_fixup_earlyMatthew Wilcox
2004-10-24[PATCH] add 'for_each_pci_dev()' helper macroHanna V. Linder
2004-10-19Merge PCI updatesLinus Torvalds
2004-10-06[PATCH] PCI: pci_dev_put() build fixAndrew Morton
2004-10-06[PATCH] PCI: CONFIG_PCI=n build fixAndrew Morton
2004-10-06[PATCH] PCI: pci_module_init() is identical to pci_register_driver() so just ...Greg Kroah-Hartman
2004-10-06[PATCH] PCI: remove all usages of pci_dma_sync_single as it's obsolete.Greg Kroah-Hartman
2004-10-06[PATCH] PCI: remove all usages of pci_dma_sync_sg as it's obsolete.Greg Kroah-Hartman
2004-10-05[PATCH] PCI: remove driver private PCI state, 1 arg for pci_{save,restore}_stateRoger Luethi
2004-10-05[PATCH] PCI: Create new function to see if a pci device is presentGreg Kroah-Hartman
2004-10-05[PATCH] add-pci_fixup_enable-pass.patchAndrew Morton
2004-10-05[PATCH] PCI: delete the pci_find_class() function as it's unsafe in hotplugga...Greg Kroah-Hartman
2004-10-05[PATCH] PCI: add pci_get_class() to make a safe pci_find_class() like call.Greg Kroah-Hartman
2004-10-05[PATCH] PCI: make pci_find_subsys() static, as it should not be used anymoreGreg Kroah-Hartman
2004-09-22[PATCH] PCI: add "struct module *" to struct pci_driver to show symlink in sy...Greg Kroah-Hartman
2004-08-24[PATCH] PCI Hotplug: create pci_remove_bus()John Rose
2004-08-09[PATCH] PCI: saved_config_space -> u32Roger Luethi
2004-08-04PCI: oops, forgot to check in the pci.h changes so that the quirk cleanups wi...Greg Kroah-Hartman
2004-08-03[1/3] Split pci quirks array to allow separate declarations.David Woodhouse
2004-08-01[PATCH] rename CONFIG_PCI_USE_VECTOR to CONFIG_PCI_MSIBjorn Helgaas
2004-08-01[PATCH] MSI: MSI/MSI-X API updatesRoland Dreier
2004-07-01[PATCH] PCI: Add some PCI Express constants to pci.hRoland Dreier
2004-07-01[PATCH] PCI: export pci_scan_child_bus for the pci hotplug drivers to useLinda Xie
2004-05-26[PATCH] PCI: restore pci config space on resumeArjan van de Ven
2004-04-14mergeGreg Kroah-Hartman
2004-04-11[PCMCIA] Re-export pci_bus_alloc_resource() from PCI code.Russell King
2004-03-30[PATCH] PCI: move DMA_nnBIT_MASK to linux/dma-mapping.hRandy Dunlap
2004-03-30[PATCH] PCI: add DMA_{64,32}BIT constantsRandy Dunlap
2004-03-30Cset exclude: jgarzik@redhat.com|ChangeSet|20040323051558|61282Greg Kroah-Hartman
2004-03-26Merge bk://kernel.bkbits.net/jgarzik/pci-dma-mask-2.6Greg Kroah-Hartman
2004-03-26PCI: add ability to access pci extended config space for PCI Express devicesGreg Kroah-Hartman
2004-03-22Create PCI_DMA_{64,32]BIT constants, for use in passing toJeff Garzik
2004-03-13[PATCH] move consistent_dma_mask to the generic deviceAndrew Morton
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton
2004-03-02[PATCH] PCI Hotplug: fixes for shpc and pcie hot-plug driversDely Sy
2004-02-23[PATCH] PCI: Introduce bus->bridge_ctl memberRussell King
2004-02-17[PATCH] PCI: remove unused defines in pci.hAdam Belay
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_pool, part 2Deepak Saxena
2004-01-30[PATCH] PCI: Remove uneeded resource structures from pci_devAdam Belay
2004-01-29[PATCH] PCI: name length changeKieran Morrissey
2004-01-29[PATCH] PCI: Allow pci hotplug drivers to initialize individual devices.John Rose
2004-01-28[PATCH] PCI: add pci_get_slot() functionMatthew Wilcox
2004-01-28[PATCH] PCI: add pci_bus sysfs classMatthew Dobson
2004-01-28[PATCH] Prevent PCI driver registration failure oopsingRussell King
2003-12-29[PATCH] ia32 Message Signalled Interrupt supportAndrew Morton
2003-09-25[pci] Remove ->save_state() from struct pci_driver.Patrick Mochel
2003-08-20PCI: added the pci_pretty_name() macro to pci.h as 2 arches already had it.Greg Kroah-Hartman
2003-08-20[PATCH] PCI: add PCI_NAME_SIZE instead of using DEVICE_NAME_SIZEGreg Kroah-Hartman