linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2)
@ 2019-09-03 12:41 Gregory CLEMENT
  2019-09-03 21:05 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Gregory CLEMENT @ 2019-09-03 12:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Andrew Lunn, Jason Cooper, linux-arm-kernel, Sebastian Hesselbarth

Hi,

Here is the second pull request for dt64 for mvebu for v5.4.

For the Turris Mox board there was dependencies with moxtet header which
was already merged in your arm/drivers branch. That the reason why I
merged this branch in my mvebu/dt64 branch.

Let me know if it is a problem and if you want that I do it in a
different way.

Gregory

The following changes since commit 4e48ff438fca98a70d8e813d18e336f25da73ed8:

  Merge remote-tracking branch 'arm-soc/arm/drivers' into HEAD (2019-08-31 09:24:13 +0200)

are available in the Git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-5.4-2

for you to fetch changes up to 7109d817db2e020379d0f245300b8ffe651c5c04:

  arm64: dts: marvell: add DTS for Turris Mox (2019-08-31 09:24:31 +0200)

----------------------------------------------------------------
mvebu dt64 for 5.4 (part 2)

Add support for Turris Mox board (Armada 3720 SoC based)

----------------------------------------------------------------
Marek Behún (3):
      arm64: dts: marvell: armada-37xx: add SPI CS1 pinctrl
      dt-bindings: marvell: document Turris Mox compatible
      arm64: dts: marvell: add DTS for Turris Mox

 .../bindings/arm/marvell/armada-37xx.txt           |   8 +
 arch/arm64/boot/dts/marvell/Makefile               |   1 +
 .../boot/dts/marvell/armada-3720-turris-mox.dts    | 840 +++++++++++++++++++++
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       |   5 +
 4 files changed, 854 insertions(+)
 create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2)
  2019-09-03 12:41 [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2) Gregory CLEMENT
@ 2019-09-03 21:05 ` Arnd Bergmann
  2019-09-03 22:50   ` Marek Behun
  2019-09-04 15:38   ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Arnd Bergmann @ 2019-09-03 21:05 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Andrew Lunn, Jason Cooper, Marek Behún, SoC Team, arm-soc,
	Olof Johansson, Linux ARM, Sebastian Hesselbarth

On Tue, Sep 3, 2019 at 2:41 PM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:
> Here is the second pull request for dt64 for mvebu for v5.4.
>
> For the Turris Mox board there was dependencies with moxtet header which
> was already merged in your arm/drivers branch. That the reason why I
> merged this branch in my mvebu/dt64 branch.
>
> Let me know if it is a problem and if you want that I do it in a
> different way.

I don't really like this, but it's too late to do it right now. The problem is
that I should have not picked up the patches from the list in the first
place if there are these dependencies.

This could have been communicated better in the patch series, but
it really my own fault.

> ----------------------------------------------------------------
> mvebu dt64 for 5.4 (part 2)
>
> Add support for Turris Mox board (Armada 3720 SoC based)
>
> ----------------------------------------------------------------
> Marek Behún (3):
>       arm64: dts: marvell: armada-37xx: add SPI CS1 pinctrl
>       dt-bindings: marvell: document Turris Mox compatible
>       arm64: dts: marvell: add DTS for Turris Mox

I think the best way forward would be for me to apply the
remaining patches on top of the arm/drivers branch, to avoid
also pulling in your other DT changes into arm/drivers, or pulling
in all of arm/drivers into arm/dt.

Would that work for you?

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2)
  2019-09-03 21:05 ` Arnd Bergmann
@ 2019-09-03 22:50   ` Marek Behun
  2019-09-04 15:38   ` Arnd Bergmann
  1 sibling, 0 replies; 5+ messages in thread
From: Marek Behun @ 2019-09-03 22:50 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Andrew Lunn, Jason Cooper, Gregory CLEMENT, SoC Team, arm-soc,
	Olof Johansson, Linux ARM, Sebastian Hesselbarth

On Tue, 3 Sep 2019 23:05:47 +0200
Arnd Bergmann <arnd@arndb.de> wrote:

> On Tue, Sep 3, 2019 at 2:41 PM Gregory CLEMENT
> <gregory.clement@bootlin.com> wrote:
> > Here is the second pull request for dt64 for mvebu for v5.4.
> >
> > For the Turris Mox board there was dependencies with moxtet header which
> > was already merged in your arm/drivers branch. That the reason why I
> > merged this branch in my mvebu/dt64 branch.
> >
> > Let me know if it is a problem and if you want that I do it in a
> > different way.  
> 
> I don't really like this, but it's too late to do it right now. The problem is
> that I should have not picked up the patches from the list in the first
> place if there are these dependencies.
> 
> This could have been communicated better in the patch series, but
> it really my own fault.
> 
> > ----------------------------------------------------------------
> > mvebu dt64 for 5.4 (part 2)
> >
> > Add support for Turris Mox board (Armada 3720 SoC based)
> >
> > ----------------------------------------------------------------
> > Marek Behún (3):
> >       arm64: dts: marvell: armada-37xx: add SPI CS1 pinctrl
> >       dt-bindings: marvell: document Turris Mox compatible
> >       arm64: dts: marvell: add DTS for Turris Mox  
> 
> I think the best way forward would be for me to apply the
> remaining patches on top of the arm/drivers branch, to avoid
> also pulling in your other DT changes into arm/drivers, or pulling
> in all of arm/drivers into arm/dt.
> 
> Would that work for you?
> 
>        Arnd

Hi Arnd,

I also sent you a series for fixing some gcc warnings for the moxtet
driver, with subject
  [PATCH armsoc/drivers 0/2] Turris Mox moxtet warnings fixes
and a new driver for Turris Mox secure firmware:
  [PATCH arm/drivers 0/3] Turris Mox rWTM firmware support

I probably should have been sending these with mvebu tag to be applied
by Gregory from the beginning. I am sorry.

Will you apply these or should I send them again, this time to Gregory?

Thank you.

Marek

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2)
  2019-09-03 21:05 ` Arnd Bergmann
  2019-09-03 22:50   ` Marek Behun
@ 2019-09-04 15:38   ` Arnd Bergmann
  2019-09-04 15:47     ` Gregory CLEMENT
  1 sibling, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2019-09-04 15:38 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Andrew Lunn, Jason Cooper, Marek Behún, SoC Team, arm-soc,
	Olof Johansson, Linux ARM, Sebastian Hesselbarth

On Tue, Sep 3, 2019 at 11:05 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Tue, Sep 3, 2019 at 2:41 PM Gregory CLEMENT
> <gregory.clement@bootlin.com> wrote:
> > Here is the second pull request for dt64 for mvebu for v5.4.
> >
> > For the Turris Mox board there was dependencies with moxtet header which
> > was already merged in your arm/drivers branch. That the reason why I
> > merged this branch in my mvebu/dt64 branch.
> >
> > Let me know if it is a problem and if you want that I do it in a
> > different way.
>
> I don't really like this, but it's too late to do it right now. The problem is
> that I should have not picked up the patches from the list in the first
> place if there are these dependencies.
>
> This could have been communicated better in the patch series, but
> it really my own fault.
>
> > ----------------------------------------------------------------
> > mvebu dt64 for 5.4 (part 2)
> >
> > Add support for Turris Mox board (Armada 3720 SoC based)
> >
> > ----------------------------------------------------------------
> > Marek Behún (3):
> >       arm64: dts: marvell: armada-37xx: add SPI CS1 pinctrl
> >       dt-bindings: marvell: document Turris Mox compatible
> >       arm64: dts: marvell: add DTS for Turris Mox
>
> I think the best way forward would be for me to apply the
> remaining patches on top of the arm/drivers branch, to avoid
> also pulling in your other DT changes into arm/drivers, or pulling
> in all of arm/drivers into arm/dt.
>
> Would that work for you?

I ended up creating an arm/late branch for other reasons, put
this branch in there as well.

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2)
  2019-09-04 15:38   ` Arnd Bergmann
@ 2019-09-04 15:47     ` Gregory CLEMENT
  0 siblings, 0 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2019-09-04 15:47 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Andrew Lunn, Jason Cooper, Marek Behún, SoC Team, arm-soc,
	Olof Johansson, Linux ARM, Sebastian Hesselbarth

Hi Arnd,

> On Tue, Sep 3, 2019 at 11:05 PM Arnd Bergmann <arnd@arndb.de> wrote:
>>
>> On Tue, Sep 3, 2019 at 2:41 PM Gregory CLEMENT
>> <gregory.clement@bootlin.com> wrote:
>> > Here is the second pull request for dt64 for mvebu for v5.4.
>> >
>> > For the Turris Mox board there was dependencies with moxtet header which
>> > was already merged in your arm/drivers branch. That the reason why I
>> > merged this branch in my mvebu/dt64 branch.
>> >
>> > Let me know if it is a problem and if you want that I do it in a
>> > different way.
>>
>> I don't really like this, but it's too late to do it right now. The problem is
>> that I should have not picked up the patches from the list in the first
>> place if there are these dependencies.
>>
>> This could have been communicated better in the patch series, but
>> it really my own fault.
>>
>> > ----------------------------------------------------------------
>> > mvebu dt64 for 5.4 (part 2)
>> >
>> > Add support for Turris Mox board (Armada 3720 SoC based)
>> >
>> > ----------------------------------------------------------------
>> > Marek Behún (3):
>> >       arm64: dts: marvell: armada-37xx: add SPI CS1 pinctrl
>> >       dt-bindings: marvell: document Turris Mox compatible
>> >       arm64: dts: marvell: add DTS for Turris Mox
>>
>> I think the best way forward would be for me to apply the
>> remaining patches on top of the arm/drivers branch, to avoid
>> also pulling in your other DT changes into arm/drivers, or pulling
>> in all of arm/drivers into arm/dt.
>>
>> Would that work for you?
>
> I ended up creating an arm/late branch for other reasons, put
> this branch in there as well.

OK thanks!

Gregory

>
>       Arnd

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-09-04 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 12:41 [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2) Gregory CLEMENT
2019-09-03 21:05 ` Arnd Bergmann
2019-09-03 22:50   ` Marek Behun
2019-09-04 15:38   ` Arnd Bergmann
2019-09-04 15:47     ` Gregory CLEMENT

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).