mbox series

[GIT,PULL] i.MX fixes for 5.1, round 3

Message ID 20190422031900.GV19962@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 5.1, round 3 | expand

Pull-request

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

Message

Shawn Guo April 22, 2019, 3:19 a.m. UTC
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(-)

Comments

Olof Johansson April 28, 2019, 8:26 p.m. UTC | #1
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
Leonard Crestez May 6, 2019, 7:10 p.m. UTC | #2
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
Shawn Guo May 7, 2019, 8:32 a.m. UTC | #3
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
Olof Johansson May 16, 2019, 9:50 p.m. UTC | #4
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
Olof Johansson May 16, 2019, 11:41 p.m. UTC | #5
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