On 26 November 2015 at 23:38, Bin Meng <[email protected]> wrote: > On Fri, Nov 27, 2015 at 10:51 AM, Simon Glass <[email protected]> wrote: >> In the 'pci' command, add a separate variable to hold the PCI device. When >> this code is converted to driver model, this variable will be used to hold a >> struct udevice instead. >> >> Signed-off-by: Simon Glass <[email protected]> >> --- >> >> Changes in v3: >> - Fix 'switch (cmd)' merge error >> >> Changes in v2: >> - Refactor the patch based on dropping the earlier refactor patch >> >> common/cmd_pci.c | 13 ++++++++----- >> 1 file changed, 8 insertions(+), 5 deletions(-)
[snip] > > Reviewed-by: Bin Meng <[email protected]> Thanks for the review. Applied to u-boot-dm. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

