aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2010-03-19sysfs: Initialised pci bus legacy_mem field before useMel Gorman1-1/+1
2010-03-18Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown47-744/+2492
2010-03-14acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li1-0/+19
2010-03-12dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.hFUJITA Tomonori1-28/+0
2010-03-12dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori1-4/+3
2010-03-12dma-mapping: pci: convert pci_set_dma_mask to call dma_set_maskFUJITA Tomonori1-6/+4
2010-03-11microblaze: Enable PCI, missing filesMichal Simek1-0/+1
2010-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2-4/+4
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell1-2/+2
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+5
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+43
2010-03-06ricoh_mmc: port from driver to pci quirkMaxim Levitsky1-0/+85
2010-03-05PCI/PM Runtime: Make runtime PM of PCI devices inactive by defaultRafael J. Wysocki1-0/+2
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+7
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-1/+78
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2010-03-01pci: don't reassign to ROM res if it is not going to be enabledYinghai Lu1-2/+10
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller41-690/+2213
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+24
2010-02-28pci: Add helper to search for VPD keywordsMatt Carlson1-0/+18
2010-02-28pci: Add helper to find a VPD resource data typeMatt Carlson2-1/+44
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki3-0/+3
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas2-4/+59
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas4-17/+11
2010-02-23PCI: read bridge windows before filling in subtractive decode resourcesBjorn Helgaas1-5/+10
2010-02-23PCI: split up pci_read_bridge_bases()Bjorn Helgaas1-15/+39
2010-02-22PCIe PME: use pci_pcie_cap()Kenji Kaneshige1-4/+4
2010-02-22PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki3-33/+171
2010-02-22PCIe PME: use pci_is_pcie()Kenji Kaneshige1-3/+3
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki3-0/+285
2010-02-22PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki4-3/+67
2010-02-22PCI PM: PCIe PME root port service driverRafael J. Wysocki6-0/+589
2010-02-22PCI PM: Add function for checking PME status of devicesRafael J. Wysocki2-0/+36
2010-02-22PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu1-1/+4
2010-02-22PCI: pciehp: second try to get big range for pcie devicesYinghai Lu1-1/+50
2010-02-22PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu1-6/+17
2010-02-22PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu1-27/+89
2010-02-22PCI: update bridge resources to get more big ranges in PCI assign unssignedYinghai Lu1-2/+112
2010-02-22PCI: don't shrink bridge resourcesYinghai Lu1-2/+12
2010-02-22PCI: reject mmio ranges starting at 0 on pci_bridge readYinghai Lu1-3/+15
2010-02-22PCI: add failed_list to pci_bus_assign_resourcesYinghai Lu1-4/+57
2010-02-22PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resourcesYinghai Lu1-0/+82
2010-02-22PCI hotplug: check ioremap() return value in ibmphp_ebda.cAndrew Morton1-0/+2
2010-02-22PCI hotplug: fix ibmphp build errorRandy Dunlap1-0/+1
2010-02-22PCI: Make pci_scan_slot more robustMatthew Wilcox1-4/+14
2010-02-22PCI: hotplug/cpcihp, fix pci device refcountingJiri Slaby1-0/+1