summaryrefslogtreecommitdiffstats
path: root/include/pci.h
Commit message (Expand)AuthorAgeFilesLines
* pci: make pci_get_hose_head() available to external usersStuart Yoder2016-03-211-0/+1
* pci: Correct a few comments and nitsSimon Glass2016-03-171-2/+4
* pci: Add functions to update PCI configuration registersSimon Glass2016-03-171-0/+23
* dm: pci: Add missing forward declarationsBin Meng2016-02-051-11/+5
* dm: pci: Add a function to write a BARSimon Glass2016-01-241-2/+15
* dm: pci: Switch to DM API for PCI address mappingSimon Glass2016-01-121-1/+1
* dm: pci: Add driver model API functions for address mappingSimon Glass2016-01-121-0/+59
* dm: pci: Add a function to read a PCI BARSimon Glass2016-01-121-0/+9
* dm: pci: Add a driver-model version of pci_find_class()Simon Glass2016-01-121-0/+10
* dm: pci: Add a driver-model version of pci_find_device()Simon Glass2016-01-121-0/+12
* dm: pci: Use driver model PCI API in auto-configSimon Glass2016-01-121-1/+1
* dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass2016-01-121-2/+2
* dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-121-2/+2
* dm: pci: Disable PCI compatibility functions by defaultSimon Glass2015-12-011-4/+26
* dm: pci: Add a comment about how to find struct pci_controllerSimon Glass2015-12-011-0/+2
* dm: pci: Add a function to find the regions for a PCI busSimon Glass2015-12-011-0/+12
* dm: pci: Add a function to get the controller for a busSimon Glass2015-12-011-0/+8
* dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass2015-12-011-0/+31
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-1/+1
* dm: pci: Add a comment to help find pci_hose_read_config_byte, etc.Simon Glass2015-08-261-0/+1
* dm: pci: Add a way to iterate through all PCI devicesSimon Glass2015-08-141-0/+25
* dm: pci: Provide friendly config access functionsSimon Glass2015-08-141-0/+18
* pci: Add a constant for an invalid interruptSimon Glass2015-08-051-0/+2
* drivers/pci: Add function to find an extended capabilityMinghuan Lian2015-08-031-0/+41
* dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-211-0/+8
* dm: pci: Add support for PCI driver matchingSimon Glass2015-07-211-2/+77
* pci: Configure expansion ROM during auto config processBin Meng2015-07-141-9/+0
* dm: pci: Use the correct hose when configuring devicesSimon Glass2015-07-141-0/+10
* dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2015-04-161-0/+108
* dm: pci: Add a uclass for PCISimon Glass2015-04-161-7/+282
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-161-0/+14
* pci: Add a function to find a device by classSimon Glass2015-02-051-2/+1
* x86: Access the VGA ROM when neededSimon Glass2015-01-231-0/+9
* powerpc: mpc824x: remove MPC824X cpu supportMasahiro Yamada2015-01-051-4/+0
* pci: Add functions to read and write a BAR addressSimon Glass2014-11-251-0/+23
* pci: Honour pci_skip_dev()Thierry Reding2014-11-231-0/+1
* pci: add support for board_pci_fixup_dev functionTim Harvey2014-09-091-0/+7
* pci.h: allow inclusion in assembly sourcePaul Burton2013-11-091-1/+5
* PCIe:change the method to get the address of a requested capability in config...Zhao Qiang2013-10-161-0/+10
* powerpc/pcie: add PCIe version 3.x supportZang Roy-R619112013-08-091-7/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* pci: Convert extern inline functions to static inlineSimon Glass2013-06-261-2/+2
* pci: introduce CONFIG_PCI_INDIRECT_BRIDGE optionGabor Juhos2013-06-071-0/+2
* x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2012-12-061-0/+123
* pci: declare pciauto functions in headerLinus Walleij2012-03-301-1/+5
* pci: move pciauto_config_init() to pci.hLinus Walleij2012-03-041-0/+1
* powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCsPrabhakar Kushwaha2011-03-291-0/+1
* mpc83xx: fix pcie configuration space read/writeLeo Liu2011-02-051-0/+2
* powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixupKumar Gala2011-01-141-0/+1
* pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser2010-11-141-0/+1
OpenPOWER on IntegriCloud