
2 Sep
2015
2 Sep
'15
4:05 p.m.
On 2 September 2015 at 03:17, Bin Meng bmeng.cn@gmail.com wrote:
Introduce device_is_on_pci_bus() which can be utilized by driver to test if a device is on a PCI bus.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- New patch to add an inline API to test if a device is on a PCI bus
drivers/pci/pci-uclass.c | 4 ++-- include/pci.h | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org