| Message ID | 20250306112959.242131-1-dario.binacchi@amarulasolutions.com |
|---|---|
| Headers | show |
| Series |
|
| Related | show |
On Thu, Mar 06, 2025 at 12:27:49PM +0100, Dario Binacchi wrote: >This version keeps the version v9 patches that can be merged and >removes the patches that will need to be modified in case Peng's >PR https://github.com/devicetree-org/dt-schema/pull/154 is accepted. >The idea is to speed up the merging of the patches in the series >that have already been reviewed and are not dependent on the >introduction of the assigned-clocks-sscs property, and postpone >the patches for spread spectrum to a future series once it becomes >clear what needs to be done. > Although I give R-b, there is an idea just come out in my mind that this might break OS distribution that use firmware(e.g. U-Boot) to publish device tree for Linux Kernel, such as ARM System-Ready complaint OS. I overlooked this point in previous patchset reviewing. Since this patchset is to move anatop stuff to a new driver to reflect the HW truth. And requires new entries in CCM node, so old bootloader with new kernel will not boot for OS distribution, such as Fedora/openSuse. Not sure how to keep backwards support as before. Leave to maintainers to say if they are ok with this. Regards, Peng To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
On Fri, Mar 14, 2025 at 9:27 AM Peng Fan <peng.fan@oss.nxp.com> wrote: > > On Thu, Mar 06, 2025 at 12:27:49PM +0100, Dario Binacchi wrote: > >This version keeps the version v9 patches that can be merged and > >removes the patches that will need to be modified in case Peng's > >PR https://github.com/devicetree-org/dt-schema/pull/154 is accepted. > >The idea is to speed up the merging of the patches in the series > >that have already been reviewed and are not dependent on the > >introduction of the assigned-clocks-sscs property, and postpone > >the patches for spread spectrum to a future series once it becomes > >clear what needs to be done. > > > Although I give R-b, there is an idea just come out in my mind that this > might break OS distribution that use firmware(e.g. U-Boot) to publish > device tree for Linux Kernel, such as ARM System-Ready complaint OS. > I overlooked this point in previous patchset reviewing. > > Since this patchset is to move anatop stuff to a new driver to reflect > the HW truth. And requires new entries in CCM node, so old bootloader > with new kernel will not boot for OS distribution, such as Fedora/openSuse. > > Not sure how to keep backwards support as before. Leave to maintainers > to say if they are ok with this. Many thanks to Peng for the review, and a gentle ping to the maintainers. This series has been ongoing for a few months and has reached version 10, thanks to the reviews from Krzysztof and Peng. I kindly ask you to consider it as well. Thanks and regards, Dario > > Regards, > Peng
On 25-04-11 10:38:17, Dario Binacchi wrote: > On Fri, Mar 14, 2025 at 9:27 AM Peng Fan <peng.fan@oss.nxp.com> wrote: > > > > On Thu, Mar 06, 2025 at 12:27:49PM +0100, Dario Binacchi wrote: > > >This version keeps the version v9 patches that can be merged and > > >removes the patches that will need to be modified in case Peng's > > >PR https://github.com/devicetree-org/dt-schema/pull/154 is accepted. > > >The idea is to speed up the merging of the patches in the series > > >that have already been reviewed and are not dependent on the > > >introduction of the assigned-clocks-sscs property, and postpone > > >the patches for spread spectrum to a future series once it becomes > > >clear what needs to be done. > > > > > Although I give R-b, there is an idea just come out in my mind that this > > might break OS distribution that use firmware(e.g. U-Boot) to publish > > device tree for Linux Kernel, such as ARM System-Ready complaint OS. > > I overlooked this point in previous patchset reviewing. > > > > Since this patchset is to move anatop stuff to a new driver to reflect > > the HW truth. And requires new entries in CCM node, so old bootloader > > with new kernel will not boot for OS distribution, such as Fedora/openSuse. > > > > Not sure how to keep backwards support as before. Leave to maintainers > > to say if they are ok with this. > > Many thanks to Peng for the review, and a gentle ping to the maintainers. > This series has been ongoing for a few months and has reached version 10, > thanks to the reviews from Krzysztof and Peng. > I kindly ask you to consider it as well. Hi Dario, Please rebase and resend. I intend to apply the clk ones. Hope Shawn will apply the DT ones as well. Thanks for this effort and sorry for the delays. Abel > > Thanks and regards, > Dario > > > > > Regards, > > Peng > > > > -- > > Dario Binacchi > > Senior Embedded Linux Developer > > dario.binacchi@amarulasolutions.com > > __________________________________ > > > Amarula Solutions SRL > > Via Le Canevare 30, 31100 Treviso, Veneto, IT > > T. +39 042 243 5310 > info@amarulasolutions.com > > www.amarulasolutions.com To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
This version keeps the version v9 patches that can be merged and removes the patches that will need to be modified in case Peng's PR https://github.com/devicetree-org/dt-schema/pull/154 is accepted. The idea is to speed up the merging of the patches in the series that have already been reviewed and are not dependent on the introduction of the assigned-clocks-sscs property, and postpone the patches for spread spectrum to a future series once it becomes clear what needs to be done. Specifically, the patches: 01/18 dt-bindings: clock: imx8mm: add VIDEO_PLL clocks 02/18 clk: imx8mm: rename video_pll1 to video_pll 03/18 dt-bindings: clock: imx8mp: add VIDEO_PLL clocks 04/18 clk: imx8mp: rename video_pll1 to video_pll are a replica for i.MX8MM and i.MX8MP of the patch for i.MX8MM bedcf9d1dcf88 ("clk: imx: rename video_pll1 to video_pll"), which was merged some time ago. The patches are split into four because, during the review, Krzysztof asked me to separate the driver modifications from the dt-bindings changes. All the other patches in the series, from 5 to 18, are necessary for the implementation of the anatop driver for i.MX8M{M,N,P}. The review of this series has taken a long time, partly due to misunderstandings arising from incorrect design choices. As Peng stated in [1]: "In current design, CCM is taken as producer of CLK_IMX8M_VIDEO_PLL, not consumer." These patches fix this issue by ensuring that the PLLs are now produced by Anatop and consumed by CCM, aligning with the hardware logic. Finally, a clarification: I decided to keep the same title for the series despite having removed all the patches for spread spectrum support in order to maintain a clear connection with the previous versions. [1] https://patchwork.kernel.org/project/linux-clk/patch/20241106090549.3684963-2-dario.binacchi@amarulasolutions.com/ Changes in v10: - Drop the v9 patches: 16/23 dt-bindings: clock: imx8m-clock: support spread spectrum clocking 17/23 clk: imx: pll14xx: support spread spectrum clock generation 17/23 clk: imx8mn: support spread spectrum clock generation 21/23 clk: imx8mp: support spread spectrum clock generation 23/23 clk: imx8mm: support spread spectrum clock generation Changes in v9: - Add 'Reviewed-by' tag of Peng Fan for imx8mn platform patches - Fix building warning raised by the kernel test robot for patch v8, 11/18 clk: imx: add support for i.MX8MN anatop clock driver - Add patches for imx8m{m,p} platforms: - 23/23 clk: imx8mm: support spread spectrum clock generation - 22/23 clk: imx: add support for i.MX8MM anatop clock driver - 21/23 clk: imx8mp: support spread spectrum clock generation - 20/23 clk: imx8mp: rename ccm_base to base - 19/23 clk: imx: add support for i.MX8MP anatop clock driver Changes in v8: - Drop the patches added in version 7: - 10/23 dt-bindings: clock: imx8m-clock: add phandle to the anatop - 11/23 arm64: dts: imx8mm: add phandle to anatop within CCM - 12/23 arm64: dts: imx8mn: add phandle to anatop within CCM - 13/23 arm64: dts: imx8mp: add phandle to anatop within CCM - 14/23 arm64: dts: imx8mq: add phandle to anatop within CCM Changes in v7: - Add and manage fsl,anatop property as phandle to the anatop node with the new patches: - 10/23 dt-bindings: clock: imx8m-clock: add phandle to the anatop - 11/23 arm64: dts: imx8mm: add phandle to anatop within CCM - 12/23 arm64: dts: imx8mn: add phandle to anatop within CCM - 13/23 arm64: dts: imx8mp: add phandle to anatop within CCM - 14/23 arm64: dts: imx8mq: add phandle to anatop within CCM Changes in v6: - Merge patches: 10/20 dt-bindings: clock: imx8mm: add binding definitions for anatop 11/20 dt-bindings: clock: imx8mn: add binding definitions for anatop 12/20 dt-bindings: clock: imx8mp: add binding definitions for anatop to 05/20 dt-bindings: clock: imx8m-anatop: define clocks/clock-names now renamed 05/18 dt-bindings: clock: imx8m-anatop: add oscillators and PLLs - Split the patch 15/20 dt-bindings-clock-imx8m-clock-support-spread-spectru.patch into 12/18 dt-bindings: clock: imx8m-clock: add PLLs 16/18 dt-bindings: clock: imx8m-clock: support spread spectrum clocking Changes in v5: - Fix compilation errors. - Separate driver code from dt-bindings Changes in v4: - Add dt-bindings for anatop - Add anatop driver - Drop fsl,ssc-clocks from spread spectrum dt-bindings Changes in v3: - Patches 1/8 has been added in version 3. The dt-bindings have been moved from fsl,imx8m-anatop.yaml to imx8m-clock.yaml. The anatop device (fsl,imx8m-anatop.yaml) is indeed more or less a syscon, so it represents a memory area accessible by ccm (imx8m-clock.yaml) to setup the PLLs. - Patches {3,5}/8 have been added in version 3. - Patches {4,6,8}/8 use ccm device node instead of the anatop one. Changes in v2: - Add "allOf:" and place it after "required:" block, like in the example schema. - Move the properties definition to the top-level. - Drop unit types as requested by the "make dt_binding_check" command. Dario Binacchi (18): dt-bindings: clock: imx8mm: add VIDEO_PLL clocks clk: imx8mm: rename video_pll1 to video_pll dt-bindings: clock: imx8mp: add VIDEO_PLL clocks clk: imx8mp: rename video_pll1 to video_pll dt-bindings: clock: imx8m-anatop: add oscillators and PLLs arm64: dts: imx8mm: add anatop clocks arm64: dts: imx8mn: add anatop clocks arm64: dts: imx8mp: add anatop clocks arm64: dts: imx8mq: add anatop clocks clk: imx: add hw API imx_anatop_get_clk_hw clk: imx: add support for i.MX8MM anatop clock driver clk: imx: add support for i.MX8MN anatop clock driver clk: imx: add support for i.MX8MP anatop clock driver clk: imx8mp: rename ccm_base to base dt-bindings: clock: imx8m-clock: add PLLs arm64: dts: imx8mm: add PLLs to clock controller module (CCM) arm64: dts: imx8mn: add PLLs to clock controller module (CCM) arm64: dts: imx8mp: add PLLs to clock controller module (CCM) .../bindings/clock/fsl,imx8m-anatop.yaml | 53 +- .../bindings/clock/imx8m-clock.yaml | 27 +- arch/arm64/boot/dts/freescale/imx8mm.dtsi | 11 +- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 11 +- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 11 +- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 + drivers/clk/imx/Makefile | 6 +- drivers/clk/imx/clk-imx8mm-anatop.c | 287 ++++++++ drivers/clk/imx/clk-imx8mm.c | 262 ++++--- drivers/clk/imx/clk-imx8mn-anatop.c | 283 ++++++++ drivers/clk/imx/clk-imx8mn.c | 183 +++-- drivers/clk/imx/clk-imx8mp-anatop.c | 306 ++++++++ drivers/clk/imx/clk-imx8mp.c | 672 +++++++++--------- drivers/clk/imx/clk.c | 15 + drivers/clk/imx/clk.h | 2 + include/dt-bindings/clock/imx8mm-clock.h | 76 +- include/dt-bindings/clock/imx8mn-clock.h | 64 ++ include/dt-bindings/clock/imx8mp-clock.h | 80 ++- 18 files changed, 1740 insertions(+), 611 deletions(-) create mode 100644 drivers/clk/imx/clk-imx8mm-anatop.c create mode 100644 drivers/clk/imx/clk-imx8mn-anatop.c create mode 100644 drivers/clk/imx/clk-imx8mp-anatop.c