Message ID | 1543934041-12572-1-git-send-email-aisheng.dong@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: imx: add imx8qxp clock support | expand |
Quoting Aisheng DONG (2018-12-04 06:39:18) > This patch series adds i.MX8QXP clock support which is based > on the clock service provided by SCU firmware. > > Note: It depends on SCU driver which has already been merged by Shawn. > So this patch series could go through Shawn's tree as well. Which patch series? I'm having trouble applying the first patch, so I suspect something is wrong.
> -----Original Message----- > From: Stephen Boyd [mailto:sboyd@kernel.org] > Sent: Tuesday, December 11, 2018 4:47 AM > To: linux-clk@vger.kernel.org; Aisheng Dong <aisheng.dong@nxp.com> > Cc: linux-arm-kernel@lists.infradead.org; mturquette@baylibre.com; > shawnguo@kernel.org; Fabio Estevam <fabio.estevam@nxp.com>; dl-linux-imx > <linux-imx@nxp.com>; kernel@pengutronix.de; Aisheng Dong > <aisheng.dong@nxp.com> > Subject: Re: [PATCH V9 0/7] clk: imx: add imx8qxp clock support > > Quoting Aisheng DONG (2018-12-04 06:39:18) > > This patch series adds i.MX8QXP clock support which is based on the > > clock service provided by SCU firmware. > > > > Note: It depends on SCU driver which has already been merged by Shawn. > > So this patch series could go through Shawn's tree as well. > > Which patch series? > > I'm having trouble applying the first patch, so I suspect something is wrong. Which branch would you like me to make the patch against? I made the patch against clk-next branch and just re-tested it was ok. BTW, it depends on the following SCU firmware patch which already in 4.20-RC In your tree. So it's safe to apply. commit edbee095fafb4b727b51032bdc41e345f95bbc20 Author: Dong Aisheng <aisheng.dong@nxp.com> Date: Sun Oct 7 21:04:42 2018 +0800 firmware: imx: add SCU firmware driver support The System Controller Firmware (SCFW) is a low-level system function which runs on a dedicated Cortex-M core to provide power, clock, and resource management. It exists on some i.MX8 processors. e.g. i.MX8QM (QM, QP), and i.MX8QX (QXP, DX). This patch implements the SCU firmware IPC function and the common message sending API sc_call_rpc. Cc: Shawn Guo <shawnguo@kernel.org> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Jassi Brar <jassisinghbrar@gmail.com> Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Regards Dong Aisheng
> -----Original Message----- > From: Stephen Boyd [mailto:sboyd@kernel.org] > Quoting Aisheng DONG (2018-12-04 06:39:18) > > This patch series adds i.MX8QXP clock support which is based on the > > clock service provided by SCU firmware. > > > > Note: It depends on SCU driver which has already been merged by Shawn. > > So this patch series could go through Shawn's tree as well. > > Which patch series? > > I'm having trouble applying the first patch, so I suspect something is wrong. As I replied in last mail, patches were made against clk-next branch. I also tried apply against clk-master branch and met the same failure. $ git am *.patch Patch is empty. Was it split wrong? When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". $ git am --skip Applying: clk: imx: add configuration option for mmio clks error: patch failed: drivers/clk/imx/Makefile:1 error: drivers/clk/imx/Makefile: patch does not apply Patch failed at 0002 clk: imx: add configuration option for mmio clks The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". If manually apply, it can work. $ patch -p1 < 0001-clk-imx-add-configuration-option-for-mmio-clks.patch patching file arch/arm/mach-imx/Kconfig Hunk #7 succeeded at 571 (offset -9 lines). patching file drivers/clk/Kconfig patching file drivers/clk/imx/Kconfig patching file drivers/clk/imx/Makefile Hunk #1 succeeded at 1 with fuzz 1. I guess it might because clk-next merged clk-imx7ulp.c and clk-imx8mq.c which Changed the drivers/clk/imx/Makefile a bit. If you want me to generate the patch set against clk-master, please let me know. Regards Dong Aisheng