Re: [PATCH] mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI check

2024-10-31 Thread Marek Vasut
On 10/31/24 7:51 PM, Tom Rini wrote: On Thu, Oct 31, 2024 at 12:37:32PM -0600, Tom Rini wrote: While we want to compile the SPI_STACKED_PARALLEL code everywhere we can, it must first be guarded with an #if for DM_SPI as not all cases where we have this code built, such as in SPL, will have the r

Re: [PATCH] mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI check

2024-10-31 Thread Tom Rini
On Thu, Oct 31, 2024 at 08:13:00PM +0100, Marek Vasut wrote: > On 10/31/24 7:51 PM, Tom Rini wrote: > > On Thu, Oct 31, 2024 at 12:37:32PM -0600, Tom Rini wrote: > > > While we want to compile the SPI_STACKED_PARALLEL code everywhere we > > > can, it must first be guarded with an #if for DM_SPI as

Re: [PATCH] mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI check

2024-10-31 Thread Tom Rini
On Thu, Oct 31, 2024 at 12:37:32PM -0600, Tom Rini wrote: > While we want to compile the SPI_STACKED_PARALLEL code everywhere we > can, it must first be guarded with an #if for DM_SPI as not all cases > where we have this code built, such as in SPL, will have the relevant > DM_SPI option enabled. >