All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 01/10] spi: Remove MIPS dependency from Broadcom HSSPI driver.
@ 2019-08-13 14:55 Philippe Reynes
  2019-08-13 14:55 ` [U-Boot] [PATCH 02/10] spi: bcm63xx_hsspi: switch to raw I/O functions Philippe Reynes
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philippe Reynes @ 2019-08-13 14:55 UTC (permalink / raw)
  To: u-boot

From: Kursad Oney <kursad.oney@broadcom.com>

This IP exists in both MIPS and ARM cores, so there is no need
to tie it up to MIPS only. Remove the dependency.

Signed-off-by: Kursad Oney <kursad.oney@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 drivers/spi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a..749917b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -67,7 +67,6 @@ config ATMEL_SPI
 
 config BCM63XX_HSSPI
 	bool "BCM63XX HSSPI driver"
-	depends on ARCH_BMIPS
 	help
 	  Enable the BCM6328 HSSPI driver. This driver can be used to
 	  access the SPI NOR flash on platforms embedding this Broadcom
-- 
2.7.4

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

end of thread, other threads:[~2019-08-13 15:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13 14:55 [U-Boot] [PATCH 01/10] spi: Remove MIPS dependency from Broadcom HSSPI driver Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 02/10] spi: bcm63xx_hsspi: switch to raw I/O functions Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 03/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 04/10] spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 05/10] dt: bcm63158: Add hsspi controller Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 06/10] dt: bcm963158: add a spi-nor device Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 07/10] configs: Add hsspi/spi support to bcm963158 Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 08/10] dt: bcm6858: add hsspi controller Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 09/10] dt: bcm968580xref: add a spi-nor device Philippe Reynes
2019-08-13 14:55 ` [U-Boot] [PATCH 10/10] bcm968580xref: enable spi-nor support Philippe Reynes
2019-08-13 15:06 ` [U-Boot] [PATCH 01/10] spi: Remove MIPS dependency from Broadcom HSSPI driver Daniel Schwierzeck

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.