summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey2021-05-021-0/+6
* pci: Update the highest subordinate bus number for bridge setupMasami Hiramatsu2021-05-021-0/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-151-1/+3
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-3/+3
* dm: core: Rename sqq to seq_Simon Glass2021-01-051-1/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-4/+4
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-181-1/+1
* pci: Update to use new sequence numbersSimon Glass2020-12-181-18/+27
* dm: Avoid accessing seq directlySimon Glass2020-12-181-18/+18
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-13/+13
* dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-12/+12
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-1/+2
* pci: pci-uclass: Check validity of ofnodeSuneel Garapati2020-08-251-3/+7
* pci: pci-uclass: Add support for Alternate-RoutingID capabilitySuneel Garapati2020-08-251-0/+26
* pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati2020-08-251-5/+62
* pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2020-08-251-0/+114
* pci: pci-uclass: Add support for Enhanced Allocation in BridgesSuneel Garapati2020-08-251-6/+18
* pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati2020-08-251-3/+6
* pci: pci-uclass: Make DT subnode parse optionalSuneel Garapati2020-08-251-1/+2
* pci: pci-uclass: Fix incorrect argument in map_physmemSuneel Garapati2020-08-251-2/+2
* pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese2020-08-251-6/+8
* pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always setStefan Roese2020-08-251-16/+1
* drivers: pci: add api to get dma regionsRayagonda Kokatanur2020-08-141-0/+42
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* pci: Avoid auto-config when chain loadingSimon Glass2020-04-301-2/+2
* pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass2020-04-161-1/+8
* dm: pci: Allow disabling auto-config for a deviceSimon Glass2020-04-161-0/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-051-9/+9
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-6/+8
* pci: Print a warning if the bus is accessed before probingSimon Glass2020-01-071-0/+13
* dm: pci: Move pci_get_devfn() into a common fileSimon Glass2019-12-151-16/+0
* dm: pci: Allow delaying auto-config until after relocationSimon Glass2019-12-151-5/+10
* drivers: pci: ignore disabled devicesMichael Walle2019-12-051-0/+5
* pci: Disable autoconfig in SPLSimon Glass2019-10-081-1/+1
* pci: Show the result of binding a deviceSimon Glass2019-10-081-1/+2
* x86: fsp: Create a common fsp_support.h headerSimon Glass2019-10-081-1/+1
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-081-1/+1
* pci: ensure enumeration of all devices in pci_initMarek BehĂșn2019-07-121-2/+2
* drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean2019-07-101-0/+24
* drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean2019-07-101-0/+46
* pci: Add boundary check for hose->regionsThierry Reding2019-04-231-0/+5