summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeLines
* pci: Add a constant for an invalid interruptSimon Glass2015-08-05-1/+2
* drivers/pci: Add function to find an extended capabilityMinghuan Lian2015-08-03-0/+53
* pci: Move pci_hose_phys_to_bus() to pci_common.cBin Meng2015-06-04-66/+0
* pci: display header for bus scanTim Harvey2015-05-27-0/+4
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-16-275/+6
* pci: Add a function to find a device by classSimon Glass2015-02-05-0/+43
* powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada2015-01-16-5/+0
* pci: Make pci apis usable before relocationBin Meng2015-01-12-8/+17
* pci: Add functions to read and write a BAR addressSimon Glass2014-11-25-3/+21
* pci: Honour pci_skip_dev()Thierry Reding2014-11-23-0/+3
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-2/+4
* pci: use __weakJeroen Hofstee2014-10-25-6/+2
* pci: add support for board_pci_fixup_dev functionTim Harvey2014-09-09-0/+4
* pci: fix overflow in __pci_hose_bus_to_phys w/ large RAMStephen Warren2014-08-14-1/+1
* PCIe:change the method to get the address of a requested capability in config...Zhao Qiang2013-10-16-0/+65
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* pci: fix some warnings related to assumptions aboutKumar Gala2012-09-22-3/+3
* pci: minor cleanup of CONFIG_PCI_PNP usageAndrew Sharp2012-09-02-6/+6
* pci: clean up some whitespace and formattingAndrew Sharp2012-09-02-50/+57
* pci: fix errant data types and corresponding access functionsAndrew Sharp2012-09-02-3/+4
* pci: move pciauto_config_init() to pci.hLinus Walleij2012-03-04-1/+0
* pci: move pcidelay code to new location just before PCI bus scanAnatolij Gustschin2011-10-15-13/+17
* IXP42x PCI rewriteMichael Schwingen2011-06-23-4/+0
* powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixupKumar Gala2011-01-14-0/+12
* pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOWPeter Tyser2010-11-14-2/+14
* pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOWPeter Tyser2010-11-14-8/+9
* pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser2010-11-14-28/+89
* pci: Add ability to re-enumerate PCI busesJohn Schmoller2010-10-22-1/+3
* Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device()Wolfgang Denk2010-03-21-1/+1
* PCI: Add pci_last_busno() helperAnton Vorontsov2009-02-23-0/+13
* drivers/pci: Create pci_map_bar functionBecky Bruce2009-02-10-0/+19
* pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matchingKumar Gala2009-02-07-24/+78
* pci: Allow for PCI addresses to be 64-bitKumar Gala2008-10-24-11/+26
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-1/+1
* drivers/pci: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-4/+0
* pci: Move PCI device configuration check into a separate weak functionStefan Roese2008-07-10-24/+46
* Big white-space cleanup.Wolfgang Denk2008-05-21-4/+4
* Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"Wolfgang Denk2008-05-12-10/+3
* Update pci code to use phys_addr_tBecky Bruce2008-05-10-4/+4
* pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config optionNobuhiro Iwamatsu2008-03-23-3/+10
* drivers/pci : move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2007-11-24-0/+526