summaryrefslogtreecommitdiff
path: root/include/pci.h
Commit message (Expand)AuthorAgeFilesLines
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-031-1/+2
* pci: Update dm_pci_bus_to_virt() parametersAndrew Scull2022-05-031-5/+11
* pci: Match region flags using a maskAndrew Scull2022-05-031-8/+10
* pci: Map bars with offset and lengthAndrew Scull2022-05-031-1/+4
* pci: Range check address conversionsAndrew Scull2022-05-031-9/+11
* pci: Fix use of flags in dm_pci_map_bar()Andrew Scull2022-05-031-1/+1
* pci: Remove duplicate PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* macrosPali Rohár2022-03-251-123/+0
* arm: a37xx: pci: Use standard register macros from pci.hPali Rohár2022-02-171-0/+24
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-29/+29
* pci: Work around PCIe link training failuresMaciej W. Rozycki2022-01-141-2/+19
* pci: Add standard PCI Config Address macrosPali Rohár2022-01-121-0/+45
* pci: Add standard PCIe ECAM macrosPali Rohár2021-11-171-0/+26
* arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár2021-10-081-0/+4
* pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_...Vladimir Oltean2021-10-031-1/+1
* pci: Drop PCI_INDIRECT_BRIDGESimon Glass2021-09-131-4/+0
* pci: Drop old code from header fileSimon Glass2021-09-131-57/+3
* pci: imx: Drop DM_PCI check from cpu driverSimon Glass2021-08-051-4/+0
* pci: Remove guard around compatibility functionsSimon Glass2021-08-051-2/+6
* x86: pci: Allow binding of some devices before relocationSimon Glass2021-07-151-1/+0
* pci: Use const for pci_find_device_id() etc.Simon Glass2021-07-151-2/+2
* pci: Remove non-DM board_pci_fixup_dev() declarationTom Rini2021-07-071-6/+0
* pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey2021-05-021-0/+8
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* pci: add a few ARI related definesLaurentiu Tudor2020-10-231-0/+6
* pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati2020-08-251-0/+3
* pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2020-08-251-0/+38
* pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese2020-08-251-3/+1
* drivers: pci: add api to get dma regionsRayagonda Kokatanur2020-08-141-1/+2
* pci: Add some PCI Express capability register offset definitionsSylwester Nawrocki2020-07-101-0/+9
* pci: Move some PCIe register offset definitions to a common headerSylwester Nawrocki2020-07-091-2/+11
* pci: Fix typo in definition for PCI_DEVSimon Glass2020-05-151-1/+1
* pci: Add a macro to convert BDF from linux to U-BootSimon Glass2020-04-241-0/+3
* 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
|/