aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Skip configuring invalid P2P bridge devicesPali Rohár2021-10-141-0/+9
* pci: _dm_pci_phys_to_bus can be staticVladimir Oltean2021-10-031-3/+3
* pci: pci_read_config can be staticVladimir Oltean2021-10-031-2/+2
* pci: pci_write_config can be staticVladimir Oltean2021-10-031-2/+2
* dm: pci: Fix handling of errors when scanning devicePali Rohár2021-09-251-8/+1
* dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck2021-07-181-3/+6
* x86: pci: Allow binding of some devices before relocationSimon Glass2021-07-151-1/+32
* pci: Use const for pci_find_device_id() etc.Simon Glass2021-07-151-3/+3
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-0/+2
|\
| * dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* | dm: pci: Skip setting VGA bridge bits if parent device is the host busMasami Hiramatsu2021-07-061-0/+3
|/
* 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