RE: [PATCH V9 0/7] clk: imx: add imx8qxp clock support
From: Aisheng Dong <aisheng.dong@nxp.com>
Date: 2018-12-11 04:06:40
Also in:
linux-clk
-----Original Message----- From: Stephen Boyd [mailto:sboyd@kernel.org] Quoting Aisheng DONG (2018-12-04 06:39:18)quoted
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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel