summaryrefslogtreecommitdiff
path: root/include/pci.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-20pci: Fix comment in struct pci_child_platdataSimon Glass1-1/+1
2019-02-20pci: Don't export pci_hose_config_device()Simon Glass1-6/+0
2019-02-05pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese1-0/+10
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng1-0/+48
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng1-0/+46
2018-08-08pci: Add all known capability and extended capability idsBin Meng1-1/+19
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng1-1/+2
2018-08-08pci: Remove 440ep-specific macrosBin Meng1-15/+0
2018-05-26PCI: Document pciauto_region_allocate()Tuomas Tynkkynen1-0/+13
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-19pci: Remove unused ppc4xx variable from struct pci_controllerStefan Roese1-2/+0
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen1-0/+51
2017-05-31drivers: pci: imx: add imx_pcie_remove functionTim Harvey1-0/+4
2016-03-21pci: make pci_get_hose_head() available to external usersStuart Yoder1-0/+1
2016-03-17pci: Correct a few comments and nitsSimon Glass1-2/+4
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass1-0/+23
2016-02-05dm: pci: Add missing forward declarationsBin Meng1-11/+5
2016-01-24dm: pci: Add a function to write a BARSimon Glass1-2/+15
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass1-1/+1
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass1-0/+59
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass1-0/+9
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass1-0/+10
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass1-0/+12
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass1-1/+1
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-2/+2
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass1-2/+2
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass1-4/+26
2015-12-01dm: pci: Add a comment about how to find struct pci_controllerSimon Glass1-0/+2
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass1-0/+12
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass1-0/+8
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass1-0/+31
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-1/+1
2015-08-26dm: pci: Add a comment to help find pci_hose_read_config_byte, etc.Simon Glass1-0/+1
2015-08-14dm: pci: Add a way to iterate through all PCI devicesSimon Glass1-0/+25
2015-08-14dm: pci: Provide friendly config access functionsSimon Glass1-0/+18
2015-08-05pci: Add a constant for an invalid interruptSimon Glass1-0/+2
2015-08-03drivers/pci: Add function to find an extended capabilityMinghuan Lian1-0/+41
2015-07-22dm: pci: Add a function to get the BDF for a deviceSimon Glass1-0/+8
2015-07-22dm: pci: Add support for PCI driver matchingSimon Glass1-2/+77
2015-07-15pci: Configure expansion ROM during auto config processBin Meng1-9/+0
2015-07-15dm: pci: Use the correct hose when configuring devicesSimon Glass1-0/+10
2015-04-17dm: sandbox: pci: Add a PCI emulation uclassSimon Glass1-0/+108
2015-04-17dm: pci: Add a uclass for PCISimon Glass1-7/+282
2015-04-17dm: pci: Move common PCI functions into their own fileSimon Glass1-0/+14
2015-02-06pci: Add a function to find a device by classSimon Glass1-2/+1
2015-01-24x86: Access the VGA ROM when neededSimon Glass1-0/+9
2015-01-05powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada1-4/+0
2014-11-25pci: Add functions to read and write a BAR addressSimon Glass1-0/+23
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+1