Re: [U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-23 Thread Simon Glass
On 20 November 2014 at 19:39, Simon Glass wrote: > Hi Masahiro, > > On 20 November 2014 06:06, Masahiro Yamada wrote: >> Hi Simon, >> >> >> >> >> On Wed, 19 Nov 2014 09:35:54 + >> Simon Glass wrote: >> >>> Hi Masahiro, >>> >>> On 19 November 2014 08:25, Masahiro Yamada >>> wrote: >>> > Hi

Re: [U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-20 Thread Simon Glass
Hi Masahiro, On 20 November 2014 06:06, Masahiro Yamada wrote: > Hi Simon, > > > > > On Wed, 19 Nov 2014 09:35:54 + > Simon Glass wrote: > >> Hi Masahiro, >> >> On 19 November 2014 08:25, Masahiro Yamada wrote: >> > Hi Simon, >> > >> > >> > >> > On Tue, 11 Nov 2014 10:46:18 -0700 >> > Simon

Re: [U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-19 Thread Masahiro Yamada
Hi Simon, On Wed, 19 Nov 2014 09:35:54 + Simon Glass wrote: > Hi Masahiro, > > On 19 November 2014 08:25, Masahiro Yamada wrote: > > Hi Simon, > > > > > > > > On Tue, 11 Nov 2014 10:46:18 -0700 > > Simon Glass wrote: > > > >> diff --git a/drivers/core/device.c b/drivers/core/device.c >

Re: [U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-19 Thread Simon Glass
Hi Masahiro, On 19 November 2014 08:25, Masahiro Yamada wrote: > Hi Simon, > > > > On Tue, 11 Nov 2014 10:46:18 -0700 > Simon Glass wrote: > >> diff --git a/drivers/core/device.c b/drivers/core/device.c >> index 49faa29..0d84776 100644 >> --- a/drivers/core/device.c >> +++ b/drivers/core/device.

Re: [U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-19 Thread Masahiro Yamada
Hi Simon, On Tue, 11 Nov 2014 10:46:18 -0700 Simon Glass wrote: > diff --git a/drivers/core/device.c b/drivers/core/device.c > index 49faa29..0d84776 100644 > --- a/drivers/core/device.c > +++ b/drivers/core/device.c > @@ -548,3 +548,8 @@ int device_find_next_child(struct udevice **devp) > >

Re: [U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-16 Thread Heiko Schocher
Hello Simon, Am 11.11.2014 18:46, schrieb Simon Glass: When the device is created from a device tree node, it matches a compatible string. Allow access to that string and the associated data. Signed-off-by: Simon Glass --- Changes in v2: None drivers/core/device.c | 5 + drivers/core

Re: [U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-16 Thread Tom Rini
On Tue, Nov 11, 2014 at 10:46:18AM -0700, Simon Glass wrote: > When the device is created from a device tree node, it matches a compatible > string. Allow access to that string and the associated data. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: D

[U-Boot] [PATCH v2 02/17] dm: core: Allow access to the device's driver_id data

2014-11-11 Thread Simon Glass
When the device is created from a device tree node, it matches a compatible string. Allow access to that string and the associated data. Signed-off-by: Simon Glass --- Changes in v2: None drivers/core/device.c | 5 + drivers/core/lists.c | 17 - include/dm/device.h | 11