summaryrefslogtreecommitdiff
path: root/include/pci.h
AgeCommit message (Expand)Author
2019-05-08Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"Simon Glass
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini
2019-04-23pci: pci.h: add missing maskbitRamon Fried
2019-04-23pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKSThierry Reding
2019-03-22pci: Add comment to mention difference in DEVFN usage in U-Boot vs LinuxStefan Roese
2019-02-20pci: Fix comment in struct pci_child_platdataSimon Glass
2019-02-20pci: Don't export pci_hose_config_device()Simon Glass
2019-02-05pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng
2018-08-08pci: Add all known capability and extended capability idsBin Meng
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng
2018-08-08pci: Remove 440ep-specific macrosBin Meng
2018-05-26PCI: Document pciauto_region_allocate()Tuomas Tynkkynen
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-19pci: Remove unused ppc4xx variable from struct pci_controllerStefan Roese
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen
2017-05-31drivers: pci: imx: add imx_pcie_remove functionTim Harvey
2016-03-21pci: make pci_get_hose_head() available to external usersStuart Yoder
2016-03-17pci: Correct a few comments and nitsSimon Glass
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass
2016-02-05dm: pci: Add missing forward declarationsBin Meng
2016-01-24dm: pci: Add a function to write a BARSimon Glass
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass
2015-12-01dm: pci: Add a comment about how to find struct pci_controllerSimon Glass
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-08-26dm: pci: Add a comment to help find pci_hose_read_config_byte, etc.Simon Glass
2015-08-14dm: pci: Add a way to iterate through all PCI devicesSimon Glass
2015-08-14dm: pci: Provide friendly config access functionsSimon Glass
2015-08-05pci: Add a constant for an invalid interruptSimon Glass
2015-08-03drivers/pci: Add function to find an extended capabilityMinghuan Lian
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-14pci: Configure expansion ROM during auto config processBin Meng
2015-07-14dm: pci: Use the correct hose when configuring devicesSimon Glass
2015-04-16dm: sandbox: pci: Add a PCI emulation uclassSimon Glass
2015-04-16dm: pci: Add a uclass for PCISimon Glass
2015-04-16dm: pci: Move common PCI functions into their own fileSimon Glass