summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pci: correct a function descriptionHou Zhiqiang2017-03-261-2/+3
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-4/+5
* pci: Flip condition for detecting non-PCI parent devicesPaul Burton2016-09-211-1/+1
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-14/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-10/+1
* pci: Device scanning range fixYoshinori Sato2016-04-251-1/+1
* pci: Correct a few comments and nitsSimon Glass2016-03-171-1/+0
* pci: Add functions to update PCI configuration registersSimon Glass2016-03-171-0/+57
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+1
* Implement "pci enum" command for CONFIG_DM_PCIStephen Warren2016-01-281-0/+15
* dm: pci: Add a function to write a BARSimon Glass2016-01-241-0/+8
* dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass2016-01-241-15/+1
* pci: Tidy up comments in pci_bind_bus_devices()Simon Glass2016-01-121-3/+1
* dm: pci: Add driver model API functions for address mappingSimon Glass2016-01-121-0/+136
* dm: pci: Add a function to read a PCI BARSimon Glass2016-01-121-0/+13
* dm: pci: Add a driver-model version of pci_find_class()Simon Glass2016-01-121-0/+20