summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.denx.de/u-boot-marvellTom Rini2019-02-051-10/+17
|\
| * pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese2019-02-051-9/+19
|/
* dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang2018-11-201-4/+7
* dm: pci: Add APIs to find next capability and extended capabilityBin Meng2018-11-141-15/+36
* pci: Support parsing PCI controller DT subnodesMarek Vasut2018-10-201-3/+29
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-4/+2
* dm: pci: Add APIs to find capability and extended capabilityBin Meng2018-08-081-0/+68
* dm: pci: Assign correct driver data when binding a driverBin Meng2018-08-081-1/+1
* dm: pci: Fix scanning multi-function deviceBin Meng2018-08-081-0/+2
* dm: pci: Extract vendor/device id in child_post_bind()Bin Meng2018-08-081-6/+5
* dm: pci: Use a 1:1 mapping for bus <-> phy addressesChristian Gmeiner2018-06-131-0/+10
* dm: pci: Make ranges dt property optionalChristian Gmeiner2018-06-131-13/+10
* PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen2018-05-261-0/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: pci: Avoid setting a PCI region that has 0 sizeBin Meng2018-03-301-2/+3
* dm: pci: Check board information pointer in decode_regions()Bin Meng2018-03-301-0/+3
* pci: Fix decode regions for memory banksBernhard Messerklinger2018-02-231-1/+16
* pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen2017-10-061-0/+58
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-111-1/+1
* dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-111-3/+3
* dm: pci: Update uclass to support livetreeSimon Glass2017-06-011-14/+12
* pci: avoid memory leakxypron.glpk@gmx.de2017-05-121-0/+1