Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-12 Thread Luca Ceresoli
Hi Tom, On 10/06/20 22:16, Tom Rini wrote: > Due to how the Makefile logic is we currently get DM_SPI support in SPL > enabled by having DM_SPI enabled for full U-Boot but not having > CONFIG_SPL_DM_SPI set. Add this missing option to boards that were > inadvertently making use of it. > > Cc:

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-11 Thread Adam Ford
On Thu, Jun 11, 2020 at 7:17 AM Tom Rini wrote: > > On Thu, Jun 11, 2020 at 05:38:15AM -0500, Adam Ford wrote: > > On Wed, Jun 10, 2020 at 3:17 PM Tom Rini wrote: > > > > > > Due to how the Makefile logic is we currently get DM_SPI support in SPL > > > enabled by having DM_SPI enabled for full

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-11 Thread Adam Ford
On Thu, Jun 11, 2020 at 9:09 PM Adam Ford wrote: > > On Thu, Jun 11, 2020 at 7:17 AM Tom Rini wrote: > > > > On Thu, Jun 11, 2020 at 05:38:15AM -0500, Adam Ford wrote: > > > On Wed, Jun 10, 2020 at 3:17 PM Tom Rini wrote: > > > > > > > > Due to how the Makefile logic is we currently get DM_SPI

RE: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-11 Thread Patrick DELAUNAY
Dear Tom > From: Tom Rini > Sent: mercredi 10 juin 2020 22:17 > > Due to how the Makefile logic is we currently get DM_SPI support in SPL > enabled > by having DM_SPI enabled for full U-Boot but not having CONFIG_SPL_DM_SPI > set. Add this missing option to boards that were inadvertently

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-11 Thread Tom Rini
On Thu, Jun 11, 2020 at 05:38:15AM -0500, Adam Ford wrote: > On Wed, Jun 10, 2020 at 3:17 PM Tom Rini wrote: > > > > Due to how the Makefile logic is we currently get DM_SPI support in SPL > > enabled by having DM_SPI enabled for full U-Boot but not having > > CONFIG_SPL_DM_SPI set. Add this

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-11 Thread Adam Ford
On Wed, Jun 10, 2020 at 3:17 PM Tom Rini wrote: > > Due to how the Makefile logic is we currently get DM_SPI support in SPL > enabled by having DM_SPI enabled for full U-Boot but not having > CONFIG_SPL_DM_SPI set. Add this missing option to boards that were > inadvertently making use of it.

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-10 Thread Marek Vasut
On 6/10/20 11:48 PM, Tom Rini wrote: > On Wed, Jun 10, 2020 at 05:01:21PM -0400, Tom Rini wrote: >> On Wed, Jun 10, 2020 at 10:38:45PM +0200, Marek Vasut wrote: >>> On 6/10/20 10:16 PM, Tom Rini wrote: >>> [...] configs/socfpga_dbm_soc1_defconfig | 1 +

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-10 Thread Tom Rini
On Wed, Jun 10, 2020 at 11:52:33PM +0200, Marek Vasut wrote: > On 6/10/20 11:48 PM, Tom Rini wrote: > > On Wed, Jun 10, 2020 at 05:01:21PM -0400, Tom Rini wrote: > >> On Wed, Jun 10, 2020 at 10:38:45PM +0200, Marek Vasut wrote: > >>> On 6/10/20 10:16 PM, Tom Rini wrote: > >>> [...] >

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-10 Thread Tom Rini
On Wed, Jun 10, 2020 at 05:01:21PM -0400, Tom Rini wrote: > On Wed, Jun 10, 2020 at 10:38:45PM +0200, Marek Vasut wrote: > > On 6/10/20 10:16 PM, Tom Rini wrote: > > [...] > > > configs/socfpga_dbm_soc1_defconfig | 1 + > > > configs/socfpga_de0_nano_soc_defconfig

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-10 Thread Tom Rini
On Wed, Jun 10, 2020 at 10:38:45PM +0200, Marek Vasut wrote: > On 6/10/20 10:16 PM, Tom Rini wrote: > [...] > > configs/socfpga_dbm_soc1_defconfig | 1 + > > configs/socfpga_de0_nano_soc_defconfig | 1 + > > configs/socfpga_de10_nano_defconfig

Re: [PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-10 Thread Marek Vasut
On 6/10/20 10:16 PM, Tom Rini wrote: [...] > configs/socfpga_dbm_soc1_defconfig | 1 + > configs/socfpga_de0_nano_soc_defconfig | 1 + > configs/socfpga_de10_nano_defconfig| 1 + > configs/socfpga_de1_soc_defconfig

[PATCH 28/30] spi: Enable missing CONFIG_SPL_DM_SPI support

2020-06-10 Thread Tom Rini
Due to how the Makefile logic is we currently get DM_SPI support in SPL enabled by having DM_SPI enabled for full U-Boot but not having CONFIG_SPL_DM_SPI set. Add this missing option to boards that were inadvertently making use of it. Cc: Adam Ford Cc: Akash Gajjar Cc: Anatolij Gustschin Cc: