aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-18pci: Require DM_PCITom Rini1-588/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait1-2/+4
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-02-20pci: Don't export pci_hose_config_device()Simon Glass1-5/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
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-16dm: pci: Move common PCI functions into their own fileSimon Glass1-275/+6
2015-02-05pci: 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-12pci: 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-16PCIe: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-04pci: move pciauto_config_init() to pci.hLinus Walleij1-1/+0
2011-10-15pci: 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-14pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOWPeter Tyser1-2/+14
2010-11-14pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOWPeter Tyser1-8/+9
2010-11-14pci: 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-23PCI: Add pci_last_busno() helperAnton Vorontsov1-0/+13
2009-02-10drivers/pci: Create pci_map_bar functionBecky Bruce1-0/+19
2009-02-07pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matchingKumar Gala1-24/+78
2008-10-24pci: 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