All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor: stm32-quadspi: allow building with COMPILE_TEST
@ 2017-05-02  1:13 Brian Norris
  2017-05-03 20:53 ` Cyrille Pitchen
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2017-05-02  1:13 UTC (permalink / raw)
  To: linux-mtd; +Cc: Brian Norris, Marek Vasut, Cyrille Pitchen, Ludovic Barre

Cc: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 drivers/mtd/spi-nor/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index bfdfb1e72b38..293c8a4d1e49 100644
--- a/drivers/mtd/spi-nor/Kconfig
+++ b/drivers/mtd/spi-nor/Kconfig
@@ -108,7 +108,7 @@ config SPI_INTEL_SPI_PLATFORM
 
 config SPI_STM32_QUADSPI
 	tristate "STM32 Quad SPI controller"
-	depends on ARCH_STM32
+	depends on ARCH_STM32 || COMPILE_TEST
 	help
 	  This enables support for the STM32 Quad SPI controller.
 	  We only connect the NOR to this controller.
-- 
2.13.0.rc1.294.g07d810a77f-goog

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mtd: spi-nor: stm32-quadspi: allow building with COMPILE_TEST
  2017-05-02  1:13 [PATCH] mtd: spi-nor: stm32-quadspi: allow building with COMPILE_TEST Brian Norris
@ 2017-05-03 20:53 ` Cyrille Pitchen
  2017-05-04  1:12   ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Cyrille Pitchen @ 2017-05-03 20:53 UTC (permalink / raw)
  To: Brian Norris, linux-mtd; +Cc: Marek Vasut, Ludovic Barre

Hi Brian,

Le 02/05/2017 à 03:13, Brian Norris a écrit :
> Cc: Ludovic Barre <ludovic.barre@st.com>
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Acked-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>

Do you want me to take it into the github/spi-nor tree or do you want to
take it directly in the l2-mtd.git tree for 4.12 ?

Best regards,

Cyrille

> ---
>  drivers/mtd/spi-nor/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
> index bfdfb1e72b38..293c8a4d1e49 100644
> --- a/drivers/mtd/spi-nor/Kconfig
> +++ b/drivers/mtd/spi-nor/Kconfig
> @@ -108,7 +108,7 @@ config SPI_INTEL_SPI_PLATFORM
>  
>  config SPI_STM32_QUADSPI
>  	tristate "STM32 Quad SPI controller"
> -	depends on ARCH_STM32
> +	depends on ARCH_STM32 || COMPILE_TEST
>  	help
>  	  This enables support for the STM32 Quad SPI controller.
>  	  We only connect the NOR to this controller.
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mtd: spi-nor: stm32-quadspi: allow building with COMPILE_TEST
  2017-05-03 20:53 ` Cyrille Pitchen
@ 2017-05-04  1:12   ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2017-05-04  1:12 UTC (permalink / raw)
  To: Cyrille Pitchen; +Cc: linux-mtd, Marek Vasut, Ludovic Barre

On Wed, May 03, 2017 at 10:53:12PM +0200, Cyrille Pitchen wrote:
> Hi Brian,
> 
> Le 02/05/2017 à 03:13, Brian Norris a écrit :
> > Cc: Ludovic Barre <ludovic.barre@st.com>
> > Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> 
> Acked-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
> 
> Do you want me to take it into the github/spi-nor tree or do you want to
> take it directly in the l2-mtd.git tree for 4.12 ?

Did you already? Stephen Rothwell is already reporting build failures.

It's certainly no rush for 4.12. Take it in your tree if you haven't
already, and add #include <linux/sizes.h> while you're at it (the cause
of the build failure).

Brian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-04  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02  1:13 [PATCH] mtd: spi-nor: stm32-quadspi: allow building with COMPILE_TEST Brian Norris
2017-05-03 20:53 ` Cyrille Pitchen
2017-05-04  1:12   ` Brian Norris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.