mbox series

[v2,RESEND,0/4] add NETCMIX block control support on i.MX95

Message ID 20240729012756.3686758-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series add NETCMIX block control support on i.MX95 | expand

Message

Wei Fang July 29, 2024, 1:27 a.m. UTC
The NETCMIX block control consists of registers for configuration of
peripherals in the NETC domain, such as MQS, SAI and NETC. So add the
NETCMIX block control support on i.MX95 platform.

---
V2:
1. Patch 2 is new patch.
2. Add rmii reference clock mux for ENETC0 and ENETC1 in patch 3.
Link to V1: https://lore.kernel.org/all/20240709073603.1967609-3-wei.fang@nxp.com/
Link to V2: https://lore.kernel.org/all/20240710084345.2016687-1-wei.fang@nxp.com/
---

Wei Fang (4):
  dt-bindings: clock: add i.MX95 NETCMIX block control
  dt-bindings: clock: add RMII clock selection
  clk: imx95: enable the clock of NETCMIX block control
  arm64: dts: imx95: Add NETCMIX block control support

 .../bindings/clock/nxp,imx95-blk-ctl.yaml     |  1 +
 arch/arm64/boot/dts/freescale/imx95.dtsi      | 12 ++++++++
 drivers/clk/imx/clk-imx95-blk-ctl.c           | 30 +++++++++++++++++++
 include/dt-bindings/clock/nxp,imx95-clock.h   |  3 ++
 4 files changed, 46 insertions(+)

Comments

Wei Fang Aug. 12, 2024, 6:39 a.m. UTC | #1
> -----Original Message-----
> From: Wei Fang
> Sent: 2024年7月29日 9:41
> To: mturquette@baylibre.com; sboyd@kernel.org; robh@kernel.org;
> conor+dt@kernel.org; shawnguo@kernel.org; s.hauer@pengutronix.de;
> festevam@gmail.com; abelvesa@kernel.org; Peng Fan <peng.fan@nxp.com>
> Cc: linux-clk@vger.kernel.org; devicetree@vger.kernel.org;
> imx@lists.linux.dev; linux-arm-kernel@lists.infradead.org;
> linux-kernel@vger.kernel.org
> Subject: [PATCH v2 RESEND 0/4] add NETCMIX block control support on
> i.MX95
> 
> The NETCMIX block control consists of registers for configuration of
> peripherals in the NETC domain, such as MQS, SAI and NETC. So add the
> NETCMIX block control support on i.MX95 platform.
> 
> ---
> V2:
> 1. Patch 2 is new patch.
> 2. Add rmii reference clock mux for ENETC0 and ENETC1 in patch 3.
> Link to V1:
> https://lore.kernel.org/all/20240709073603.1967609-3-wei.fang@nxp.com/
> Link to V2:
> https://lore.kernel.org/all/20240710084345.2016687-1-wei.fang@nxp.com/
> ---
> 
> Wei Fang (4):
>   dt-bindings: clock: add i.MX95 NETCMIX block control
>   dt-bindings: clock: add RMII clock selection
>   clk: imx95: enable the clock of NETCMIX block control
>   arm64: dts: imx95: Add NETCMIX block control support
> 
>  .../bindings/clock/nxp,imx95-blk-ctl.yaml     |  1 +
>  arch/arm64/boot/dts/freescale/imx95.dtsi      | 12 ++++++++
>  drivers/clk/imx/clk-imx95-blk-ctl.c           | 30 +++++++++++++++++++
>  include/dt-bindings/clock/nxp,imx95-clock.h   |  3 ++
>  4 files changed, 46 insertions(+)
> 
> --
> 2.34.1

There appear to be no further comments.

Hi Abel,
Can you help apply the first three patches to your tree? Our i.MX95 Ethernet
driver depends on this patch set to be able to go upstream. Thanks!

Hi Shawn,
Can you help apply the last patch ("arm64: dts: imx95: Add NETCMIX block
control support") to your tree? Or should I wait until the first three patches
are applied and then send a separate patch about DTS?
Shawn Guo Aug. 13, 2024, 2:33 a.m. UTC | #2
On Mon, Aug 12, 2024 at 06:39:05AM +0000, Wei Fang wrote:
> Hi Abel,
> Can you help apply the first three patches to your tree? Our i.MX95 Ethernet
> driver depends on this patch set to be able to go upstream. Thanks!
> 
> Hi Shawn,
> Can you help apply the last patch ("arm64: dts: imx95: Add NETCMIX block
> control support") to your tree? Or should I wait until the first three patches
> are applied and then send a separate patch about DTS?

I will pick up the DTS one after the first 3 patches get applied.

Shawn