summaryrefslogtreecommitdiff
path: root/include/pci.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-14pci: Drop PCI_INDIRECT_BRIDGESimon Glass1-4/+0
2021-09-14pci: Drop old code from header fileSimon Glass1-57/+3
2021-08-06pci: imx: Drop DM_PCI check from cpu driverSimon Glass1-4/+0
2021-08-05pci: Remove guard around compatibility functionsSimon Glass1-2/+6
2021-07-15x86: pci: Allow binding of some devices before relocationSimon Glass1-1/+0
2021-07-15pci: Use const for pci_find_device_id() etc.Simon Glass1-2/+2
2021-07-08pci: Remove non-DM board_pci_fixup_dev() declarationTom Rini1-6/+0
2021-05-02pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey1-0/+8
2020-12-19dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-10-23pci: add a few ARI related definesLaurentiu Tudor1-0/+6
2020-08-25pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati1-0/+3
2020-08-25pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati1-0/+38
2020-08-25pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese1-3/+1
2020-08-14drivers: pci: add api to get dma regionsRayagonda Kokatanur1-1/+2
2020-07-10pci: Add some PCI Express capability register offset definitionsSylwester Nawrocki1-0/+9
2020-07-09pci: Move some PCIe register offset definitions to a common headerSylwester Nawrocki1-2/+11
2020-05-15pci: Fix typo in definition for PCI_DEVSimon Glass1-1/+1
2020-04-24pci: Add a macro to convert BDF from linux to U-BootSimon Glass1-0/+3
2020-02-13pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt1-2/+2
2020-02-06dm: pci: Update a few more interfaces for const udevice *Simon Glass1-8/+8
2020-02-06dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-10/+12
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass1-10/+2
2019-12-15dm: pci: Allow delaying auto-config until after relocationSimon Glass1-1/+8
2019-10-11sandbox: pci: Remember the device being emulatedSimon Glass1-0/+20
2019-10-08pci: Correct 'specifified' and 'Plese' typosSimon Glass1-1/+1
2019-10-08sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass1-0/+4
2019-10-08sandbox: pci: Drop the get_devfn() methodSimon Glass1-7/+0
2019-07-11drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean1-0/+14
2019-07-11drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean1-0/+13
2019-07-11pci: fixed dm_pci_map_bar commentAlex Marginean1-3/+5
2019-05-08Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"Simon Glass1-5/+1
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini1-0/+1
2019-04-24pci: pci.h: add missing maskbitRamon Fried1-0/+1
2019-04-24pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKSThierry Reding1-1/+5
2019-03-22pci: Add comment to mention difference in DEVFN usage in U-Boot vs LinuxStefan Roese1-0/+11
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