Re: [U-Boot] [PATCH 1/4] dm: fix comments

2014-10-09 Thread Simon Glass
On 28 September 2014 09:13, Simon Glass wrote: > On 28 September 2014 07:52, Masahiro Yamada wrote: >> >> The struct udevice stands for a device, not a driver. >> The driver_info.name is a driver's name, which is referenced >> to bind devices. >> >> Signed-off-by: Masahiro Yamada > > Acked-by: S

Re: [U-Boot] [PATCH 1/4] dm: fix comments

2014-09-28 Thread Simon Glass
On 28 September 2014 07:52, Masahiro Yamada wrote: > > The struct udevice stands for a device, not a driver. > The driver_info.name is a driver's name, which is referenced > to bind devices. > > Signed-off-by: Masahiro Yamada Acked-by: Simon Glass ___

[U-Boot] [PATCH 1/4] dm: fix comments

2014-09-28 Thread Masahiro Yamada
The struct udevice stands for a device, not a driver. The driver_info.name is a driver's name, which is referenced to bind devices. Signed-off-by: Masahiro Yamada --- include/dm/lists.h| 4 ++-- include/dm/platdata.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc