Message ID | 20200224121322.GI27688@dragon (mailing list archive) |
---|---|
State | Mainlined |
Commit | 7aaec82fefd21b4de8b1ee3ec4f31af95ccc9ab1 |
Headers | show |
Series | [GIT,PULL] i.MX clock fixes for 5.6, round 2 | expand |
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.
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(-)
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.