Re: [U-Boot] [PATCH 1/7] dm: Add skeleton support for cores and drivers

2012-09-14 Thread Tom Rini
On Tue, Aug 21, 2012 at 06:00:47PM +0200, Marek Vasut wrote: > From: Pavel Herrmann > > Signed-off-by: Pavel Herrmann > Signed-off-by: Marek Vasut More of a commit message please. At least point to the design docs that are now in tree. > +#ifndef _COMMON_DM_TREE_H_ > +#define _COMMON_DM_TRE

[U-Boot] [PATCH 1/7] dm: Add skeleton support for cores and drivers

2012-08-21 Thread Marek Vasut
From: Pavel Herrmann Signed-off-by: Pavel Herrmann Signed-off-by: Marek Vasut --- Makefile|2 + common/dm/Makefile | 40 + common/dm/core.c| 150 common/dm/driver.c | 404 +++