summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-13/+13
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-12/+12
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-1/+2
2020-08-25pci: pci-uclass: Check validity of ofnodeSuneel Garapati1-3/+7
2020-08-25pci: pci-uclass: Add support for Alternate-RoutingID capabilitySuneel Garapati1-0/+26
2020-08-25pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati1-5/+62
2020-08-25pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati1-0/+114
2020-08-25pci: pci-uclass: Add support for Enhanced Allocation in BridgesSuneel Garapati1-6/+18
2020-08-25pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati1-3/+6
2020-08-25pci: pci-uclass: Make DT subnode parse optionalSuneel Garapati1-1/+2
2020-08-25pci: pci-uclass: Fix incorrect argument in map_physmemSuneel Garapati1-2/+2
2020-08-25pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese1-6/+8
2020-08-25pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always setStefan Roese1-16/+1
2020-08-14drivers: pci: add api to get dma regionsRayagonda Kokatanur1-0/+42
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-04-30pci: Avoid auto-config when chain loadingSimon Glass1-2/+2
2020-04-16pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass1-1/+8
2020-04-16dm: pci: Allow disabling auto-config for a deviceSimon Glass1-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: pci: Update a few more interfaces for const udevice *Simon Glass1-9/+9
2020-02-06dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-6/+8
2020-01-08pci: Print a warning if the bus is accessed before probingSimon Glass1-0/+13
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass1-16/+0
2019-12-15dm: pci: Allow delaying auto-config until after relocationSimon Glass1-5/+10
2019-12-05drivers: pci: ignore disabled devicesMichael Walle1-0/+5
2019-10-08pci: Disable autoconfig in SPLSimon Glass1-1/+1
2019-10-08pci: Show the result of binding a deviceSimon Glass1-1/+2
2019-10-08x86: fsp: Create a common fsp_support.h headerSimon Glass1-1/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2019-07-13pci: ensure enumeration of all devices in pci_initMarek BehĂșn1-2/+2
2019-07-11drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean1-0/+24
2019-07-11drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean1-0/+46
2019-04-24pci: Add boundary check for hose->regionsThierry Reding1-0/+5
2019-02-05Merge git://git.denx.de/u-boot-marvellTom Rini1-10/+17
2019-02-05pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese1-9/+19
2018-11-21dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang1-4/+7
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng1-15/+36
2018-10-20pci: Support parsing PCI controller DT subnodesMarek Vasut1-3/+29
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-4/+2
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng1-0/+68
2018-08-08dm: pci: Assign correct driver data when binding a driverBin Meng1-1/+1
2018-08-08dm: pci: Fix scanning multi-function deviceBin Meng1-0/+2
2018-08-08dm: pci: Extract vendor/device id in child_post_bind()Bin Meng1-6/+5