summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2005-05-03[PATCH] PCI: drivers/pci/pci.c: remove pci_dac_set_dma_maskAdrian Bunk
2005-05-03[PATCH] PCI: Add pci shutdown abilityGreg KH
2005-04-16[PATCH] pm_message_t: more fixes in common and i386Pavel Machek
2005-03-16PCI: increase the size of the pci.ids stringsGreg Kroah-Hartman
2005-02-07[PATCH] PCI: pci_raw_ops should use unsigned argsBjorn Helgaas
2005-02-06[PATCH] PCI: pci_proc_domainMatthew Wilcox
2005-02-06[PATCH] Remove pci_dev->slot_nameDave Jones
2005-01-20[PATCH] driver model: pass pm_message_t down to pci driversPavel Machek
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman
2004-12-21[PATCH] PCI: add legacy resources to sysfs for pci bussesJesse Barnes
2004-12-21[PATCH] PCI: Software visible configuration request retry statusMatthew Wilcox
2004-12-20[PATCH] PCI: export PCI resources in sysfsJesse Barnes
2004-12-20[PATCH] PCI: add prototype for pci_choose_state()Pavel Machek
2004-12-16[PATCH] PCI: fix up function calls for CONFIG_PCI=NGreg Kroah-Hartman
2004-12-16[PATCH] PCI: Cleanup PCI power statesPavel Machek
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