Re: [U-Boot] [PATCH 15/25] dm: test: Convert PCI tests to use the DM PCI API

2015-11-28 Thread Simon Glass
Hi Bin, On 17 November 2015 at 20:48, Bin Meng wrote: > Hi Simon, > > On Tue, Nov 17, 2015 at 11:53 AM, Simon Glass wrote: >> Update these tests to use driver model API functions. >> >> Signed-off-by: Simon Glass >> --- >> >> test/dm/pci.c | 15 ++- >> 1 file changed, 6 insertions(

Re: [U-Boot] [PATCH 15/25] dm: test: Convert PCI tests to use the DM PCI API

2015-11-17 Thread Bin Meng
Hi Simon, On Tue, Nov 17, 2015 at 11:53 AM, Simon Glass wrote: > Update these tests to use driver model API functions. > > Signed-off-by: Simon Glass > --- > > test/dm/pci.c | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-) > > diff --git a/test/dm/pci.c b/test/dm/pci.c >

[U-Boot] [PATCH 15/25] dm: test: Convert PCI tests to use the DM PCI API

2015-11-16 Thread Simon Glass
Update these tests to use driver model API functions. Signed-off-by: Simon Glass --- test/dm/pci.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/test/dm/pci.c b/test/dm/pci.c index 3ab4ba8..a1750bf 100644 --- a/test/dm/pci.c +++ b/test/dm/pci.c @@ -35,20 +3