All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI
@ 2018-11-21  9:22 Chris Packham
  2018-11-21  9:22 ` [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert " Chris Packham
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Chris Packham @ 2018-11-21  9:22 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 configs/SBx81LIFKW_defconfig   | 2 ++
 configs/SBx81LIFXCAT_defconfig | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/SBx81LIFKW_defconfig b/configs/SBx81LIFKW_defconfig
index 99526c185e20..e0ce1595c5ee 100644
--- a/configs/SBx81LIFKW_defconfig
+++ b/configs/SBx81LIFKW_defconfig
@@ -28,6 +28,7 @@ CONFIG_SYS_I2C_MVTWSI=y
 CONFIG_I2C_MUX=y
 CONFIG_I2C_MUX_PCA954x=y
 # CONFIG_MMC is not set
+CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
@@ -40,4 +41,5 @@ CONFIG_MII=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_MV=y
 CONFIG_SPI=y
+CONFIG_DM_SPI=y
 CONFIG_KIRKWOOD_SPI=y
diff --git a/configs/SBx81LIFXCAT_defconfig b/configs/SBx81LIFXCAT_defconfig
index a0abe23ed328..4a6e05844fec 100644
--- a/configs/SBx81LIFXCAT_defconfig
+++ b/configs/SBx81LIFXCAT_defconfig
@@ -32,6 +32,7 @@ CONFIG_I2C_MUX_PCA954x=y
 CONFIG_LED=y
 CONFIG_LED_GPIO=y
 # CONFIG_MMC is not set
+CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
@@ -42,4 +43,5 @@ CONFIG_MV88E61XX_PHY_PORTS=0x003
 CONFIG_MV88E61XX_FIXED_PORTS=0x300
 CONFIG_MII=y
 CONFIG_SPI=y
+CONFIG_DM_SPI=y
 CONFIG_KIRKWOOD_SPI=y
-- 
2.19.1

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

* [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert to DM_SPI
  2018-11-21  9:22 [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI Chris Packham
@ 2018-11-21  9:22 ` Chris Packham
  2018-11-22  8:37   ` Stefan Roese
  2018-11-30 14:39   ` Stefan Roese
  2018-11-21  9:22 ` [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: " Chris Packham
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Chris Packham @ 2018-11-21  9:22 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 configs/ds109_defconfig | 2 ++
 include/configs/ds109.h | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
index 23f1886a249a..352403e57385 100644
--- a/configs/ds109_defconfig
+++ b/configs/ds109_defconfig
@@ -23,6 +23,7 @@ CONFIG_MVSATA_IDE=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_MVTWSI=y
 # CONFIG_MMC is not set
+CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_BAR=y
 CONFIG_SPI_FLASH_STMICRO=y
@@ -32,6 +33,7 @@ CONFIG_DM_RTC=y
 CONFIG_RTC_MV=y
 CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
+CONFIG_DM_SPI=y
 CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
diff --git a/include/configs/ds109.h b/include/configs/ds109.h
index c06f0058deb5..2c7928e88c1c 100644
--- a/include/configs/ds109.h
+++ b/include/configs/ds109.h
@@ -38,7 +38,6 @@
 #endif
 
 #ifdef CONFIG_CMD_SF
-#define CONFIG_HARD_SPI			1
 #define CONFIG_ENV_SPI_BUS		0
 #define CONFIG_ENV_SPI_CS		0
 #define CONFIG_ENV_SPI_MAX_HZ		50000000 /* 50 MHz */
-- 
2.19.1

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

* [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: Convert to DM_SPI
  2018-11-21  9:22 [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI Chris Packham
  2018-11-21  9:22 ` [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert " Chris Packham
@ 2018-11-21  9:22 ` Chris Packham
  2018-11-22  8:38   ` Stefan Roese
  2018-11-30 14:39   ` Stefan Roese
  2018-11-22  8:37 ` [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards " Stefan Roese
  2018-11-30 14:38 ` Stefan Roese
  3 siblings, 2 replies; 9+ messages in thread
From: Chris Packham @ 2018-11-21  9:22 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 configs/dreamplug_defconfig | 2 ++
 include/configs/dreamplug.h | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig
index 76c768006d35..d3263cf9cd3f 100644
--- a/configs/dreamplug_defconfig
+++ b/configs/dreamplug_defconfig
@@ -26,6 +26,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_DM=y
 CONFIG_MVSATA_IDE=y
 # CONFIG_MMC is not set
+CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_MVGBE=y
@@ -34,6 +35,7 @@ CONFIG_DM_RTC=y
 CONFIG_RTC_MV=y
 CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
+CONFIG_DM_SPI=y
 CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 1c94bf9fa1bf..f4d717213ce1 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -35,7 +35,6 @@
 #endif
 
 #ifdef CONFIG_CMD_SF
-#define CONFIG_HARD_SPI			1
 #define CONFIG_ENV_SPI_BUS		0
 #define CONFIG_ENV_SPI_CS		0
 #define CONFIG_ENV_SPI_MAX_HZ		50000000 /* 50 MHz */
-- 
2.19.1

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

* [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI
  2018-11-21  9:22 [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI Chris Packham
  2018-11-21  9:22 ` [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert " Chris Packham
  2018-11-21  9:22 ` [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: " Chris Packham
@ 2018-11-22  8:37 ` Stefan Roese
  2018-11-30 14:38 ` Stefan Roese
  3 siblings, 0 replies; 9+ messages in thread
From: Stefan Roese @ 2018-11-22  8:37 UTC (permalink / raw)
  To: u-boot

On 21.11.18 10:22, Chris Packham wrote:
> Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
>   configs/SBx81LIFKW_defconfig   | 2 ++
>   configs/SBx81LIFXCAT_defconfig | 2 ++
>   2 files changed, 4 insertions(+)
> 
> diff --git a/configs/SBx81LIFKW_defconfig b/configs/SBx81LIFKW_defconfig
> index 99526c185e20..e0ce1595c5ee 100644
> --- a/configs/SBx81LIFKW_defconfig
> +++ b/configs/SBx81LIFKW_defconfig
> @@ -28,6 +28,7 @@ CONFIG_SYS_I2C_MVTWSI=y
>   CONFIG_I2C_MUX=y
>   CONFIG_I2C_MUX_PCA954x=y
>   # CONFIG_MMC is not set
> +CONFIG_DM_SPI_FLASH=y
>   CONFIG_SPI_FLASH=y
>   CONFIG_SPI_FLASH_STMICRO=y
>   # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
> @@ -40,4 +41,5 @@ CONFIG_MII=y
>   CONFIG_DM_RTC=y
>   CONFIG_RTC_MV=y
>   CONFIG_SPI=y
> +CONFIG_DM_SPI=y
>   CONFIG_KIRKWOOD_SPI=y
> diff --git a/configs/SBx81LIFXCAT_defconfig b/configs/SBx81LIFXCAT_defconfig
> index a0abe23ed328..4a6e05844fec 100644
> --- a/configs/SBx81LIFXCAT_defconfig
> +++ b/configs/SBx81LIFXCAT_defconfig
> @@ -32,6 +32,7 @@ CONFIG_I2C_MUX_PCA954x=y
>   CONFIG_LED=y
>   CONFIG_LED_GPIO=y
>   # CONFIG_MMC is not set
> +CONFIG_DM_SPI_FLASH=y
>   CONFIG_SPI_FLASH=y
>   CONFIG_SPI_FLASH_STMICRO=y
>   # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
> @@ -42,4 +43,5 @@ CONFIG_MV88E61XX_PHY_PORTS=0x003
>   CONFIG_MV88E61XX_FIXED_PORTS=0x300
>   CONFIG_MII=y
>   CONFIG_SPI=y
> +CONFIG_DM_SPI=y
>   CONFIG_KIRKWOOD_SPI=y
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert to DM_SPI
  2018-11-21  9:22 ` [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert " Chris Packham
@ 2018-11-22  8:37   ` Stefan Roese
  2018-11-30 14:39   ` Stefan Roese
  1 sibling, 0 replies; 9+ messages in thread
From: Stefan Roese @ 2018-11-22  8:37 UTC (permalink / raw)
  To: u-boot

On 21.11.18 10:22, Chris Packham wrote:
> Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
>   configs/ds109_defconfig | 2 ++
>   include/configs/ds109.h | 1 -
>   2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
> index 23f1886a249a..352403e57385 100644
> --- a/configs/ds109_defconfig
> +++ b/configs/ds109_defconfig
> @@ -23,6 +23,7 @@ CONFIG_MVSATA_IDE=y
>   CONFIG_DM_I2C=y
>   CONFIG_SYS_I2C_MVTWSI=y
>   # CONFIG_MMC is not set
> +CONFIG_DM_SPI_FLASH=y
>   CONFIG_SPI_FLASH=y
>   CONFIG_SPI_FLASH_BAR=y
>   CONFIG_SPI_FLASH_STMICRO=y
> @@ -32,6 +33,7 @@ CONFIG_DM_RTC=y
>   CONFIG_RTC_MV=y
>   CONFIG_SYS_NS16550=y
>   CONFIG_SPI=y
> +CONFIG_DM_SPI=y
>   CONFIG_KIRKWOOD_SPI=y
>   CONFIG_USB=y
>   CONFIG_USB_EHCI_HCD=y
> diff --git a/include/configs/ds109.h b/include/configs/ds109.h
> index c06f0058deb5..2c7928e88c1c 100644
> --- a/include/configs/ds109.h
> +++ b/include/configs/ds109.h
> @@ -38,7 +38,6 @@
>   #endif
>   
>   #ifdef CONFIG_CMD_SF
> -#define CONFIG_HARD_SPI			1
>   #define CONFIG_ENV_SPI_BUS		0
>   #define CONFIG_ENV_SPI_CS		0
>   #define CONFIG_ENV_SPI_MAX_HZ		50000000 /* 50 MHz */
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: Convert to DM_SPI
  2018-11-21  9:22 ` [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: " Chris Packham
@ 2018-11-22  8:38   ` Stefan Roese
  2018-11-30 14:39   ` Stefan Roese
  1 sibling, 0 replies; 9+ messages in thread
From: Stefan Roese @ 2018-11-22  8:38 UTC (permalink / raw)
  To: u-boot

On 21.11.18 10:22, Chris Packham wrote:
> Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
>   configs/dreamplug_defconfig | 2 ++
>   include/configs/dreamplug.h | 1 -
>   2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig
> index 76c768006d35..d3263cf9cd3f 100644
> --- a/configs/dreamplug_defconfig
> +++ b/configs/dreamplug_defconfig
> @@ -26,6 +26,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y
>   CONFIG_DM=y
>   CONFIG_MVSATA_IDE=y
>   # CONFIG_MMC is not set
> +CONFIG_DM_SPI_FLASH=y
>   CONFIG_SPI_FLASH=y
>   CONFIG_SPI_FLASH_MACRONIX=y
>   CONFIG_MVGBE=y
> @@ -34,6 +35,7 @@ CONFIG_DM_RTC=y
>   CONFIG_RTC_MV=y
>   CONFIG_SYS_NS16550=y
>   CONFIG_SPI=y
> +CONFIG_DM_SPI=y
>   CONFIG_KIRKWOOD_SPI=y
>   CONFIG_USB=y
>   CONFIG_USB_EHCI_HCD=y
> diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
> index 1c94bf9fa1bf..f4d717213ce1 100644
> --- a/include/configs/dreamplug.h
> +++ b/include/configs/dreamplug.h
> @@ -35,7 +35,6 @@
>   #endif
>   
>   #ifdef CONFIG_CMD_SF
> -#define CONFIG_HARD_SPI			1
>   #define CONFIG_ENV_SPI_BUS		0
>   #define CONFIG_ENV_SPI_CS		0
>   #define CONFIG_ENV_SPI_MAX_HZ		50000000 /* 50 MHz */
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI
  2018-11-21  9:22 [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI Chris Packham
                   ` (2 preceding siblings ...)
  2018-11-22  8:37 ` [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards " Stefan Roese
@ 2018-11-30 14:38 ` Stefan Roese
  3 siblings, 0 replies; 9+ messages in thread
From: Stefan Roese @ 2018-11-30 14:38 UTC (permalink / raw)
  To: u-boot

On 21.11.18 10:22, Chris Packham wrote:
> Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot-marvell/master.

Thanks,
Stefan

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

* [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert to DM_SPI
  2018-11-21  9:22 ` [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert " Chris Packham
  2018-11-22  8:37   ` Stefan Roese
@ 2018-11-30 14:39   ` Stefan Roese
  1 sibling, 0 replies; 9+ messages in thread
From: Stefan Roese @ 2018-11-30 14:39 UTC (permalink / raw)
  To: u-boot

On 21.11.18 10:22, Chris Packham wrote:
> Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot-marvell/master.

Thanks,
Stefan

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

* [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: Convert to DM_SPI
  2018-11-21  9:22 ` [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: " Chris Packham
  2018-11-22  8:38   ` Stefan Roese
@ 2018-11-30 14:39   ` Stefan Roese
  1 sibling, 0 replies; 9+ messages in thread
From: Stefan Roese @ 2018-11-30 14:39 UTC (permalink / raw)
  To: u-boot

On 21.11.18 10:22, Chris Packham wrote:
> Enable CONFIG_DM_SPI=y and CONFIG_DM_SPI_FLASH=y in the defconfig.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot-marvell/master.

Thanks,
Stefan

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

end of thread, other threads:[~2018-11-30 14:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-21  9:22 [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards to DM_SPI Chris Packham
2018-11-21  9:22 ` [U-Boot] [PATCH 2/3] configs: kirkwood: ds109: Convert " Chris Packham
2018-11-22  8:37   ` Stefan Roese
2018-11-30 14:39   ` Stefan Roese
2018-11-21  9:22 ` [U-Boot] [PATCH 3/3] configs: kirkwood: dreamplug: " Chris Packham
2018-11-22  8:38   ` Stefan Roese
2018-11-30 14:39   ` Stefan Roese
2018-11-22  8:37 ` [U-Boot] [PATCH 1/3] configs: kirkwood: Convert Allied Telesis boards " Stefan Roese
2018-11-30 14:38 ` Stefan Roese

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.