summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2016-07-28pci: allow disabling of pci init/enum via envTim Harvey1-0/+4
2016-05-17pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass1-4/+0
2016-01-12dm: pci: Mark legacy files as suchSimon Glass1-1/+4
2015-08-05pci: Add a constant for an invalid interruptSimon Glass1-1/+2
2015-08-03drivers/pci: Add function to find an extended capabilityMinghuan Lian1-0/+53
2015-06-04pci: Move pci_hose_phys_to_bus() to pci_common.cBin Meng1-66/+0
2015-05-27pci: display header for bus scanTim Harvey1-0/+4
2015-04-17dm: pci: Move common PCI functions into their own fileSimon Glass1-275/+6
2015-02-06pci: Add a function to find a device by classSimon Glass1-0/+43
2015-01-16powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada1-5/+0
2015-01-13pci: Make pci apis usable before relocationBin Meng1-8/+17
2014-11-25pci: Add functions to read and write a BAR addressSimon Glass1-3/+21
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+3
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-2/+4
2014-10-25pci: use __weakJeroen Hofstee1-6/+2
2014-09-09pci: add support for board_pci_fixup_dev functionTim Harvey1-0/+4
2014-08-14pci: fix overflow in __pci_hose_bus_to_phys w/ large RAMStephen Warren1-1/+1
2013-10-17PCIe:change the method to get the address of a requested capability in config...Zhao Qiang1-0/+65
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-09-22pci: fix some warnings related to assumptions aboutKumar Gala1-3/+3
2012-09-02pci: minor cleanup of CONFIG_PCI_PNP usageAndrew Sharp1-6/+6
2012-09-02pci: clean up some whitespace and formattingAndrew Sharp1-50/+57
2012-09-02pci: fix errant data types and corresponding access functionsAndrew Sharp1-3/+4
2012-03-05pci: move pciauto_config_init() to pci.hLinus Walleij1-1/+0
2011-10-16pci: move pcidelay code to new location just before PCI bus scanAnatolij Gustschin1-13/+17
2011-06-23IXP42x PCI rewriteMichael Schwingen1-4/+0
2011-01-14powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixupKumar Gala1-0/+12
2010-11-15pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOWPeter Tyser1-2/+14
2010-11-15pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOWPeter Tyser1-8/+9
2010-11-15pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser1-28/+89
2010-10-22pci: Add ability to re-enumerate PCI busesJohn Schmoller1-1/+3
2010-03-21Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device()Wolfgang Denk1-1/+1
2009-02-24PCI: Add pci_last_busno() helperAnton Vorontsov1-0/+13
2009-02-10drivers/pci: Create pci_map_bar functionBecky Bruce1-0/+19
2009-02-08pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matchingKumar Gala1-24/+78
2008-10-25pci: Allow for PCI addresses to be 64-bitKumar Gala1-11/+26
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-13drivers/pci: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-07-10pci: Move PCI device configuration check into a separate weak functionStefan Roese1-24/+46
2008-05-21Big white-space cleanup.Wolfgang Denk1-4/+4
2008-05-12Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"Wolfgang Denk1-10/+3
2008-05-10Update pci code to use phys_addr_tBecky Bruce1-4/+4
2008-03-23pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config optionNobuhiro Iwamatsu1-3/+10
2007-11-24drivers/pci : move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD1-0/+526