aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-6/+8
2020-01-07pci: 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-12pci: ensure enumeration of all devices in pci_initMarek BehĂșn1-2/+2
2019-07-10drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean1-0/+24
2019-07-10drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean1-0/+46
2019-04-23pci: 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-20dm/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-10Remove <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
2016-04-25pci: Device scanning range fixYoshinori Sato1-1/+1
2016-03-17pci: Correct a few comments and nitsSimon Glass1-1/+0
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass1-0/+57
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren1-0/+15
2016-01-24dm: pci: Add a function to write a BARSimon Glass1-0/+8
2016-01-24dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass1-15/+1
2016-01-12pci: Tidy up comments in pci_bind_bus_devices()Simon Glass1-3/+1
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass1-0/+136
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass1-0/+13