mbox series

[0/2] STM32: Fixes for 4.19 cycle

Message ID 1537461257-2940-1-git-send-email-alexandre.torgue@st.com (mailing list archive)
Headers show
Series STM32: Fixes for 4.19 cycle | expand

Message

Alexandre TORGUE Sept. 20, 2018, 4:34 p.m. UTC
Hi Arnd, olof and Kevin

Those 2 patches fixe the same issue on 4.19-rc: a bad usage of the mdma
binding inside stm32mp157c.dts file. Can you please add them as fixe for 4.19 ?

Thanks in advance
Alex

Alexandre Torgue (1):
  ARM: dts: stm32: update HASH1 dmas property on stm32mp157c

Amelie Delaunay (1):
  ARM: dts: stm32: update SPI6 dmas property on stm32mp157c

 arch/arm/boot/dts/stm32mp157c.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Olof Johansson Sept. 23, 2018, 12:34 p.m. UTC | #1
Hi Alexandre,

On Thu, Sep 20, 2018 at 06:34:15PM +0200, Alexandre Torgue wrote:
> Hi Arnd, olof and Kevin
> 
> Those 2 patches fixe the same issue on 4.19-rc: a bad usage of the mdma
> binding inside stm32mp157c.dts file. Can you please add them as fixe for 4.19 ?

