summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
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
2003-08-18[PATCH] PCI: add PCI_DEVICE_CLASS() macro to match PCI_DEVICE() macro.Greg Kroah-Hartman
2003-08-12[PATCH] PCI: add PCI_DEVICE() macro to make pci_device_id tables easier to read.Greg Kroah-Hartman
2003-08-06[PATCH] PCI: remove all struct device.name usage from the PCI core code.Greg Kroah-Hartman
2003-07-16Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds
2003-07-16Revert PCI bus number size increase - it isn't even neededLinus Torvalds
2003-07-14Merge kroah.com:/home/greg/linux/BK/bleed-2.5Greg Kroah-Hartman
2003-07-13[PATCH] Large PCI bus numbersJeff Garzik
2003-07-13PCI: fix up error for when CONFIG_PCI=n and scsi.h is included.Greg Kroah-Hartman
2003-07-03[PATCH] PCI: Remove pci_bus_existsMatthew Wilcox
2003-07-03[PATCH] PCI: pci_find_bus needs a domainMatthew Wilcox
2003-06-26[PATCH] PCI: create pci_name()Matthew Wilcox
2003-06-23[PATCH] PCI: pci_raw_ops devfnMatthew Wilcox
2003-06-19[PATCH] reimplement pci proc nameMatthew Wilcox
2003-06-19[PATCH] PCI: rename pci_get_dev() and pci_put_dev() to pci_dev_get() and pci_...Greg Kroah-Hartman
2003-06-19[PATCH] PCI: pci_raw_ops patch to fix acpi on ia64Matthew Wilcox
2003-06-19PCI: add locking to the pci device lists.Greg Kroah-Hartman
2003-06-18[PATCH] PCI: move pci_domain_nr() inside "#ifdef CONFIG_PCI" bracketDavid Mosberger
2003-06-10Avoid warning by using an inline function rather than a macroLinus Torvalds
2003-06-10[PATCH] PCI: pci_present() can finally be removed, as there are no more users...Greg Kroah-Hartman
2003-06-09[PATCH] PCI: remove pci_for_each_bus() macro as there are now no more users o...Greg Kroah-Hartman
2003-06-09[PATCH] PCI: add pci_find_next_bus() function to prevent people from walking ...Greg Kroah-Hartman
2003-06-09[PATCH] PCI: domain support for sysfsMatthew Wilcox
2003-06-04[PATCH] PCI: remove EXPORT_SYMBOL(pci_devices)Greg Kroah-Hartman
2003-06-04[PATCH] PCI: move pci_present() into drivers/pci/search.cGreg Kroah-Hartman
2003-06-04[PATCH] PCI: remove pci_for_each_dev_reverse() now that all users of it are g...Greg Kroah-Hartman
2003-06-04[PATCH] PCI: add pci_find_device_reverse() for users of pci_find_each_dev_rev...Greg Kroah-Hartman
2003-06-04[PCI]: Move pci_remove_bus_device back to include/linux/pci.h, discussed with...David S. Miller
2003-06-04[PATCH] PCI: finally remove pci_for_each_dev() now that all users of it are g...Greg Kroah-Hartman
2003-06-04Merge gregkh@kernel.bkbits.net:/home/gregkh/linux/pci-good-2.5Greg Kroah-Hartman
2003-06-03[PATCH] PCI: Move more functions out of include/linux/pci.h that don't need t...Greg Kroah-Hartman
2003-06-03[PATCH] PCI: Remove a lot of PCI core only functions from include/linux/pci.hGreg Kroah-Hartman
2003-06-03[PATCH] PCI: make pools_lock and pci_lock static.Greg Kroah-Hartman
2003-06-03[PATCH] PCI: make pci_setup_device(), pci_alloc_primary_bus() and pci_alloc_p...Greg Kroah-Hartman
2003-05-29[PATCH] support 64 bit pci_alloc_consistentAndrew Morton
2003-05-22[PATCH] PCI: remove pci_insert_device() as no one uses it anymore.Greg Kroah-Hartman
2003-05-21Merge http://mdomsch.bkbits.net/linux-2.5-dynidsGreg Kroah-Hartman
2003-05-21PCI: add pci_get_dev() and pci_put_dev()Greg Kroah-Hartman
2003-05-05pci.h whitespace cleanupsMatt Domsch
2003-05-05PCI dynids - documentation fixes, id_table NULL checkMatt Domsch
2003-05-05Shrink dynids feature setMatt Domsch
2003-04-16Device Driver Dynamic PCI Device IDsMatt Domsch
2003-03-16[PCI] pci-9: Kill per-architecture pcibios_update_resource()Russell King
2003-03-16[PCI] pci-8: pci_resource_to_bus()Russell King
2003-03-16[PCI] pci-7: Remove second argument to pcibios_update_resource()Russell King
2003-03-06[PATCH] Only add devices to bus->devices while scanning...Russell King
2003-03-06[PATCH] Eliminate stack allocation of struct pci_dev...Russell King
2003-03-06[PATCH] Separate out pci bus resource allocatorRussell King
2003-03-06[PATCH] add a new PCI quirk type for the ALi Magik seriesAlan Cox