summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: pci: Add a driver-model version of pci_find_device()Simon Glass2016-01-121-0/+39
* dm: pci: Use driver model PCI API in auto-configSimon Glass2016-01-121-14/+5
* dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass2016-01-121-1/+1
* dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-121-4/+5
* dm: pci: Add a function to find the regions for a PCI busSimon Glass2015-12-011-0/+30
* dm: pci: Add a function to get the controller for a busSimon Glass2015-12-011-0/+8
* dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass2015-12-011-0/+39
* dm: pci: Support decoding ranges with duplicate entriesSimon Glass2015-12-011-3/+10
* dm: pci: Set up the SDRAM mapping correctlySimon Glass2015-12-011-6/+9
* dm: pci: Enable VGA address forwarding on bridgesBin Meng2015-10-211-0/+18
* dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng2015-10-211-24/+1
* dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass2015-10-211-12/+19
* dm: pci: Correct a few debug() statementsSimon Glass2015-10-211-2/+2
* dm: pci: Tidy up auto-config error handlingSimon Glass2015-10-211-3/+12
* dm: pci: Add an inline API to test if a device is on a PCI busBin Meng2015-09-161-2/+2
* dm: pci: Allow a PCI bus to be found without an aliasSimon Glass2015-09-091-4/+24