Re: [U-Boot] [PATCH v2 12/26] dm: core: Allow uclasses to specific the private data for a device's children

2015-01-22 Thread Masahiro Yamada
Hi Simon, Perhaps a typo in this subject, too dm: core: Allow uclasses to specific the private data for a device's children s/to specific/to specify/ ?? On Mon, 19 Jan 2015 20:12:41 -0700 Simon Glass s...@chromium.org wrote: In many cases the per-child private data for a device's

Re: [U-Boot] [PATCH v2 12/26] dm: core: Allow uclasses to specific the private data for a device's children

2015-01-22 Thread Simon Glass
On 22 January 2015 at 03:25, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, Perhaps a typo in this subject, too dm: core: Allow uclasses to specific the private data for a device's children s/to specific/to specify/ ?? On Mon, 19 Jan 2015 20:12:41 -0700 Simon Glass

[U-Boot] [PATCH v2 12/26] dm: core: Allow uclasses to specific the private data for a device's children

2015-01-19 Thread Simon Glass
In many cases the per-child private data for a device's children is defined by the uclass rather than the individual driver. For example, a SPI bus needs to store information about each of its children, but all SPI drivers store the same information. It makes sense to allow the uclass to define