mbox series

[GIT,PULL] Integrator DTS updates for v5.3

Message ID CACRpkdYLcCB6zA2dYj9A0bJU-gQF3QuhmFd0oGt++oa+gSE_Cw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Integrator DTS updates for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git

Message

Linus Walleij May 27, 2019, 9:19 a.m. UTC
Hi ARM SoC people,

please pull in these DTS changes to set the flash partition information
right on the Integrator boards for kernel v5.3.

Yours,
Linus Walleij

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/integrator-dts-v5.3-arm-soc

for you to fetch changes up to 62a5017bf825c9e4d3176eb975a01c329a9f364b:

  ARM: dts: vexpress: specify AFS partition (2019-05-20 16:40:38 +0200)

----------------------------------------------------------------
DTS updates for the Integrator, target kernel v5.3.

----------------------------------------------------------------
Linus Walleij (4):
      ARM: dts: integrator: specify AFS partition
      ARM: dts: versatile: specify AFS partition
      ARM: dts: realview: specify AFS partition
      ARM: dts: vexpress: specify AFS partition

 arch/arm/boot/dts/arm-realview-eb.dtsi    | 6 ++++++
 arch/arm/boot/dts/arm-realview-pb1176.dts | 6 ++++++
 arch/arm/boot/dts/arm-realview-pb11mp.dts | 6 ++++++
 arch/arm/boot/dts/arm-realview-pbx.dtsi   | 6 ++++++
 arch/arm/boot/dts/integrator.dtsi         | 3 +++
 arch/arm/boot/dts/versatile-ab.dts        | 3 +++
 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi   | 3 +++
 arch/arm/boot/dts/vexpress-v2m.dtsi       | 3 +++
 8 files changed, 36 insertions(+)

Comments

Olof Johansson June 19, 2019, 1:15 p.m. UTC | #1
On Mon, May 27, 2019 at 11:19:00AM +0200, Linus Walleij wrote:
> Hi ARM SoC people,
> 
> please pull in these DTS changes to set the flash partition information
> right on the Integrator boards for kernel v5.3.
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/integrator-dts-v5.3-arm-soc
> 
> for you to fetch changes up to 62a5017bf825c9e4d3176eb975a01c329a9f364b:
> 
>   ARM: dts: vexpress: specify AFS partition (2019-05-20 16:40:38 +0200)

Merged, thanks!


-Olof
Linus Walleij June 24, 2019, 2:17 p.m. UTC | #2
On Wed, Jun 19, 2019 at 3:39 PM Olof Johansson <olof@lixom.net> wrote:
> On Mon, May 27, 2019 at 11:19:00AM +0200, Linus Walleij wrote:
> > Hi ARM SoC people,
> >
> > please pull in these DTS changes to set the flash partition information
> > right on the Integrator boards for kernel v5.3.
> >
> > Yours,
> > Linus Walleij
> >
> > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> >
> >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> > tags/integrator-dts-v5.3-arm-soc
> >
> > for you to fetch changes up to 62a5017bf825c9e4d3176eb975a01c329a9f364b:
> >
> >   ARM: dts: vexpress: specify AFS partition (2019-05-20 16:40:38 +0200)
>
> Merged, thanks!

Hmmmm something is fishy! I can't see these patches in linux-next?

Yours,
Linus Walleij
Olof Johansson June 24, 2019, 2:29 p.m. UTC | #3
On Mon, Jun 24, 2019 at 4:17 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Wed, Jun 19, 2019 at 3:39 PM Olof Johansson <olof@lixom.net> wrote:
> > On Mon, May 27, 2019 at 11:19:00AM +0200, Linus Walleij wrote:
> > > Hi ARM SoC people,
> > >
> > > please pull in these DTS changes to set the flash partition information
> > > right on the Integrator boards for kernel v5.3.
> > >
> > > Yours,
> > > Linus Walleij
> > >
> > > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> > >
> > >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> > > tags/integrator-dts-v5.3-arm-soc
> > >
> > > for you to fetch changes up to 62a5017bf825c9e4d3176eb975a01c329a9f364b:
> > >
> > >   ARM: dts: vexpress: specify AFS partition (2019-05-20 16:40:38 +0200)
> >
> > Merged, thanks!
>
> Hmmmm something is fishy! I can't see these patches in linux-next?

I wonder if it's because linux-next still has arm-soc in it, not the
soc tree. I'll ask Stephen to update the link.


-Olof