Re: [U-Boot] [PATCH v3 25/29] dm: Introduce per-child data for devices

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > Some device types can have child devices and want to store information > about them. For example a USB flash stick attached to a USB host > controller would likely use this space. The controller can hold > information about the USB state of each of its c

[U-Boot] [PATCH v3 25/29] dm: Introduce per-child data for devices

2014-07-23 Thread Simon Glass
Some device types can have child devices and want to store information about them. For example a USB flash stick attached to a USB host controller would likely use this space. The controller can hold information about the USB state of each of its children. The data is stored attached to the child