Re: [U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define

2019-11-17 Thread Lukasz Majewski
Hi Simon, > Hi Simon, > > > Hi Lukasz, > > > > On Mon, 14 Oct 2019 at 06:41, Lukasz Majewski > > wrote: > > > > > > Hi Simon, > > > > > > > Hi Lukasz, > > > > > > > > On Wed, 9 Oct 2019 at 03:02, Lukasz Majewski > > > > wrote: > > > > > > > > > > Dear Tom, > > > > > > > > > > >

Re: [U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define

2019-11-17 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On Mon, 14 Oct 2019 at 06:41, Lukasz Majewski wrote: > > > > Hi Simon, > > > > > Hi Lukasz, > > > > > > On Wed, 9 Oct 2019 at 03:02, Lukasz Majewski > > > wrote: > > > > > > > > Dear Tom, > > > > > > > > > This define indicates if DM_GPIO shall be supported in

Re: [U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define

2019-10-15 Thread Simon Glass
Hi Lukasz, On Mon, 14 Oct 2019 at 06:41, Lukasz Majewski wrote: > > Hi Simon, > > > Hi Lukasz, > > > > On Wed, 9 Oct 2019 at 03:02, Lukasz Majewski wrote: > > > > > > Dear Tom, > > > > > > > This define indicates if DM_GPIO shall be supported in SPL. This > > > > allows proper operation of DM

Re: [U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define

2019-10-14 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On Wed, 9 Oct 2019 at 03:02, Lukasz Majewski wrote: > > > > Dear Tom, > > > > > This define indicates if DM_GPIO shall be supported in SPL. This > > > allows proper operation of DM converted GPIO drivers in SPL, > > > which use boards. > > > > > > Signed-off-by:

Re: [U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define

2019-10-11 Thread Simon Glass
Hi Lukasz, On Wed, 9 Oct 2019 at 03:02, Lukasz Majewski wrote: > > Dear Tom, > > > This define indicates if DM_GPIO shall be supported in SPL. This > > allows proper operation of DM converted GPIO drivers in SPL, which use > > boards. > > > > Signed-off-by: Lukasz Majewski > > --- > > > >

Re: [U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define

2019-10-09 Thread Lukasz Majewski
Dear Tom, > This define indicates if DM_GPIO shall be supported in SPL. This > allows proper operation of DM converted GPIO drivers in SPL, which use > boards. > > Signed-off-by: Lukasz Majewski > --- > > Changes in v2: > - Add dependency on DM_GPIO > Tom, are there any issues preventing

[U-Boot] [PATCH v2] spl: Introduce SPL_DM_GPIO Kconfig define

2019-09-29 Thread Lukasz Majewski
This define indicates if DM_GPIO shall be supported in SPL. This allows proper operation of DM converted GPIO drivers in SPL, which use boards. Signed-off-by: Lukasz Majewski --- Changes in v2: - Add dependency on DM_GPIO common/spl/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff