linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
@ 2019-07-29 13:55 patrice.chotard
  2019-07-30 17:36 ` Olof Johansson
  0 siblings, 1 reply; 9+ messages in thread
From: patrice.chotard @ 2019-07-29 13:55 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Alexandre Torgue, Russell King
  Cc: linux-arm-kernel, linux-kernel, linux-stm32, Patrice Chotard

From: Patrice Chotard <patrice.chotard@st.com>

Enable support for QSPI block on STM32 SoCs.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 6a40bc2ef271..78d1d93298af 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -403,6 +403,7 @@ CONFIG_SPI_SH_MSIOF=m
 CONFIG_SPI_SH_HSPI=y
 CONFIG_SPI_SIRF=y
 CONFIG_SPI_STM32=m
+CONFIG_SPI_STM32_QSPI=m
 CONFIG_SPI_SUN4I=y
 CONFIG_SPI_SUN6I=y
 CONFIG_SPI_TEGRA114=y
-- 
2.17.1


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

* Re: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
  2019-07-29 13:55 ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support patrice.chotard
@ 2019-07-30 17:36 ` Olof Johansson
  2019-07-31  6:47   ` Alexandre Torgue
  2019-07-31  7:15   ` Patrice CHOTARD
  0 siblings, 2 replies; 9+ messages in thread
From: Olof Johansson @ 2019-07-30 17:36 UTC (permalink / raw)
  To: Patrice CHOTARD
  Cc: Arnd Bergmann, Alexandre Torgue, Russell King,
	Linux ARM Mailing List, Linux Kernel Mailing List, linux-stm32

Hi Patrice,

If you cc soc@kernel.org on patches you want us to apply, you'll get
them automatically tracked by patchwork.


-Olof

On Mon, Jul 29, 2019 at 3:55 PM <patrice.chotard@st.com> wrote:
>
> From: Patrice Chotard <patrice.chotard@st.com>
>
> Enable support for QSPI block on STM32 SoCs.
>
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 6a40bc2ef271..78d1d93298af 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -403,6 +403,7 @@ CONFIG_SPI_SH_MSIOF=m
>  CONFIG_SPI_SH_HSPI=y
>  CONFIG_SPI_SIRF=y
>  CONFIG_SPI_STM32=m
> +CONFIG_SPI_STM32_QSPI=m
>  CONFIG_SPI_SUN4I=y
>  CONFIG_SPI_SUN6I=y
>  CONFIG_SPI_TEGRA114=y
> --
> 2.17.1
>

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

* Re: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
  2019-07-30 17:36 ` Olof Johansson
@ 2019-07-31  6:47   ` Alexandre Torgue
  2019-07-31 13:20     ` Olof Johansson
  2019-07-31  7:15   ` Patrice CHOTARD
  1 sibling, 1 reply; 9+ messages in thread
From: Alexandre Torgue @ 2019-07-31  6:47 UTC (permalink / raw)
  To: Olof Johansson, Patrice CHOTARD
  Cc: Arnd Bergmann, Russell King, Linux ARM Mailing List,
	Linux Kernel Mailing List, linux-stm32

Hi Olof

On 7/30/19 7:36 PM, Olof Johansson wrote:
> Hi Patrice,
> 
> If you cc soc@kernel.org on patches you want us to apply, you'll get
> them automatically tracked by patchwork.
> 

Does it means that you will take it directly in arm-soc tree ?
I mean, I used to take this kind of patch (multi-v7_defconfig patch 
linked to STM32 driver) in my stm32 branch and to send PR for them.

regards
Alex

> 
> -Olof
> 
> On Mon, Jul 29, 2019 at 3:55 PM <patrice.chotard@st.com> wrote:
>>
>> From: Patrice Chotard <patrice.chotard@st.com>
>>
>> Enable support for QSPI block on STM32 SoCs.
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
>> ---
>>   arch/arm/configs/multi_v7_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>> index 6a40bc2ef271..78d1d93298af 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -403,6 +403,7 @@ CONFIG_SPI_SH_MSIOF=m
>>   CONFIG_SPI_SH_HSPI=y
>>   CONFIG_SPI_SIRF=y
>>   CONFIG_SPI_STM32=m
>> +CONFIG_SPI_STM32_QSPI=m
>>   CONFIG_SPI_SUN4I=y
>>   CONFIG_SPI_SUN6I=y
>>   CONFIG_SPI_TEGRA114=y
>> --
>> 2.17.1
>>

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

