Re: [U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM

2015-11-09 Thread Thierry Reding
On Fri, Oct 23, 2015 at 11:30:04AM -0600, Stephen Warren wrote: > On 10/23/2015 09:47 AM, Simon Glass wrote: > >Hi Stephen, > > > >On 21 October 2015 at 14:16, Stephen Warren wrote: > >>On 10/17/2015 11:49 AM, Simon Glass wrote: > >>> > >>>This is not supported with driver

Re: [U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM

2015-10-23 Thread Simon Glass
Hi Stephen, On 21 October 2015 at 14:16, Stephen Warren wrote: > On 10/17/2015 11:49 AM, Simon Glass wrote: >> >> This is not supported with driver model, so print a message instead of >> generating a build error. Rescanning PCI is not yet implemented. > > >> diff --git

Re: [U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM

2015-10-23 Thread Stephen Warren
On 10/23/2015 09:47 AM, Simon Glass wrote: Hi Stephen, On 21 October 2015 at 14:16, Stephen Warren wrote: On 10/17/2015 11:49 AM, Simon Glass wrote: This is not supported with driver model, so print a message instead of generating a build error. Rescanning PCI is not

Re: [U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM

2015-10-21 Thread Stephen Warren
On 10/17/2015 11:49 AM, Simon Glass wrote: This is not supported with driver model, so print a message instead of generating a build error. Rescanning PCI is not yet implemented. diff --git a/common/cmd_pci.c b/common/cmd_pci.c @@ -457,7 +457,11 @@ static int do_pci(cmd_tbl_t *cmdtp, int

[U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM

2015-10-17 Thread Simon Glass
This is not supported with driver model, so print a message instead of generating a build error. Rescanning PCI is not yet implemented. Signed-off-by: Simon Glass --- common/cmd_pci.c | 4 1 file changed, 4 insertions(+) diff --git a/common/cmd_pci.c b/common/cmd_pci.c