mbox series

[GIT,PULL] i.MX clock fixes for 5.6, round 2

Message ID 20200224121322.GI27688@dragon
State New
Headers show
Series [GIT,PULL] i.MX clock fixes for 5.6, round 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6-2

Message

Shawn Guo Feb. 24, 2020, 12:13 p.m. UTC
The following changes since commit 5eb40257047fb11085d582b7b9ccd0bffe900726:

  clk: imx8mn: Fix incorrect clock defines (2020-02-17 15:18:00 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6-2

for you to fetch changes up to 6fb9006abe37e44afaed4f2a5fd3a247a815bb8d:

  clk: imx8mp: Correct the enet_qos parent clock (2020-02-24 15:38:03 +0800)

----------------------------------------------------------------
i.MX clock fixes for 5.6, round 2:

 - A couple of fixes on i.MX8MP clock driver to correct HDMI_AXI and
   ENET_QOS_ROOT parent clock.
 - A couple of fixes on clk-scu driver to ensure that messages sent to
   i.MX System Controller are 4 bytes aligned.

----------------------------------------------------------------
Anson Huang (1):
      clk: imx8mp: Correct IMX8MP_CLK_HDMI_AXI clock parent

Fugang Duan (1):
      clk: imx8mp: Correct the enet_qos parent clock

Leonard Crestez (2):
      clk: imx: Align imx sc clock msg structs to 4
      clk: imx: Align imx sc clock parent msg structs to 4

 drivers/clk/imx/clk-imx8mp.c | 4 ++--
 drivers/clk/imx/clk-scu.c    | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Stephen Boyd March 6, 2020, 9:11 p.m. UTC | #1
Quoting Shawn Guo (2020-02-24 04:13:23)
> The following changes since commit 5eb40257047fb11085d582b7b9ccd0bffe900726:
> 
>   clk: imx8mn: Fix incorrect clock defines (2020-02-17 15:18:00 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6-2
> 
> for you to fetch changes up to 6fb9006abe37e44afaed4f2a5fd3a247a815bb8d:
> 
>   clk: imx8mp: Correct the enet_qos parent clock (2020-02-24 15:38:03 +0800)
> 
> ----------------------------------------------------------------
> i.MX clock fixes for 5.6, round 2:
> 
>  - A couple of fixes on i.MX8MP clock driver to correct HDMI_AXI and
>    ENET_QOS_ROOT parent clock.
>  - A couple of fixes on clk-scu driver to ensure that messages sent to
>    i.MX System Controller are 4 bytes aligned.
> 
> ----------------------------------------------------------------
> Anson Huang (1):
>       clk: imx8mp: Correct IMX8MP_CLK_HDMI_AXI clock parent
> 
> Fugang Duan (1):
>       clk: imx8mp: Correct the enet_qos parent clock
> 
> Leonard Crestez (2):
>       clk: imx: Align imx sc clock msg structs to 4
>       clk: imx: Align imx sc clock parent msg structs to 4

Can you resend without these last two? I don't know what's going on with
that thread.
Shawn Guo March 16, 2020, 12:22 a.m. UTC | #2
On Fri, Mar 06, 2020 at 01:11:19PM -0800, Stephen Boyd wrote:
> Quoting Shawn Guo (2020-02-24 04:13:23)
> > The following changes since commit 5eb40257047fb11085d582b7b9ccd0bffe900726:
> > 
> >   clk: imx8mn: Fix incorrect clock defines (2020-02-17 15:18:00 +0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6-2
> > 
> > for you to fetch changes up to 6fb9006abe37e44afaed4f2a5fd3a247a815bb8d:
> > 
> >   clk: imx8mp: Correct the enet_qos parent clock (2020-02-24 15:38:03 +0800)
> > 
> > ----------------------------------------------------------------
> > i.MX clock fixes for 5.6, round 2:
> > 
> >  - A couple of fixes on i.MX8MP clock driver to correct HDMI_AXI and
> >    ENET_QOS_ROOT parent clock.
> >  - A couple of fixes on clk-scu driver to ensure that messages sent to
> >    i.MX System Controller are 4 bytes aligned.
> > 
> > ----------------------------------------------------------------
> > Anson Huang (1):
> >       clk: imx8mp: Correct IMX8MP_CLK_HDMI_AXI clock parent
> > 
> > Fugang Duan (1):
> >       clk: imx8mp: Correct the enet_qos parent clock
> > 
> > Leonard Crestez (2):
> >       clk: imx: Align imx sc clock msg structs to 4
> >       clk: imx: Align imx sc clock parent msg structs to 4
> 
> Can you resend without these last two? I don't know what's going on with
> that thread.

Done. Please consider to pull, thanks!

The following changes since commit 5eb40257047fb11085d582b7b9ccd0bffe900726:

  clk: imx8mn: Fix incorrect clock defines (2020-02-17 15:18:00 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6-2

for you to fetch changes up to 857c9d31f59f0c0e6117518452ca54883e47d859:

  clk: imx8mp: Correct the enet_qos parent clock (2020-03-16 08:18:20 +0800)

----------------------------------------------------------------
i.MX clock fixes for 5.6, round 2:

 - A couple of fixes on i.MX8MP clock driver to correct HDMI_AXI and
   ENET_QOS_ROOT parent clock.

----------------------------------------------------------------
Anson Huang (1):
      clk: imx8mp: Correct IMX8MP_CLK_HDMI_AXI clock parent

Fugang Duan (1):
      clk: imx8mp: Correct the enet_qos parent clock

 drivers/clk/imx/clk-imx8mp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Stephen Boyd March 16, 2020, 6:27 p.m. UTC | #3
Quoting Shawn Guo (2020-03-15 17:22:40)
> On Fri, Mar 06, 2020 at 01:11:19PM -0800, Stephen Boyd wrote:
> > Quoting Shawn Guo (2020-02-24 04:13:23)
> > > The following changes since commit 5eb40257047fb11085d582b7b9ccd0bffe900726:
> > > 
> > >   clk: imx8mn: Fix incorrect clock defines (2020-02-17 15:18:00 +0800)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-fixes-5.6-2
> > > 
> > > for you to fetch changes up to 6fb9006abe37e44afaed4f2a5fd3a247a815bb8d:
> > > 
> > >   clk: imx8mp: Correct the enet_qos parent clock (2020-02-24 15:38:03 +0800)
> > > 
> > > ----------------------------------------------------------------

Thanks. Pulled into clk-fixes.