* Re: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
  2019-07-30 17:36 ` Olof Johansson
  2019-07-31  6:47   ` Alexandre Torgue
@ 2019-07-31  7:15   ` Patrice CHOTARD
  1 sibling, 0 replies; 9+ messages in thread
From: Patrice CHOTARD @ 2019-07-31  7:15 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Arnd Bergmann, Alexandre TORGUE, Russell King,
	Linux ARM Mailing List, Linux Kernel Mailing List, linux-stm32

Hi OLof

On 7/30/19 7:36 PM, Olof Johansson wrote:
> Hi Patrice,
>
> If you cc soc@kernel.org on patches you want us to apply, you'll get
> them automatically tracked by patchwork.

Thanks for the information, i will resubmit it.

Patrice


>
>
> -Olof
>
> On Mon, Jul 29, 2019 at 3:55 PM <patrice.chotard@st.com> wrote:
>> From: Patrice Chotard <patrice.chotard@st.com>
>>
>> Enable support for QSPI block on STM32 SoCs.
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
>> ---
>>  arch/arm/configs/multi_v7_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>> index 6a40bc2ef271..78d1d93298af 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -403,6 +403,7 @@ CONFIG_SPI_SH_MSIOF=m
>>  CONFIG_SPI_SH_HSPI=y
>>  CONFIG_SPI_SIRF=y
>>  CONFIG_SPI_STM32=m
>> +CONFIG_SPI_STM32_QSPI=m
>>  CONFIG_SPI_SUN4I=y
>>  CONFIG_SPI_SUN6I=y
>>  CONFIG_SPI_TEGRA114=y
>> --
>> 2.17.1
>>

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

* Re: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
  2019-07-31  6:47   ` Alexandre Torgue
@ 2019-07-31 13:20     ` Olof Johansson
  2019-07-31 13:21       ` Olof Johansson
  0 siblings, 1 reply; 9+ messages in thread
From: Olof Johansson @ 2019-07-31 13:20 UTC (permalink / raw)
  To: Alexandre Torgue
  Cc: Patrice CHOTARD, Arnd Bergmann, Russell King,
	Linux ARM Mailing List, Linux Kernel Mailing List, linux-stm32

Hi,

On Wed, Jul 31, 2019 at 8:48 AM Alexandre Torgue
<alexandre.torgue@st.com> wrote:
>
> Hi Olof
>
> On 7/30/19 7:36 PM, Olof Johansson wrote:
> > Hi Patrice,
> >
> > If you cc soc@kernel.org on patches you want us to apply, you'll get
> > them automatically tracked by patchwork.
> >
>
> Does it means that you will take it directly in arm-soc tree ?
> I mean, I used to take this kind of patch (multi-v7_defconfig patch
> linked to STM32 driver) in my stm32 branch and to send PR for them.

You can do that too -- it was unclear to me whether you posted the
patch with us in the To: line because you wanted it applied or not.


-Olof

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

* Re: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
  2019-07-31 13:20     ` Olof Johansson
@ 2019-07-31 13:21       ` Olof Johansson
  2019-07-31 14:40         ` Alexandre Torgue
  0 siblings, 1 reply; 9+ messages in thread
From: Olof Johansson @ 2019-07-31 13:21 UTC (permalink / raw)
  To: Alexandre Torgue
  Cc: Patrice CHOTARD, Arnd Bergmann, Russell King,
	Linux ARM Mailing List, Linux Kernel Mailing List, linux-stm32

On Wed, Jul 31, 2019 at 3:20 PM Olof Johansson <olof@lixom.net> wrote:
>
> Hi,
>
> On Wed, Jul 31, 2019 at 8:48 AM Alexandre Torgue
> <alexandre.torgue@st.com> wrote:
> >
> > Hi Olof
> >
> > On 7/30/19 7:36 PM, Olof Johansson wrote:
> > > Hi Patrice,
> > >
> > > If you cc soc@kernel.org on patches you want us to apply, you'll get
> > > them automatically tracked by patchwork.
> > >
> >
> > Does it means that you will take it directly in arm-soc tree ?
> > I mean, I used to take this kind of patch (multi-v7_defconfig patch
> > linked to STM32 driver) in my stm32 branch and to send PR for them.
>
> You can do that too -- it was unclear to me whether you posted the
> patch with us in the To: line because you wanted it applied or not.

Also, we request that platform maintainers keep the defconfig updates
in a separate branch, since we normally track them in a separate
branch on our side. So if you do it in the future, please send
separate PR.

For single patches, it's just as easy to send us the patch as a pull request.


Thanks,

-Olof

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

* Re: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
  2019-07-31 13:21       ` Olof Johansson
