Re: [U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured

2018-07-25 Thread Maxime Ripard
On Tue, Jul 24, 2018 at 09:28:30AM -0600, Simon Glass wrote: > Hi Maxime, > > On 24 July 2018 at 00:58, Maxime Ripard wrote: > > On Mon, Jul 23, 2018 at 05:48:25PM -0600, Simon Glass wrote: > >> Hi, > >> > >> On 20 July 2018 at 08:01, Lukasz Majewski wrote: > >> > Hi Eugen, > >> > > >> > Thanks

Re: [U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured

2018-07-24 Thread Simon Glass
Hi Maxime, On 24 July 2018 at 00:58, Maxime Ripard wrote: > On Mon, Jul 23, 2018 at 05:48:25PM -0600, Simon Glass wrote: >> Hi, >> >> On 20 July 2018 at 08:01, Lukasz Majewski wrote: >> > Hi Eugen, >> > >> > Thanks for (re-)bringing the One wire support to u-boot. >> > >> >> Add a sandbox eeprom

Re: [U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured

2018-07-23 Thread Maxime Ripard
On Mon, Jul 23, 2018 at 05:48:25PM -0600, Simon Glass wrote: > Hi, > > On 20 July 2018 at 08:01, Lukasz Majewski wrote: > > Hi Eugen, > > > > Thanks for (re-)bringing the One wire support to u-boot. > > > >> Add a sandbox eeprom on the bus as a device, if sandbox driver is > >> configured. > >> >

Re: [U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured

2018-07-23 Thread Simon Glass
Hi, On 20 July 2018 at 08:01, Lukasz Majewski wrote: > Hi Eugen, > > Thanks for (re-)bringing the One wire support to u-boot. > >> Add a sandbox eeprom on the bus as a device, if sandbox driver is >> configured. >> >> Signed-off-by: Eugen Hristev >> --- >> drivers/w1/w1-uclass.c | 5 + >> 1

Re: [U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured

2018-07-20 Thread Lukasz Majewski
Hi Eugen, Thanks for (re-)bringing the One wire support to u-boot. > Add a sandbox eeprom on the bus as a device, if sandbox driver is > configured. > > Signed-off-by: Eugen Hristev > --- > drivers/w1/w1-uclass.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/drivers/w1/w1-ucla

[U-Boot] [PATCH 11/20] w1: enumerate sandbox driver if configured

2018-07-19 Thread Eugen Hristev
Add a sandbox eeprom on the bus as a device, if sandbox driver is configured. Signed-off-by: Eugen Hristev --- drivers/w1/w1-uclass.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/w1/w1-uclass.c b/drivers/w1/w1-uclass.c index cfddda3..e58c1ca 100644 --- a/drivers/w1/w1-uclass.