Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-31 Thread Tom Rini
On Wed, May 30, 2018 at 09:58:16PM +0200, Angelo Dureghello wrote: > Hi Tom and Simon, > > thanks for the support. > > On Mon, May 28, 2018 at 08:59:21PM -0400, Tom Rini wrote: > > On Sun, May 27, 2018 at 07:45:12PM -0600, Simon Glass wrote: > > > +Tom > > > > > > Hi Angelo, > > > > > > On 27 M

Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-31 Thread Simon Glass
Hi Angelo, On 30 May 2018 at 13:58, Angelo Dureghello wrote: > Hi Tom and Simon, > > thanks for the support. > > On Mon, May 28, 2018 at 08:59:21PM -0400, Tom Rini wrote: >> On Sun, May 27, 2018 at 07:45:12PM -0600, Simon Glass wrote: >> > +Tom >> > >> > Hi Angelo, >> > >> > On 27 May 2018 at 01:

Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-30 Thread Angelo Dureghello
Hi Tom and Simon, thanks for the support. On Mon, May 28, 2018 at 08:59:21PM -0400, Tom Rini wrote: > On Sun, May 27, 2018 at 07:45:12PM -0600, Simon Glass wrote: > > +Tom > > > > Hi Angelo, > > > > On 27 May 2018 at 01:22, Angelo Dureghello wrote: > > > Hi Simon, > > > > > > On Sat, May 26, 2

Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-29 Thread Angelo Dureghello
Hi, On Mon, May 28, 2018 at 08:59:21PM -0400, Tom Rini wrote: > On Sun, May 27, 2018 at 07:45:12PM -0600, Simon Glass wrote: > > +Tom > > > > Hi Angelo, > > > > On 27 May 2018 at 01:22, Angelo Dureghello wrote: > > > Hi Simon, > > > > > > On Sat, May 26, 2018 at 04:18:57PM -0600, Simon Glass wr

Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-28 Thread Tom Rini
On Sun, May 27, 2018 at 07:45:12PM -0600, Simon Glass wrote: > +Tom > > Hi Angelo, > > On 27 May 2018 at 01:22, Angelo Dureghello wrote: > > Hi Simon, > > > > On Sat, May 26, 2018 at 04:18:57PM -0600, Simon Glass wrote: > >> Hi Angelo, > >> > >> On 3 May 2018 at 16:01, Angelo Dureghello wrote:

Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-27 Thread Simon Glass
+Tom Hi Angelo, On 27 May 2018 at 01:22, Angelo Dureghello wrote: > Hi Simon, > > On Sat, May 26, 2018 at 04:18:57PM -0600, Simon Glass wrote: >> Hi Angelo, >> >> On 3 May 2018 at 16:01, Angelo Dureghello wrote: >> > To be able to build spi driver with DM support, a new config >> > option has b

Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-27 Thread Angelo Dureghello
Hi Simon, On Sat, May 26, 2018 at 04:18:57PM -0600, Simon Glass wrote: > Hi Angelo, > > On 3 May 2018 at 16:01, Angelo Dureghello wrote: > > To be able to build spi driver with DM support, a new config > > option has been introduced (DM_NO_OF) since m68k architecture > > does not support fdt. >

Re: [U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

2018-05-26 Thread Simon Glass
Hi Angelo, On 3 May 2018 at 16:01, Angelo Dureghello wrote: > To be able to build spi driver with DM support, a new config > option has been introduced (DM_NO_OF) since m68k architecture > does not support fdt. > > --- > Changes from v1: > - split into 2 patches > > Signed-off-by: Angelo Dureghel