]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers/pci/pci-uclass.c
dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()
[karo-tx-uboot.git] / drivers / pci / pci-uclass.c
2015-09-10 Bin Mengdm: pci: Save devfn without bus number in pci_uclass_ch...
2015-09-10 Bin Mengx86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_...
2015-09-10 Bin Mengdm: pci: Support selected device/driver binding before...
2015-09-10 Simon GlassRevert "dm: pci: Allow scan bridge child devices before...
2015-09-10 Simon Glassdm: pci: Add a way to iterate through all PCI devices
2015-09-10 Simon Glassdm: pci: Provide friendly config access functions
2015-09-10 Bin Mengdm: pci: Allow scan bridge child devices before relocation
2015-09-09 Bin Mengdm: pci: Support bridge device configuration correctly
2015-09-09 Bin Mengdm: pci: Pass only device/function to pci_bus_find_devfn()
2015-09-09 Bin Mengdm: pci: Use complete bdf in all pci config read/write...
2015-09-09 Simon Glassdm: pci: Add a function to get the BDF for a device
2015-09-09 Simon Glassdm: pci: Add support for PCI driver matching
2015-09-09 Simon Glassdm: x86: baytrail: Correct PCI region 3 when driver...
2015-09-09 Simon Glassdm: pci: Correct bus number when scanning sub-buses
2015-09-09 Simon Glassdm: pci: Use the correct hose when configuring devices
2015-09-08 Simon Glassdm: pci: Allow PCI bus numbering aliases
2015-09-08 Simon Glassdm: pci: Add a uclass for PCI