All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI
@ 2020-08-31  6:48 Andre Heider
  2020-08-31  6:48 ` [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes Andre Heider
  2020-09-04  9:00 ` [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI Stefan Roese
  0 siblings, 2 replies; 8+ messages in thread
From: Andre Heider @ 2020-08-31  6:48 UTC (permalink / raw)
  To: u-boot

From: Konstantin Porotchkin <kostap@marvell.com>

Include support for CONFIG_SPI_FLASH_GIGADEVICE for supporting
newly produces EspressoBin boards (v7)

Change-Id: I5d4b972cbe2ee5a9d52ce9908794ad4e1b59ee3b
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/61236
Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Reviewed-by: Igal Liberman <igall@marvell.com>
---
 configs/mvebu_espressobin-88f3720_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index 99f421d841..d07c67dbc8 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -54,6 +54,7 @@ CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
+CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_MARVELL=y
 CONFIG_PHY_GIGE=y
-- 
2.28.0

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

* [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes
  2020-08-31  6:48 [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI Andre Heider
@ 2020-08-31  6:48 ` Andre Heider
  2020-08-31  7:57   ` Pali Rohár
  2020-09-04  9:00   ` Stefan Roese
  2020-09-04  9:00 ` [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI Stefan Roese
  1 sibling, 2 replies; 8+ messages in thread
From: Andre Heider @ 2020-08-31  6:48 UTC (permalink / raw)
  To: u-boot

From: Konstantin Porotchkin <kostap@marvell.com>

Enable support of ISSI SPI flashes found on EspressoBIN boards

Change-Id: I6de61c48f108fb4f410f321b9db45887d23212e5
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/61455
Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Reviewed-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Reviewed-by: Stefan Chulski <stefanc@marvell.com>
---
 configs/mvebu_espressobin-88f3720_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index d07c67dbc8..b09449ec36 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -55,6 +55,7 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_SPI_FLASH_GIGADEVICE=y
+CONFIG_SPI_FLASH_ISSI=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_MARVELL=y
 CONFIG_PHY_GIGE=y
-- 
2.28.0

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

* [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes
  2020-08-31  6:48 ` [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes Andre Heider
@ 2020-08-31  7:57   ` Pali Rohár
  2020-08-31  8:18     ` Andre Heider
  2020-09-04  9:00   ` Stefan Roese
  1 sibling, 1 reply; 8+ messages in thread
From: Pali Rohár @ 2020-08-31  7:57 UTC (permalink / raw)
  To: u-boot

I think these two patches can be squashed into one.

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

* [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes
  2020-08-31  7:57   ` Pali Rohár
@ 2020-08-31  8:18     ` Andre Heider
  0 siblings, 0 replies; 8+ messages in thread
From: Andre Heider @ 2020-08-31  8:18 UTC (permalink / raw)
  To: u-boot

On 31/08/2020 09:57, Pali Roh?r wrote:
> I think these two patches can be squashed into one.

I wanted to keep the original authorship, but sure, I don't care either way.

Thanks,
Andre

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

* [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI
  2020-08-31  6:48 [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI Andre Heider
  2020-08-31  6:48 ` [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes Andre Heider
@ 2020-09-04  9:00 ` Stefan Roese
  2020-09-04 14:01   ` Stefan Roese
  1 sibling, 1 reply; 8+ messages in thread
From: Stefan Roese @ 2020-09-04  9:00 UTC (permalink / raw)
  To: u-boot

On 31.08.20 08:48, Andre Heider wrote:
> From: Konstantin Porotchkin <kostap@marvell.com>
> 
> Include support for CONFIG_SPI_FLASH_GIGADEVICE for supporting
> newly produces EspressoBin boards (v7)
> 
> Change-Id: I5d4b972cbe2ee5a9d52ce9908794ad4e1b59ee3b
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
> Reviewed-on: http://vgitil04.il.marvell.com:8080/61236
> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
> Reviewed-by: Igal Liberman <igall@marvell.com>

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

Thanks,
Stefan

> ---
>   configs/mvebu_espressobin-88f3720_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
> index 99f421d841..d07c67dbc8 100644
> --- a/configs/mvebu_espressobin-88f3720_defconfig
> +++ b/configs/mvebu_espressobin-88f3720_defconfig
> @@ -54,6 +54,7 @@ CONFIG_SPI_FLASH_MACRONIX=y
>   CONFIG_SPI_FLASH_SPANSION=y
>   CONFIG_SPI_FLASH_STMICRO=y
>   CONFIG_SPI_FLASH_WINBOND=y
> +CONFIG_SPI_FLASH_GIGADEVICE=y
>   CONFIG_PHYLIB=y
>   CONFIG_PHY_MARVELL=y
>   CONFIG_PHY_GIGE=y
> 


Viele Gr??e,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de

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

* [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes
  2020-08-31  6:48 ` [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes Andre Heider
  2020-08-31  7:57   ` Pali Rohár
@ 2020-09-04  9:00   ` Stefan Roese
  2020-09-04 14:01     ` Stefan Roese
  1 sibling, 1 reply; 8+ messages in thread
From: Stefan Roese @ 2020-09-04  9:00 UTC (permalink / raw)
  To: u-boot

On 31.08.20 08:48, Andre Heider wrote:
> From: Konstantin Porotchkin <kostap@marvell.com>
> 
> Enable support of ISSI SPI flashes found on EspressoBIN boards
> 
> Change-Id: I6de61c48f108fb4f410f321b9db45887d23212e5
> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
> Reviewed-on: http://vgitil04.il.marvell.com:8080/61455
> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
> Reviewed-by: Grzegorz Jaszczyk <jaz@semihalf.com>
> Reviewed-by: Stefan Chulski <stefanc@marvell.com>

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

Thanks,
Stefan

> ---
>   configs/mvebu_espressobin-88f3720_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
> index d07c67dbc8..b09449ec36 100644
> --- a/configs/mvebu_espressobin-88f3720_defconfig
> +++ b/configs/mvebu_espressobin-88f3720_defconfig
> @@ -55,6 +55,7 @@ CONFIG_SPI_FLASH_SPANSION=y
>   CONFIG_SPI_FLASH_STMICRO=y
>   CONFIG_SPI_FLASH_WINBOND=y
>   CONFIG_SPI_FLASH_GIGADEVICE=y
> +CONFIG_SPI_FLASH_ISSI=y
>   CONFIG_PHYLIB=y
>   CONFIG_PHY_MARVELL=y
>   CONFIG_PHY_GIGE=y
> 


Viele Gr??e,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de

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

* [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI
  2020-09-04  9:00 ` [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI Stefan Roese
@ 2020-09-04 14:01   ` Stefan Roese
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Roese @ 2020-09-04 14:01 UTC (permalink / raw)
  To: u-boot

On 04.09.20 11:00, Stefan Roese wrote:
> On 31.08.20 08:48, Andre Heider wrote:
>> From: Konstantin Porotchkin <kostap@marvell.com>
>>
>> Include support for CONFIG_SPI_FLASH_GIGADEVICE for supporting
>> newly produces EspressoBin boards (v7)
>>
>> Change-Id: I5d4b972cbe2ee5a9d52ce9908794ad4e1b59ee3b
>> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
>> Reviewed-on: http://vgitil04.il.marvell.com:8080/61236
>> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
>> Reviewed-by: Igal Liberman <igall@marvell.com>
> 
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot-marvell/master

Thanks,
Stefan

> Thanks,
> Stefan
> 
>> ---
>> ? configs/mvebu_espressobin-88f3720_defconfig | 1 +
>> ? 1 file changed, 1 insertion(+)
>>
>> diff --git a/configs/mvebu_espressobin-88f3720_defconfig 
>> b/configs/mvebu_espressobin-88f3720_defconfig
>> index 99f421d841..d07c67dbc8 100644
>> --- a/configs/mvebu_espressobin-88f3720_defconfig
>> +++ b/configs/mvebu_espressobin-88f3720_defconfig
>> @@ -54,6 +54,7 @@ CONFIG_SPI_FLASH_MACRONIX=y
>> ? CONFIG_SPI_FLASH_SPANSION=y
>> ? CONFIG_SPI_FLASH_STMICRO=y
>> ? CONFIG_SPI_FLASH_WINBOND=y
>> +CONFIG_SPI_FLASH_GIGADEVICE=y
>> ? CONFIG_PHYLIB=y
>> ? CONFIG_PHY_MARVELL=y
>> ? CONFIG_PHY_GIGE=y
>>
> 
> 
> Viele Gr??e,
> Stefan
> 


Viele Gr??e,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de

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

* [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes
  2020-09-04  9:00   ` Stefan Roese
@ 2020-09-04 14:01     ` Stefan Roese
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Roese @ 2020-09-04 14:01 UTC (permalink / raw)
  To: u-boot

On 04.09.20 11:00, Stefan Roese wrote:
> On 31.08.20 08:48, Andre Heider wrote:
>> From: Konstantin Porotchkin <kostap@marvell.com>
>>
>> Enable support of ISSI SPI flashes found on EspressoBIN boards
>>
>> Change-Id: I6de61c48f108fb4f410f321b9db45887d23212e5
>> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
>> Reviewed-on: http://vgitil04.il.marvell.com:8080/61455
>> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
>> Reviewed-by: Grzegorz Jaszczyk <jaz@semihalf.com>
>> Reviewed-by: Stefan Chulski <stefanc@marvell.com>
> 
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot-marvell/master

Thanks,
Stefan

> Thanks,
> Stefan
> 
>> ---
>> ? configs/mvebu_espressobin-88f3720_defconfig | 1 +
>> ? 1 file changed, 1 insertion(+)
>>
>> diff --git a/configs/mvebu_espressobin-88f3720_defconfig 
>> b/configs/mvebu_espressobin-88f3720_defconfig
>> index d07c67dbc8..b09449ec36 100644
>> --- a/configs/mvebu_espressobin-88f3720_defconfig
>> +++ b/configs/mvebu_espressobin-88f3720_defconfig
>> @@ -55,6 +55,7 @@ CONFIG_SPI_FLASH_SPANSION=y
>> ? CONFIG_SPI_FLASH_STMICRO=y
>> ? CONFIG_SPI_FLASH_WINBOND=y
>> ? CONFIG_SPI_FLASH_GIGADEVICE=y
>> +CONFIG_SPI_FLASH_ISSI=y
>> ? CONFIG_PHYLIB=y
>> ? CONFIG_PHY_MARVELL=y
>> ? CONFIG_PHY_GIGE=y
>>
> 
> 
> Viele Gr??e,
> Stefan
> 


Viele Gr??e,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de

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

end of thread, other threads:[~2020-09-04 14:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31  6:48 [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI Andre Heider
2020-08-31  6:48 ` [PATCH 2/2] defconfig: espressobin: Add support for ISSI SPI flashes Andre Heider
2020-08-31  7:57   ` Pali Rohár
2020-08-31  8:18     ` Andre Heider
2020-09-04  9:00   ` Stefan Roese
2020-09-04 14:01     ` Stefan Roese
2020-09-04  9:00 ` [PATCH 1/2] defconfig: espressobin: Include support for Gigadevice SPI Stefan Roese
2020-09-04 14:01   ` 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.