summaryrefslogtreecommitdiff
path: root/include/pci.h
AgeCommit message (Expand)Author
2022-10-29dm: pci: Fix doc typo first -> nextMichal Suchanek
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull
2022-05-03pci: Match region flags using a maskAndrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03pci: Range check address conversionsAndrew Scull
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull
2022-03-25pci: Remove duplicate PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* macrosPali Rohár
2022-02-17arm: a37xx: pci: Use standard register macros from pci.hPali Rohár
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-14pci: Work around PCIe link training failuresMaciej W. Rozycki
2022-01-12pci: Add standard PCI Config Address macrosPali Rohár
2021-11-17pci: Add standard PCIe ECAM macrosPali Rohár
2021-10-08arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár
2021-10-03pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_...Vladimir Oltean
2021-09-13pci: Drop PCI_INDIRECT_BRIDGESimon Glass
2021-09-13pci: Drop old code from header fileSimon Glass
2021-08-05pci: imx: Drop DM_PCI check from cpu driverSimon Glass
2021-08-05pci: Remove guard around compatibility functionsSimon Glass
2021-07-15x86: pci: Allow binding of some devices before relocationSimon Glass
2021-07-15pci: Use const for pci_find_device_id() etc.Simon Glass
2021-07-07pci: Remove non-DM board_pci_fixup_dev() declarationTom Rini
2021-05-02pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-10-23pci: add a few ARI related definesLaurentiu Tudor
2020-08-25pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati
2020-08-25pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati
2020-08-25pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese
2020-08-14drivers: pci: add api to get dma regionsRayagonda Kokatanur
2020-07-10pci: Add some PCI Express capability register offset definitionsSylwester Nawrocki
2020-07-09pci: Move some PCIe register offset definitions to a common headerSylwester Nawrocki
2020-05-15pci: Fix typo in definition for PCI_DEVSimon Glass
2020-04-24pci: Add a macro to convert BDF from linux to U-BootSimon Glass
2020-02-13pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt
2020-02-05dm: pci: Update a few more interfaces for const udevice *Simon Glass
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass
2019-12-15dm: pci: Allow delaying auto-config until after relocationSimon Glass
2019-10-11sandbox: pci: Remember the device being emulatedSimon Glass
2019-10-08pci: Correct 'specifified' and 'Plese' typosSimon Glass
2019-10-08sandbox: pci: Move pci_offset_to_barnum() to pci.hSimon Glass
2019-10-08sandbox: pci: Drop the get_devfn() methodSimon Glass
2019-07-10drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean
2019-07-10drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean
2019-07-10pci: fixed dm_pci_map_bar commentAlex Marginean
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