Re: [U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used

2017-05-17 Thread Simon Glass
Hi Masahiro, On 16 May 2017 at 03:56, Masahiro Yamada wrote: > Hi Simon, > > 2017-05-13 10:11 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 10 May 2017 at 20:12, Masahiro Yamada >> wrote: >>> Hi Simon, >>> >>> >>> 2017-05-11 6:43 GMT+09:00 Tom Rini : On Mon, May 01, 2017 at 09:18:44AM -

Re: [U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used

2017-05-16 Thread Masahiro Yamada
Hi Simon, 2017-05-13 10:11 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 10 May 2017 at 20:12, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> 2017-05-11 6:43 GMT+09:00 Tom Rini : >>> On Mon, May 01, 2017 at 09:18:44AM -0600, Simon Glass wrote: >>> This header includes things that are needed

Re: [U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used

2017-05-12 Thread Simon Glass
Hi Masahiro, On 10 May 2017 at 20:12, Masahiro Yamada wrote: > Hi Simon, > > > 2017-05-11 6:43 GMT+09:00 Tom Rini : >> On Mon, May 01, 2017 at 09:18:44AM -0600, Simon Glass wrote: >> >>> This header includes things that are needed to make driver build. Adjust >>> existing users to include that al

Re: [U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used

2017-05-10 Thread Masahiro Yamada
Hi Simon, 2017-05-11 6:43 GMT+09:00 Tom Rini : > On Mon, May 01, 2017 at 09:18:44AM -0600, Simon Glass wrote: > >> This header includes things that are needed to make driver build. Adjust >> existing users to include that always, even if other dm/ includes are >> present >> >> Signed-off-by: Simo

Re: [U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used

2017-05-10 Thread Tom Rini
On Mon, May 01, 2017 at 09:18:44AM -0600, Simon Glass wrote: > This header includes things that are needed to make driver build. Adjust > existing users to include that always, even if other dm/ includes are > present > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.as

[U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used

2017-05-01 Thread Simon Glass
This header includes things that are needed to make driver build. Adjust existing users to include that always, even if other dm/ includes are present Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/lib/bootm.c | 2 +- arch/arm/mach-uniphier/pinctrl-gl