Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 14:15 Wed 12 Aug , Ben Warren wrote: > >> Jean-Christophe PLAGNIOL-VILLARD wrote: >> >>> On 20:50 Wed 12 Aug , Wolfgang Denk wrote: >>> Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1250023747-20224-1-git-send-e

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090812212651.ga11...@game.jcrosoft.org> you wrote: > > > While I'm not completely opposed to the idea of tracking indices, > > it's simply not true that you don't know the indices of the > > controllers on your board. They're all instantiated i

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090812210339.ge21...@game.jcrosoft.org> you wrote: > > > What exactly is the problem you are addressing with this patch? > > > > Please provide a commit message that explains what is going on, and > > what is being changed or fixed. > simple it

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:15 Wed 12 Aug , Ben Warren wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 20:50 Wed 12 Aug , Wolfgang Denk wrote: > >>Dear Jean-Christophe PLAGNIOL-VILLARD, > >> > >>In message <1250023747-20224-1-git-send-email-plagn...@jcrosoft.com> you > >>wrote: > >>>Signed-off-by: Jean-C

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 20:50 Wed 12 Aug , Wolfgang Denk wrote: > >> Dear Jean-Christophe PLAGNIOL-VILLARD, >> >> In message <1250023747-20224-1-git-send-email-plagn...@jcrosoft.com> you >> wrote: >> >>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD >>> --- >>>

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Wed 12 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1250023747-20224-1-git-send-email-plagn...@jcrosoft.com> you > wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > include/net.h |1 + > > net/eth.c | 17 +---

Re: [U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1250023747-20224-1-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > include/net.h |1 + > net/eth.c | 17 + > 2 files changed, 6 insertions(+), 12 deletions(-)

[U-Boot] [PATCH 1/3] net/eth_device: keep index inside each device

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/net.h |1 + net/eth.c | 17 + 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/include/net.h b/include/net.h index 4a03717..2a8a12d 100644 --- a/include/net.h +++ b/include/net.h @@ -93,6 +93,7 @@