Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-22 Thread Joe Hershberger
Hi Simon, On Wed, Jul 22, 2015 at 9:31 AM, Simon Glass wrote: > +Masahiro and Albert > > Hi Joe, > > On 15 July 2015 at 11:41, Joe Hershberger wrote: >> Hi Simon, >> >> On Thu, Jul 9, 2015 at 9:15 AM, Simon Glass wrote: >>> With driver model drivers can have things stored in several places. The

Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-22 Thread Simon Glass
+Masahiro and Albert Hi Joe, On 15 July 2015 at 11:41, Joe Hershberger wrote: > Hi Simon, > > On Thu, Jul 9, 2015 at 9:15 AM, Simon Glass wrote: >> With driver model drivers can have things stored in several places. There is >> driver-private data, then the uclass can attach things to a device.

Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-15 Thread Joe Hershberger
Hi Simon, On Thu, Jul 9, 2015 at 9:15 AM, Simon Glass wrote: > With driver model drivers can have things stored in several places. There is > driver-private data, then the uclass can attach things to a device. If the > device is on a bus then its bus may attach parent data to the device too. > >

Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-14 Thread Simon Glass
Hi Masahiro, On 13 July 2015 at 22:36, Masahiro Yamada wrote: > Hi Simon, > > > > > 2015-07-09 23:15 GMT+09:00 Simon Glass : >> With driver model drivers can have things stored in several places. There is >> driver-private data, then the uclass can attach things to a device. If the >> device is o

Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-14 Thread Simon Glass
+Joe and Stephen who might have comments On 14 July 2015 at 09:47, Simon Glass wrote: > Hi Masahiro, > > On 13 July 2015 at 22:36, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> >> >> 2015-07-09 23:15 GMT+09:00 Simon Glass : >>> With driver model drivers can have things stored in several places

Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-13 Thread Masahiro Yamada
Hi Simon, 2015-07-09 23:15 GMT+09:00 Simon Glass : > With driver model drivers can have things stored in several places. There is > driver-private data, then the uclass can attach things to a device. If the > device is on a bus then its bus may attach parent data to the device too. > > At prese

Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-10 Thread Albert ARIBAUD
Hello Simon, On Thu, 9 Jul 2015 08:15:51 -0600, Simon Glass wrote: > With driver model drivers can have things stored in several places. There is > driver-private data, then the uclass can attach things to a device. If the > device is on a bus then its bus may attach parent data to the device to

[U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-10 Thread Simon Glass
With driver model drivers can have things stored in several places. There is driver-private data, then the uclass can attach things to a device. If the device is on a bus then its bus may attach parent data to the device too. At present everything is done through void pointers. It would be nice to