summaryrefslogtreecommitdiff
path: root/include/pci.h
Commit message (Expand)AuthorAgeFilesLines
* pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt2020-02-131-2/+2
* dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-051-8/+8
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-10/+12
* dm: pci: Move pci_get_devfn() into a common fileSimon Glass2019-12-151-10/+2
* dm: pci: Allow delaying auto-config until after relocationSimon Glass2019-12-151-1/+8
* sandbox: pci: Remember the device being emulatedSimon Glass2019-10-111-0/+20
* pci: Correct 'specifified' and 'Plese' typosSimon Glass2019-10-081-1/+1
* sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass2019-10-081-0/+4
* sandbox: pci: Drop the get_devfn() methodSimon Glass2019-10-081-7/+0
* drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean2019-07-101-0/+14
* drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean2019-07-101-0/+13
* pci: fixed dm_pci_map_bar commentAlex Marginean2019-07-101-3/+5
* Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"Simon Glass2019-05-081-5/+1
* Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-241-0/+1
|\
| * pci: pci.h: add missing maskbitRamon Fried2019-04-231-0/+1
* | pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKSThierry Reding2019-04-231-1/+5
|/
* pci: Add comment to mention difference in DEVFN usage in U-Boot vs LinuxStefan Roese2019-03-221-0/+11
* pci: Fix comment in struct pci_child_platdataSimon Glass2019-02-201-1/+1
* pci: Don't export pci_hose_config_device()Simon Glass2019-02-201-6/+0
* pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese2019-02-051-0/+10
* dm: pci: Add APIs to find next capability and extended capabilityBin Meng2018-11-141-0/+48
* dm: pci: Add APIs to find capability and extended capabilityBin Meng2018-08-081-0/+46
* pci: Add all known capability and extended capability idsBin Meng2018-08-081-1/+19
* pci: sandbox: Support dynamically binding device driverBin Meng2018-08-081-1/+2
* pci: Remove 440ep-specific macrosBin Meng2018-08-081-15/+0
* PCI: Document pciauto_region_allocate()Tuomas Tynkkynen2018-05-261-0/+13
* PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen2018-05-261-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* pci: Remove unused ppc4xx variable from struct pci_controllerStefan Roese2018-03-191-2/+0
* pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen2017-10-061-0/+51
* drivers: pci: imx: add imx_pcie_remove functionTim Harvey2017-05-311-0/+4
* 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