Re: [U-Boot] [PATCH 02/23] pci: Add a function to find a device by class

2015-01-27 Thread Bin Meng
Hi Simon, On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass s...@chromium.org wrote: There is an existing function prototype in the header file but it is not implemented. Implement something similar. Signed-off-by: Simon Glass s...@chromium.org --- drivers/pci/pci.c | 38

[U-Boot] [PATCH 02/23] pci: Add a function to find a device by class

2015-01-26 Thread Simon Glass
There is an existing function prototype in the header file but it is not implemented. Implement something similar. Signed-off-by: Simon Glass s...@chromium.org --- drivers/pci/pci.c | 38 ++ include/pci.h | 3 +-- 2 files changed, 39 insertions(+), 2