Re: [U-Boot] [PATCH 1/8] dm: mmc: Don't re-init when accessing environment

2017-05-03 Thread Jean-Jacques Hiblot
Hi Simon, On 03/05/2017 04:35, Simon Glass wrote: Hi, On 28 April 2017 at 18:27, Simon Glass wrote: Hi Jean-Jacques, On 24 April 2017 at 02:55, Jean-Jacques Hiblot wrote: Hi Simon, On 24/04/2017 04:02, Simon Glass wrote: With driver model MMC is probed automatically when needed. We shou

Re: [U-Boot] [PATCH 1/8] dm: mmc: Don't re-init when accessing environment

2017-05-02 Thread Simon Glass
Hi, On 28 April 2017 at 18:27, Simon Glass wrote: > Hi Jean-Jacques, > > On 24 April 2017 at 02:55, Jean-Jacques Hiblot wrote: >> Hi Simon, >> >> On 24/04/2017 04:02, Simon Glass wrote: >>> >>> With driver model MMC is probed automatically when needed. We should not >>> re-init MMC each time. >>

Re: [U-Boot] [PATCH 1/8] dm: mmc: Don't re-init when accessing environment

2017-04-28 Thread Simon Glass
Hi Jean-Jacques, On 24 April 2017 at 02:55, Jean-Jacques Hiblot wrote: > Hi Simon, > > On 24/04/2017 04:02, Simon Glass wrote: >> >> With driver model MMC is probed automatically when needed. We should not >> re-init MMC each time. >> >> Signed-off-by: Simon Glass >> --- >> >> common/env_mmc.c

Re: [U-Boot] [PATCH 1/8] dm: mmc: Don't re-init when accessing environment

2017-04-24 Thread Jean-Jacques Hiblot
Hi Simon, On 24/04/2017 04:02, Simon Glass wrote: With driver model MMC is probed automatically when needed. We should not re-init MMC each time. Signed-off-by: Simon Glass --- common/env_mmc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/env_mmc.c b/common/

[U-Boot] [PATCH 1/8] dm: mmc: Don't re-init when accessing environment

2017-04-23 Thread Simon Glass
With driver model MMC is probed automatically when needed. We should not re-init MMC each time. Signed-off-by: Simon Glass --- common/env_mmc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/env_mmc.c b/common/env_mmc.c index a5d14d448c..1611886e22 100644 --- a/com