Message ID | 20230912-imx8-clk-v1-v1-0-69a34bcfcae1@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | clk:imx: misc update/fix for i.MX8 | expand |
On 23-09-12 17:18:58, Peng Fan (OSS) wrote: > The patchset is to upstream NXP downstream i.MX8 clk misc patches which > has been stayed in NXP LTS release for quite some time. > > There are a few fixes, but should be fine to put in next tree. > Whole series LGTM. Reviewed-by: Abel Vesa <abel.vesa@linaro.org> > --- > Peng Fan (4): > clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCORE > clk: imx8: remove MLB support > clk: imx: scu: ignore clks not owned by Cortex-A partition > clk: imx: imx8qm/qxp: add more resources to whitelist > > Robert Chiras (1): > clk: imx: imx8qxp: Fix elcdif_pll clock > > Shenwei Wang (1): > clk: imx: imx8qxp: correct the enet clocks for i.MX8DXL > > Viorel Suman (1): > clk: imx: imx8dxl-rsrc: keep sorted in the ascending order > > drivers/clk/imx/clk-imx8-acm.c | 6 +++--- > drivers/clk/imx/clk-imx8dxl-rsrc.c | 3 +-- > drivers/clk/imx/clk-imx8qm-rsrc.c | 5 ++--- > drivers/clk/imx/clk-imx8qxp-lpcg.h | 1 - > drivers/clk/imx/clk-imx8qxp-rsrc.c | 4 +++- > drivers/clk/imx/clk-imx8qxp.c | 13 ++++++++++--- > drivers/clk/imx/clk-scu.c | 20 ++++++++++++++++++++ > 7 files changed, 39 insertions(+), 13 deletions(-) > --- > base-commit: cd04b2fab5ee58862674e9bab3cbc8e9a8576845 > change-id: 20230912-imx8-clk-v1-d2089920a23a > > Best regards, > -- > Peng Fan <peng.fan@nxp.com> >
On Tue, 12 Sep 2023 17:18:58 +0800, Peng Fan (OSS) wrote: > The patchset is to upstream NXP downstream i.MX8 clk misc patches which > has been stayed in NXP LTS release for quite some time. > > There are a few fixes, but should be fine to put in next tree. > Applied, thanks! [1/7] clk: imx: imx8dxl-rsrc: keep sorted in the ascending order commit: ab2c30f6bbe34dbf13ff2cc0cf7bc237de2df013 [2/7] clk: imx: imx8qxp: Fix elcdif_pll clock commit: 15cee75dacb82ade710d61bfd536011933ef9bf2 [3/7] clk: imx: imx8qxp: correct the enet clocks for i.MX8DXL commit: 8568b3c499268456b76cdc2e9e1b9d86d8b08837 [4/7] clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCORE commit: 4fcb51fb0e3084ee81edaf8aea98ac01e456a871 [5/7] clk: imx8: remove MLB support commit: a699148b8704aa11600321b9f6b6b21f09418c42 [6/7] clk: imx: scu: ignore clks not owned by Cortex-A partition commit: eaefd1cf36a6507ff7dd2d30f68201de259eec63 [7/7] clk: imx: imx8qm/qxp: add more resources to whitelist commit: 2838820800dcaa60f32bef715c7e2e87e049aebc Best regards,