@ 2019-07-31 14:40         ` Alexandre Torgue
  0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Torgue @ 2019-07-31 14:40 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Patrice CHOTARD, Arnd Bergmann, Russell King,
	Linux ARM Mailing List, Linux Kernel Mailing List, linux-stm32



On 7/31/19 3:21 PM, Olof Johansson wrote:
> On Wed, Jul 31, 2019 at 3:20 PM Olof Johansson <olof@lixom.net> wrote:
>>
>> Hi,
>>
>> On Wed, Jul 31, 2019 at 8:48 AM Alexandre Torgue
>> <alexandre.torgue@st.com> wrote:
>>>
>>> Hi Olof
>>>
>>> On 7/30/19 7:36 PM, Olof Johansson wrote:
>>>> Hi Patrice,
>>>>
>>>> If you cc soc@kernel.org on patches you want us to apply, you'll get
>>>> them automatically tracked by patchwork.
>>>>
>>>
>>> Does it means that you will take it directly in arm-soc tree ?
>>> I mean, I used to take this kind of patch (multi-v7_defconfig patch
>>> linked to STM32 driver) in my stm32 branch and to send PR for them.
>>
>> You can do that too -- it was unclear to me whether you posted the
>> patch with us in the To: line because you wanted it applied or not.
> 
> Also, we request that platform maintainers keep the defconfig updates
> in a separate branch, since we normally track them in a separate
> branch on our side. So if you do it in the future, please send
> separate PR.
> 
> For single patches, it's just as easy to send us the patch as a pull request.
> 

Ok. So I'll continue as I did :)

Thanks for clarifications

Alex

> 
> Thanks,
> 
> -Olof
> 

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

* Re: ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
  2019-07-31  7:22 patrice.chotard
@ 2019-08-02  7:38 ` Alexandre Torgue
  0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Torgue @ 2019-08-02  7:38 UTC (permalink / raw)
  To: patrice.chotard, Arnd Bergmann, Olof Johansson, Russell King
  Cc: linux-arm-kernel, linux-kernel, linux-stm32, soc

Dear Patrice

On 7/31/19 9:22 AM, patrice.chotard@st.com wrote:
> From: Patrice Chotard <patrice.chotard@st.com>
> 
> Enable support for QSPI block on STM32 SoCs.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
>   arch/arm/configs/multi_v7_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 6a40bc2ef271..78d1d93298af 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -403,6 +403,7 @@ CONFIG_SPI_SH_MSIOF=m
>   CONFIG_SPI_SH_HSPI=y
>   CONFIG_SPI_SIRF=y
>   CONFIG_SPI_STM32=m
> +CONFIG_SPI_STM32_QSPI=m
>   CONFIG_SPI_SUN4I=y
>   CONFIG_SPI_SUN6I=y
>   CONFIG_SPI_TEGRA114=y
> 

Applied on stm32-next.

Thanks.
Alex

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

* ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
@ 2019-07-31  7:22 patrice.chotard
  2019-08-02  7:38 ` Alexandre Torgue
  0 siblings, 1 reply; 9+ messages in thread
From: patrice.chotard @ 2019-07-31  7:22 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Alexandre Torgue, Russell King
  Cc: linux-arm-kernel, linux-kernel, linux-stm32, soc, Patrice Chotard

From: Patrice Chotard <patrice.chotard@st.com>

Enable support for QSPI block on STM32 SoCs.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 6a40bc2ef271..78d1d93298af 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -403,6 +403,7 @@ CONFIG_SPI_SH_MSIOF=m
 CONFIG_SPI_SH_HSPI=y
 CONFIG_SPI_SIRF=y
 CONFIG_SPI_STM32=m
+CONFIG_SPI_STM32_QSPI=m
 CONFIG_SPI_SUN4I=y
 CONFIG_SPI_SUN6I=y
 CONFIG_SPI_TEGRA114=y
-- 
2.17.1


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

end of thread, other threads:[~2019-08-02  7:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 13:55 ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support patrice.chotard
2019-07-30 17:36 ` Olof Johansson
2019-07-31  6:47   ` Alexandre Torgue
2019-07-31 13:20     ` Olof Johansson
2019-07-31 13:21       ` Olof Johansson
2019-07-31 14:40         ` Alexandre Torgue
2019-07-31  7:15   ` Patrice CHOTARD
2019-07-31  7:22 patrice.chotard
2019-08-02  7:38 ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).