summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)Author
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
2015-10-21dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass
2015-10-21dm: pci: Correct a few debug() statementsSimon Glass
2015-10-21dm: pci: Tidy up auto-config error handlingSimon Glass
2015-09-16dm: pci: Add an inline API to test if a device is on a PCI busBin Meng
2015-09-09dm: pci: Allow a PCI bus to be found without an aliasSimon Glass
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng
2015-08-26dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng
2015-08-26x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng
2015-08-26dm: pci: Support selected device/driver binding before relocationBin Meng
2015-08-14Revert "dm: pci: Allow scan bridge child devices before relocation"Simon Glass
2015-08-14dm: pci: Add a way to iterate through all PCI devicesSimon Glass
2015-08-14dm: pci: Provide friendly config access functionsSimon Glass
2015-08-05dm: pci: Allow scan bridge child devices before relocationBin Meng
2015-07-28dm: pci: Support bridge device configuration correctlyBin Meng
2015-07-28dm: pci: Pass only device/function to pci_bus_find_devfn()Bin Meng
2015-07-28dm: pci: Use complete bdf in all pci config read/write routinesBin Meng
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass
2015-07-14dm: pci: Correct bus number when scanning sub-busesSimon Glass
2015-07-14dm: pci: Use the correct hose when configuring devicesSimon Glass
2015-06-04dm: pci: Allow PCI bus numbering aliasesSimon Glass
2015-04-16dm: pci: Add a uclass for PCISimon Glass