aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-3/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-18PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in commentsRoman Fietze1-1/+1
2010-05-11PCI: clearing wakeup flags not neededAlan Stern1-2/+0
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-24/+21
2010-04-22PCI: Ensure we re-enable devices on resumeMatthew Garrett1-5/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19PCI: cleanup error return for pcix get and set mmrbc functionsDean Nelson1-20/+16
2010-03-19PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functionsDean Nelson1-5/+6
2010-03-19PCI: kill off pci_register_set_vga_state() symbol export.Paul Mundt1-1/+0
2010-03-19PCI: fix return value from pcix_get_max_mmrbc()Dean Nelson1-1/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
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-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-Hartman1-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-05PCI/PM Runtime: Make runtime PM of PCI devices inactive by defaultRafael J. Wysocki1-0/+2
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-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-3/+2
2010-02-22PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki1-6/+37
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki1-0/+67
2010-02-22PCI PM: Add function for checking PME status of devicesRafael J. Wysocki1-0/+35
2010-02-22PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki1-1/+6
2010-02-19PCI: Add pci_bus_find_ext_capabilityJesse Barnes1-0/+43
2010-02-05pci: Update pci_set_vga_state() to call arch functionsMike Travis1-1/+24
2010-01-04PCI/PM: Use per-device D3 delaysRafael J. Wysocki1-4/+15
2009-12-31PCI: Fix build if quirks are not enabledRafael J. Wysocki1-15/+0
2009-12-16PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt1-0/+5
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-3/+3
2009-12-16PCI: support device-specific reset methodsDexuan Cui1-0/+19
2009-12-04PCI: fix coding style issue in pci_save_state()Kleber Sacilotto de Souza1-1/+1
2009-12-04PCI: add pci_request_acsChris Wright1-0/+13
2009-12-04PCI: read-modify-write the pcie device control register when initiating pcie flrShmulik Ravid1-3/+5
2009-12-04PCI: add debug output for DMA mask infoYinghai Lu1-0/+2
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige1-3/+3
2009-11-24PCI: use pci_pcie_cap() in pci coreKenji Kaneshige1-6/+6
2009-11-11PCI: allow matching of prefetchable resources to non-prefetchable windowsLinus Torvalds1-2/+6
2009-11-06PCI: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-1/+1
2009-11-04PCI: make PME# messages KERN_DEBUGBjorn Helgaas1-2/+3
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-1/+1
2009-11-04PCI: acs p2p upsteram forwarding enablingAllen Kay1-0/+35
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas1-3/+1
2009-11-04PCI: pci_dfl_cache_line_size is __devinitdataTejun Heo1-1/+1
2009-11-04pccard: configure CLS on attachTejun Heo1-20/+20
2009-11-04sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo1-5/+1
2009-11-04PCI: determine CLS more intelligentlyJesse Barnes1-8/+13