summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)AuthorFilesLines
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-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-01-29Implement "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
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass1-0/+20
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass1-0/+39
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass1-14/+5
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-1/+1
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass1-4/+5
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass1-0/+30
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass1-0/+8
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass1-0/+39
2015-12-01dm: pci: Support decoding ranges with duplicate entriesSimon Glass1-3/+10
2015-12-01dm: pci: Set up the SDRAM mapping correctlySimon Glass1-6/+9
2015-10-21dm: pci: Enable VGA address forwarding on bridgesBin Meng1-0/+18
2015-10-21dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng1-24/+1
2015-10-21dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass1-12/+19
2015-10-21dm: pci: Correct a few debug() statementsSimon Glass1-2/+2
2015-10-21dm: pci: Tidy up auto-config error handlingSimon Glass1-3/+12
2015-09-17dm: pci: Add an inline API to test if a device is on a PCI busBin Meng1-2/+2
2015-09-09dm: pci: Allow a PCI bus to be found without an aliasSimon Glass1-4/+24
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng1-0/+7
2015-08-26dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng1-2/+2
2015-08-26x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng1-0/+21
2015-08-26dm: pci: Support selected device/driver binding before relocationBin Meng1-11/+30
2015-08-14Revert "dm: pci: Allow scan bridge child devices before relocation"Simon Glass1-0/+4
2015-08-14dm: pci: Add a way to iterate through all PCI devicesSimon Glass1-0/+60
2015-08-14dm: pci: Provide friendly config access functionsSimon Glass1-0/+76
2015-08-05dm: pci: Allow scan bridge child devices before relocationBin Meng1-4/+0
2015-07-28dm: pci: Support bridge device configuration correctlyBin Meng1-5/+1
2015-07-28dm: pci: Pass only device/function to pci_bus_find_devfn()Bin Meng1-1/+1
2015-07-28dm: pci: Use complete bdf in all pci config read/write routinesBin Meng1-27/+27
2015-07-22dm: pci: Add a function to get the BDF for a deviceSimon Glass1-6/+9
2015-07-22dm: pci: Add support for PCI driver matchingSimon Glass1-13/+116