summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)Author
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
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass
2017-06-01dm: pci: Update uclass to support livetreeSimon Glass
2017-05-12pci: avoid memory leakxypron.glpk@gmx.de
2017-03-26pci: correct a function descriptionHou Zhiqiang
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-09-21pci: Flip condition for detecting non-PCI parent devicesPaul Burton
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-04-25pci: Device scanning range fixYoshinori Sato
2016-03-17pci: Correct a few comments and nitsSimon Glass
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren
2016-01-24dm: pci: Add a function to write a BARSimon Glass
2016-01-24dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass
2016-01-12pci: Tidy up comments in pci_bind_bus_devices()Simon Glass
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass
2015-12-01dm: pci: Support decoding ranges with duplicate entriesSimon Glass
2015-12-01dm: pci: Set up the SDRAM mapping correctlySimon Glass
2015-10-21dm: pci: Enable VGA address forwarding on bridgesBin Meng
2015-10-21dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng