summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)Author
2020-08-25pci: pci-uclass: Check validity of ofnodeSuneel Garapati
2020-08-25pci: pci-uclass: Add support for Alternate-RoutingID capabilitySuneel Garapati
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: Add support for Enhanced Allocation in BridgesSuneel Garapati
2020-08-25pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati
2020-08-25pci: pci-uclass: Make DT subnode parse optionalSuneel Garapati
2020-08-25pci: pci-uclass: Fix incorrect argument in map_physmemSuneel Garapati
2020-08-25pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese
2020-08-25pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always setStefan Roese
2020-08-14drivers: pci: add api to get dma regionsRayagonda Kokatanur
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-04-30pci: Avoid auto-config when chain loadingSimon Glass
2020-04-16pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass
2020-04-16dm: pci: Allow disabling auto-config for a deviceSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
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
2020-01-07pci: Print a warning if the bus is accessed before probingSimon 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-12-05drivers: pci: ignore disabled devicesMichael Walle
2019-10-08pci: Disable autoconfig in SPLSimon Glass
2019-10-08pci: Show the result of binding a deviceSimon Glass
2019-10-08x86: fsp: Create a common fsp_support.h headerSimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-07-12pci: ensure enumeration of all devices in pci_initMarek BehĂșn
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-04-23pci: Add boundary check for hose->regionsThierry Reding
2019-02-05Merge git://git.denx.de/u-boot-marvellTom Rini
2019-02-05pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese
2018-11-20dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng
2018-10-20pci: Support parsing PCI controller DT subnodesMarek Vasut
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng
2018-08-08dm: pci: Assign correct driver data when binding a driverBin Meng
2018-08-08dm: pci: Fix scanning multi-function deviceBin Meng
2018-08-08dm: pci: Extract vendor/device id in child_post_bind()Bin Meng
2018-06-13dm: pci: Use a 1:1 mapping for bus <-> phy addressesChristian Gmeiner
2018-06-13dm: pci: Make ranges dt property optionalChristian Gmeiner
2018-05-26PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-30dm: pci: Avoid setting a PCI region that has 0 sizeBin Meng
2018-03-30dm: pci: Check board information pointer in decode_regions()Bin Meng
2018-02-23pci: Fix decode regions for memory banksBernhard Messerklinger