summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-13dm: pci: Use a 1:1 mapping for bus <-> phy addressesChristian Gmeiner1-0/+10
2018-06-13dm: pci: Make ranges dt property optionalChristian Gmeiner1-13/+10
2018-05-26PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen1-0/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-30dm: pci: Avoid setting a PCI region that has 0 sizeBin Meng1-2/+3
2018-03-30dm: pci: Check board information pointer in decode_regions()Bin Meng1-0/+3
2018-02-23pci: Fix decode regions for memory banksBernhard Messerklinger1-1/+16
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen1-0/+58
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada1-1/+1
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass1-3/+3
2017-06-01dm: pci: Update uclass to support livetreeSimon Glass1-14/+12
2017-05-12pci: avoid memory leakxypron.glpk@gmx.de1-0/+1
2017-03-26pci: correct a function descriptionHou Zhiqiang1-2/+3
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-4/+5
2016-09-21pci: Flip condition for detecting non-PCI parent devicesPaul Burton1-1/+1
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-14/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-10/+1