2020-02-04 12:39:57

by Patrice CHOTARD

[permalink] [raw]
Subject: [GIT PULL] STi DT update for v5.6 round 1

Hi Arnd, Olof, Kevin

Please find STi dt update for v5.6 round 1:

The following changes since commit d5226fa6dbae0569ee43ecfc08bdcd6770fc4755:


  Linux 5.5 (2020-01-26 16:23:03 -0800)

are available in the Git repository at:

  [email protected]:pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-5.6-round1

for you to fetch changes up to 21eebae9a11ff18fe6d6b43adccadd533abdf0d6:

  ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion (2020-02-04 11:21:37 +0100)

----------------------------------------------------------------
STi dt fixes:
-------------
  - remove deprecated Synopsys PHY dt properties
  - fix sound frame-inversion property

----------------------------------------------------------------
Kuninori Morimoto (1):
      ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion

Patrice Chotard (1):
      ARM: dts: stih410-b2260: Remove deprecated snps PHY properties

 arch/arm/boot/dts/stih410-b2260.dts  | 3 ---
 arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)


2020-02-09 11:53:19

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] STi DT update for v5.6 round 1

Hi Patrice,

[Please also cc [email protected] on pull requests, since they then end
up in our patchwork and we're less likely to miss them]

On Tue, Feb 4, 2020 at 1:37 PM Patrice CHOTARD <[email protected]> wrote:
>
> Hi Arnd, Olof, Kevin
>
> Please find STi dt update for v5.6 round 1:

The timing for this is bad. Material should arrive to our tree around
-rc6 timeframe for the previous release, for us to have time to merge
it and expose it in linux-next for a while before the merge window
opens.

>
> The following changes since commit d5226fa6dbae0569ee43ecfc08bdcd6770fc4755:
>
>
> Linux 5.5 (2020-01-26 16:23:03 -0800)

... we also ask that the incoming branches are based on rc1 or rc2 of
the previous release, not the latest possible release (unless there's
a good reason for it).

>
> are available in the Git repository at:
>
> [email protected]:pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-5.6-round1

Please use the public git:// or https:// versions in pull requests.

> for you to fetch changes up to 21eebae9a11ff18fe6d6b43adccadd533abdf0d6:
>
> ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion (2020-02-04 11:21:37 +0100)
>
> ----------------------------------------------------------------
> STi dt fixes:
> -------------
> - remove deprecated Synopsys PHY dt properties
> - fix sound frame-inversion property
>
> ----------------------------------------------------------------
> Kuninori Morimoto (1):
> ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion
>
> Patrice Chotard (1):
> ARM: dts: stih410-b2260: Remove deprecated snps PHY properties

It's a good idea to keep a reasonably consistent prefix usage. "ARM:
dts: <platform>:" is what we prefer, so feel free to touch that up for
patches that you apply.


-Olof

2020-02-10 08:15:54

by Patrice CHOTARD

[permalink] [raw]
Subject: Re: [GIT PULL] STi DT update for v5.6 round 1

Hi Olof

On 2/9/20 12:51 PM, Olof Johansson wrote:

> Hi Patrice,
>
> [Please also cc [email protected] on pull requests, since they then end
> up in our patchwork and we're less likely to miss them]

Ok


>
> On Tue, Feb 4, 2020 at 1:37 PM Patrice CHOTARD <[email protected]> wrote:
>> Hi Arnd, Olof, Kevin
>>
>> Please find STi dt update for v5.6 round 1:
> The timing for this is bad. Material should arrive to our tree around
> -rc6 timeframe for the previous release, for us to have time to merge
> it and expose it in linux-next for a while before the merge window
> opens.

Ok understand, this pull request is not urgent at all, i will resubmit it later ;-)

>
>> The following changes since commit d5226fa6dbae0569ee43ecfc08bdcd6770fc4755:
>>
>>
>> Linux 5.5 (2020-01-26 16:23:03 -0800)
> ... we also ask that the incoming branches are based on rc1 or rc2 of
> the previous release, not the latest possible release (unless there's
> a good reason for it).
>
>> are available in the Git repository at:
>>
>> [email protected]:pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-5.6-round1
> Please use the public git:// or https:// versions in pull requests.
Ok
>
>> for you to fetch changes up to 21eebae9a11ff18fe6d6b43adccadd533abdf0d6:
>>
>> ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion (2020-02-04 11:21:37 +0100)
>>
>> ----------------------------------------------------------------
>> STi dt fixes:
>> -------------
>> - remove deprecated Synopsys PHY dt properties
>> - fix sound frame-inversion property
>>
>> ----------------------------------------------------------------
>> Kuninori Morimoto (1):
>> ARM: stihxxx-b2120.dtsi: fixup sound frame-inversion
>>
>> Patrice Chotard (1):
>> ARM: dts: stih410-b2260: Remove deprecated snps PHY properties
> It's a good idea to keep a reasonably consistent prefix usage. "ARM:
> dts: <platform>:" is what we prefer, so feel free to touch that up for
> patches that you apply.

ok noted

Thanks

Patrice

>
>
> -Olof