public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158
@ 2019-08-14 13:18 Philippe Reynes
  2019-08-14 13:18 ` [U-Boot] [PATCH V3 02/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits Philippe Reynes
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Philippe Reynes @ 2019-08-14 13:18 UTC (permalink / raw)
  To: u-boot

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

This IP exists in both MIPS and ARM cores, so we also
allow to use this driver on bcm6858 and bcm63158.

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

Changelog:
v3:
- no change
v2:
- add dependancy on bcm6858 and bcm63158 instead of removing mips dependancy
  (thanks Daniel)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a..932d2d9 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -67,7 +67,7 @@ config ATMEL_SPI
 
 config BCM63XX_HSSPI
 	bool "BCM63XX HSSPI driver"
-	depends on ARCH_BMIPS
+	depends on (ARCH_BMIPS || ARCH_BCM6858 || ARCH_BCM63158)
 	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] 26+ messages in thread

end of thread, other threads:[~2019-10-12 20:22 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-14 13:18 [U-Boot] [PATCH V3 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158 Philippe Reynes
2019-08-14 13:18 ` [U-Boot] [PATCH V3 02/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits Philippe Reynes
2019-08-14 13:29   ` Kursad Oney
2019-08-14 14:43     ` Daniel Schwierzeck
2019-08-14 15:03       ` Kursad Oney
2019-08-14 14:45   ` Daniel Schwierzeck
2019-10-12 20:21   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions Philippe Reynes
2019-08-14 14:46   ` Daniel Schwierzeck
2019-10-12 20:21   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 04/10] spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock Philippe Reynes
2019-10-12 20:21   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 05/10] dt: bcm63158: Add hsspi controller Philippe Reynes
2019-10-12 20:21   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 06/10] dt: bcm963158: add a spi-nor device Philippe Reynes
2019-10-12 20:21   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 07/10] configs: Add hsspi/spi support to bcm963158 Philippe Reynes
2019-10-12 20:21   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 08/10] dt: bcm6858: add hsspi controller Philippe Reynes
2019-10-12 20:21   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 09/10] dt: bcm968580xref: add a spi-nor device Philippe Reynes
2019-10-12 20:22   ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 10/10] bcm968580xref: enable spi-nor support Philippe Reynes
2019-10-12 20:22   ` Tom Rini
2019-08-14 14:44 ` [U-Boot] [PATCH V3 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158 Daniel Schwierzeck
2019-10-12 20:21 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox