linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX fixes for 5.1, round 3
@ 2019-04-22  3:19 Shawn Guo
  2019-04-28 20:26 ` Olof Johansson
  2019-05-06 19:10 ` Leonard Crestez
  0 siblings, 2 replies; 6+ messages in thread
From: Shawn Guo @ 2019-04-22  3:19 UTC (permalink / raw)
  To: arm
  Cc: Stefan Agner, Li Yang, linux-imx, kernel, Fabio Estevam,
	linux-arm-kernel

The following changes since commit 7aedca875074b33795bc77066b325898b1eb8032:

  ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1-3

for you to fetch changes up to c7861adbe37f576931650ad8ef805e0c47564b9a:

  ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect (2019-04-21 15:51:28 +0800)

----------------------------------------------------------------
i.MX fixes for 5.1, round 3:
 - A fix on LS1021A-TWR board that SGMII PCS link remains down for
   eTSEC0 upon an ifdown/ifup sequence.

----------------------------------------------------------------
Vladimir Oltean (1):
      ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect

 arch/arm/boot/dts/ls1021a-twr.dts |  9 ++++++++-
 arch/arm/boot/dts/ls1021a.dtsi    | 11 ++++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.1, round 3
  2019-04-22  3:19 [GIT PULL] i.MX fixes for 5.1, round 3 Shawn Guo
@ 2019-04-28 20:26 ` Olof Johansson
  2019-05-06 19:10 ` Leonard Crestez
  1 sibling, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2019-04-28 20:26 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Stefan Agner, Li Yang, arm, linux-imx, kernel, Fabio Estevam,
	linux-arm-kernel

On Mon, Apr 22, 2019 at 11:19:01AM +0800, Shawn Guo wrote:
> The following changes since commit 7aedca875074b33795bc77066b325898b1eb8032:
> 
>   ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1-3
> 
> for you to fetch changes up to c7861adbe37f576931650ad8ef805e0c47564b9a:
> 
>   ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect (2019-04-21 15:51:28 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 5.1, round 3:
>  - A fix on LS1021A-TWR board that SGMII PCS link remains down for
>    eTSEC0 upon an ifdown/ifup sequence.

Merged, thanks!


-Olof

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.1, round 3
  2019-04-22  3:19 [GIT PULL] i.MX fixes for 5.1, round 3 Shawn Guo
  2019-04-28 20:26 ` Olof Johansson
@ 2019-05-06 19:10 ` Leonard Crestez
  2019-05-07  8:32   ` Shawn Guo
  1 sibling, 1 reply; 6+ messages in thread
From: Leonard Crestez @ 2019-05-06 19:10 UTC (permalink / raw)
  To: Shawn Guo, Fabio Estevam, Olof Johansson
  Cc: Aisheng Dong, Andrew Lunn, dl-linux-imx, kernel, linux-arm-kernel

On 4/22/19 6:19 AM, Shawn Guo wrote:
> The following changes since commit 7aedca875074b33795bc77066b325898b1eb8032:
> 
>    ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1-3
> 
> for you to fetch changes up to c7861adbe37f576931650ad8ef805e0c47564b9a:
> 
>    ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect (2019-04-21 15:51:28 +0800)

I am confused by the path these fixes take to Linus.

The rgmii DT fixes from commit 0672d22a1924 ("ARM: dts: imx: Fix the 
AR803X phy-mode") are still not present in v5.1 and netboot fails on a 
large number of imx6 sabresd boards which have been stable for quite a 
while.

These should have been included from "round 2": 
https://www.spinics.net/lists/arm-kernel/msg723998.html

--
Regards,
Leonard



_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.1, round 3
  2019-05-06 19:10 ` Leonard Crestez
@ 2019-05-07  8:32   ` Shawn Guo
  2019-05-16 21:50     ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2019-05-07  8:32 UTC (permalink / raw)
  To: Leonard Crestez, Fabio Estevam, Olof Johansson
  Cc: Aisheng Dong, Andrew Lunn, dl-linux-imx, kernel, Olof Johansson,
	Fabio Estevam, linux-arm-kernel

On Mon, May 06, 2019 at 07:10:22PM +0000, Leonard Crestez wrote:
> On 4/22/19 6:19 AM, Shawn Guo wrote:
> > The following changes since commit 7aedca875074b33795bc77066b325898b1eb8032:
> > 
> >    ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)
> > 
> > are available in the Git repository at:
> > 
> >    git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1-3
> > 
> > for you to fetch changes up to c7861adbe37f576931650ad8ef805e0c47564b9a:
> > 
> >    ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect (2019-04-21 15:51:28 +0800)
> 
> I am confused by the path these fixes take to Linus.
> 
> The rgmii DT fixes from commit 0672d22a1924 ("ARM: dts: imx: Fix the 
> AR803X phy-mode") are still not present in v5.1 and netboot fails on a 
> large number of imx6 sabresd boards which have been stable for quite a 
> while.
> 
> These should have been included from "round 2": 
> https://www.spinics.net/lists/arm-kernel/msg723998.html

Unfortunately, we did have both round 2 and 3 miss 5.1 release.

@Olof, on April 28 you said you merged them.  What happened there?

I guess the only thing we can do is to merge them into v5.2-rc1 and get
them back onto v5.1.x stable kernel then.  Most of the patches have
Fixes tag and thus will be picked by Greg to v5.1.x.  But the one that
Leonard is talking about doesn't have.  @Fabio, can you please help send
it to Greg for v5.1.x inclusion?

Shawn

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.1, round 3
  2019-05-07  8:32   ` Shawn Guo
@ 2019-05-16 21:50     ` Olof Johansson
  2019-05-16 23:41       ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2019-05-16 21:50 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Aisheng Dong, Andrew Lunn, dl-linux-imx, kernel, Leonard Crestez,
	Fabio Estevam, linux-arm-kernel

On Tue, May 07, 2019 at 04:32:20PM +0800, Shawn Guo wrote:
> On Mon, May 06, 2019 at 07:10:22PM +0000, Leonard Crestez wrote:
> > On 4/22/19 6:19 AM, Shawn Guo wrote:
> > > The following changes since commit 7aedca875074b33795bc77066b325898b1eb8032:
> > > 
> > >    ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)
> > > 
> > > are available in the Git repository at:
> > > 
> > >    git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1-3
> > > 
> > > for you to fetch changes up to c7861adbe37f576931650ad8ef805e0c47564b9a:
> > > 
> > >    ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect (2019-04-21 15:51:28 +0800)
> > 
> > I am confused by the path these fixes take to Linus.
> > 
> > The rgmii DT fixes from commit 0672d22a1924 ("ARM: dts: imx: Fix the 
> > AR803X phy-mode") are still not present in v5.1 and netboot fails on a 
> > large number of imx6 sabresd boards which have been stable for quite a 
> > while.
> > 
> > These should have been included from "round 2": 
> > https://www.spinics.net/lists/arm-kernel/msg723998.html
> 
> Unfortunately, we did have both round 2 and 3 miss 5.1 release.
> 
> @Olof, on April 28 you said you merged them.  What happened there?
> 
> I guess the only thing we can do is to merge them into v5.2-rc1 and get
> them back onto v5.1.x stable kernel then.  Most of the patches have
> Fixes tag and thus will be picked by Greg to v5.1.x.  But the one that
> Leonard is talking about doesn't have.  @Fabio, can you please help send
> it to Greg for v5.1.x inclusion?

Yeah, they should be picked up for stable. For the one not labeled with
a Fixes-tag, see Documentation/process/stable-kernel-rules.rst.


-Olof

_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.1, round 3
  2019-05-16 21:50     ` Olof Johansson
@ 2019-05-16 23:41       ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2019-05-16 23:41 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Aisheng Dong, Andrew Lunn, dl-linux-imx, kernel, Leonard Crestez,
	Fabio Estevam, linux-arm-kernel

On Thu, May 16, 2019 at 2:51 PM Olof Johansson <olof@lixom.net> wrote:
>
> On Tue, May 07, 2019 at 04:32:20PM +0800, Shawn Guo wrote:
> > On Mon, May 06, 2019 at 07:10:22PM +0000, Leonard Crestez wrote:
> > > On 4/22/19 6:19 AM, Shawn Guo wrote:
> > > > The following changes since commit 7aedca875074b33795bc77066b325898b1eb8032:
> > > >
> > > >    ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > >    git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1-3
> > > >
> > > > for you to fetch changes up to c7861adbe37f576931650ad8ef805e0c47564b9a:
> > > >
> > > >    ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect (2019-04-21 15:51:28 +0800)
> > >
> > > I am confused by the path these fixes take to Linus.
> > >
> > > The rgmii DT fixes from commit 0672d22a1924 ("ARM: dts: imx: Fix the
> > > AR803X phy-mode") are still not present in v5.1 and netboot fails on a
> > > large number of imx6 sabresd boards which have been stable for quite a
> > > while.
> > >
> > > These should have been included from "round 2":
> > > https://www.spinics.net/lists/arm-kernel/msg723998.html
> >
> > Unfortunately, we did have both round 2 and 3 miss 5.1 release.
> >
> > @Olof, on April 28 you said you merged them.  What happened there?

To clarify; I had a batch of fixes in our tree that didn't get sent in
by v5.1 final, so while I had merged them (and merged them as part of
the merge window contents to catch up), it didn't make it into -final.


-Olof

_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2019-05-16 23:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22  3:19 [GIT PULL] i.MX fixes for 5.1, round 3 Shawn Guo
2019-04-28 20:26 ` Olof Johansson
2019-05-06 19:10 ` Leonard Crestez
2019-05-07  8:32   ` Shawn Guo
2019-05-16 21:50     ` Olof Johansson
2019-05-16 23:41       ` Olof Johansson

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