The patches only mention removing unused property contents, not what the bug is
that it fixes (or if it's even causing any problems). Care you clarify?

If it's just fixing inaccurate DT that isn't used, then it's not something we
urgently need to fix in 4.19 and it can wait for 4.20.


Thanks,


-Olof
Alexandre TORGUE Sept. 24, 2018, 6:55 a.m. UTC | #2
Hi Olof

On 09/23/2018 02:34 PM, Olof Johansson wrote:
> Hi Alexandre,
> 
> On Thu, Sep 20, 2018 at 06:34:15PM +0200, Alexandre Torgue wrote:
>> Hi Arnd, olof and Kevin
>>
>> Those 2 patches fixe the same issue on 4.19-rc: a bad usage of the mdma
>> binding inside stm32mp157c.dts file. Can you please add them as fixe for 4.19 ?
> 
> The patches only mention removing unused property contents, not what the bug is
> that it fixes (or if it's even causing any problems). Care you clarify?

Sure.
Concerning SPI patch: without this patch, DMA request will fail but 
there will be no crash because SPI will switch in interrupt mode.
Concerning HASH one, it's just to align DT with dt-bindings documentation.
Regarding the minor issue that they fix I could understand that you 
postpone the merge of those two patches for 4.20.

Regards
Alex

> 
> If it's just fixing inaccurate DT that isn't used, then it's not something we
> urgently need to fix in 4.19 and it can wait for 4.20.
> 
> 
> Thanks,
> 
> 
> -Olof
>
Olof Johansson Sept. 24, 2018, 9:19 a.m. UTC | #3
Hi,


On Mon, Sep 24, 2018 at 7:55 AM, Alexandre Torgue
<alexandre.torgue@st.com> wrote:
> Hi Olof
>
> On 09/23/2018 02:34 PM, Olof Johansson wrote:
>>
>> Hi Alexandre,
>>
>> On Thu, Sep 20, 2018 at 06:34:15PM +0200, Alexandre Torgue wrote:
>>>
>>> Hi Arnd, olof and Kevin
>>>
>>> Those 2 patches fixe the same issue on 4.19-rc: a bad usage of the mdma
>>> binding inside stm32mp157c.dts file. Can you please add them as fixe for
>>> 4.19 ?
>>
>>
>> The patches only mention removing unused property contents, not what the
>> bug is
>> that it fixes (or if it's even causing any problems). Care you clarify?
>
>
> Sure.
> Concerning SPI patch: without this patch, DMA request will fail but there
> will be no crash because SPI will switch in interrupt mode.
> Concerning HASH one, it's just to align DT with dt-bindings documentation.
> Regarding the minor issue that they fix I could understand that you postpone
> the merge of those two patches for 4.20.

The former sounds like an appropriate fix, but the latter is probably
4.20 material, indeed.

Should I just cherry-pick the two patches, or do you want to re-stage
new branches?


-Olof
Alexandre TORGUE Sept. 24, 2018, 9:28 a.m. UTC | #4
Olof

On 09/24/2018 11:19 AM, Olof Johansson wrote:
> Hi,
> 
> 
> On Mon, Sep 24, 2018 at 7:55 AM, Alexandre Torgue
> <alexandre.torgue@st.com> wrote:
>> Hi Olof
>>
>> On 09/23/2018 02:34 PM, Olof Johansson wrote:
>>>
>>> Hi Alexandre,
>>>
>>> On Thu, Sep 20, 2018 at 06:34:15PM +0200, Alexandre Torgue wrote:
>>>>
>>>> Hi Arnd, olof and Kevin
>>>>
>>>> Those 2 patches fixe the same issue on 4.19-rc: a bad usage of the mdma
>>>> binding inside stm32mp157c.dts file. Can you please add them as fixe for
>>>> 4.19 ?
>>>
>>>
>>> The patches only mention removing unused property contents, not what the
>>> bug is
>>> that it fixes (or if it's even causing any problems). Care you clarify?
>>
>>
>> Sure.
>> Concerning SPI patch: without this patch, DMA request will fail but there
>> will be no crash because SPI will switch in interrupt mode.
>> Concerning HASH one, it's just to align DT with dt-bindings documentation.
>> Regarding the minor issue that they fix I could understand that you postpone
>> the merge of those two patches for 4.20.
> 
> The former sounds like an appropriate fix, but the latter is probably
> 4.20 material, indeed.
> 
> Should I just cherry-pick the two patches, or do you want to re-stage
> new branches?

I have nothing else to send for v4.20 so if you can directly take those 
two patches for v4.20, I agree.

thanks
alex

> 
> 
> -Olof
>
Olof Johansson Sept. 26, 2018, 3:40 a.m. UTC | #5
On Mon, Sep 24, 2018 at 11:28:17AM +0200, Alexandre Torgue wrote:
> Olof
> 
> On 09/24/2018 11:19 AM, Olof Johansson wrote:
> > Hi,
> > 
> > 
> > On Mon, Sep 24, 2018 at 7:55 AM, Alexandre Torgue
> > <alexandre.torgue@st.com> wrote:
> > > Hi Olof
> > > 
> > > On 09/23/2018 02:34 PM, Olof Johansson wrote:
> > > > 
> > > > Hi Alexandre,
> > > > 
> > > > On Thu, Sep 20, 2018 at 06:34:15PM +0200, Alexandre Torgue wrote:
> > > > > 
> > > > > Hi Arnd, olof and Kevin
> > > > > 
> > > > > Those 2 patches fixe the same issue on 4.19-rc: a bad usage of the mdma
> > > > > binding inside stm32mp157c.dts file. Can you please add them as fixe for
> > > > > 4.19 ?
> > > > 
> > > > 
> > > > The patches only mention removing unused property contents, not what the
> > > > bug is
> > > > that it fixes (or if it's even causing any problems). Care you clarify?
> > > 
> > > 
> > > Sure.
> > > Concerning SPI patch: without this patch, DMA request will fail but there
> > > will be no crash because SPI will switch in interrupt mode.
> > > Concerning HASH one, it's just to align DT with dt-bindings documentation.
> > > Regarding the minor issue that they fix I could understand that you postpone
> > > the merge of those two patches for 4.20.
> > 
> > The former sounds like an appropriate fix, but the latter is probably
> > 4.20 material, indeed.
> > 
> > Should I just cherry-pick the two patches, or do you want to re-stage
> > new branches?
> 
> I have nothing else to send for v4.20 so if you can directly take those two
> patches for v4.20, I agree.

Thanks! Applied to fixes and next/dt respectively.


-Olof
Olof Johansson Nov. 2, 2018, 6:41 p.m. UTC | #6
On Tue, Sep 25, 2018 at 8:42 PM Olof Johansson <olof@lixom.net> wrote:
>
> On Mon, Sep 24, 2018 at 11:28:17AM +0200, Alexandre Torgue wrote:
> > Olof
> >
> > On 09/24/2018 11:19 AM, Olof Johansson wrote:
> > > Hi,
> > >
> > >
> > > On Mon, Sep 24, 2018 at 7:55 AM, Alexandre Torgue
> > > <alexandre.torgue@st.com> wrote:
> > > > Hi Olof
> > > >
> > > > On 09/23/2018 02:34 PM, Olof Johansson wrote:
> > > > >
> > > > > Hi Alexandre,
> > > > >
> > > > > On Thu, Sep 20, 2018 at 06:34:15PM +0200, Alexandre Torgue wrote:
> > > > > >
> > > > > > Hi Arnd, olof and Kevin
> > > > > >
> > > > > > Those 2 patches fixe the same issue on 4.19-rc: a bad usage of the mdma
> > > > > > binding inside stm32mp157c.dts file. Can you please add them as fixe for
> > > > > > 4.19 ?
> > > > >
> > > > >
> > > > > The patches only mention removing unused property contents, not what the
> > > > > bug is
> > > > > that it fixes (or if it's even causing any problems). Care you clarify?
> > > >
> > > >
> > > > Sure.
> > > > Concerning SPI patch: without this patch, DMA request will fail but there
> > > > will be no crash because SPI will switch in interrupt mode.
> > > > Concerning HASH one, it's just to align DT with dt-bindings documentation.
> > > > Regarding the minor issue that they fix I could understand that you postpone
> > > > the merge of those two patches for 4.20.
> > >
> > > The former sounds like an appropriate fix, but the latter is probably
> > > 4.20 material, indeed.
> > >
> > > Should I just cherry-pick the two patches, or do you want to re-stage
> > > new branches?
> >
> > I have nothing else to send for v4.20 so if you can directly take those two
> > patches for v4.20, I agree.
>
> Thanks! Applied to fixes and next/dt respectively.

Looks like "ARM: dts: stm32: update HASH1 dmas property on
stm32mp157c" got dropped due to being applied to the wrong
tree/branch, so included it in fixes now.


-Olof