Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Marc Kleine-Budde <mkl@pengutronix.de>,
	 Vincent Mailhol <mailhol@kernel.org>,
	 Kishon Vijay Abraham I <kishon@kernel.org>,
	Rob Herring <robh@kernel.org>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Aswath Govindraju <a-govindraju@ti.com>,
	 Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	 Pengutronix Kernel Team <kernel@pengutronix.de>,
	 Fabio Estevam <festevam@gmail.com>, Frank Li <frank.li@nxp.com>,
	 Haibo Chen <haibo.chen@nxp.com>, Peng Fan <peng.fan@nxp.com>
Cc: linux-can@vger.kernel.org, linux-phy@lists.infradead.org,
	 devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	 imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	 Frank Li <Frank.Li@nxp.com>
Subject: Re: (subset) [PATCH v7 0/8] phy: phy-can-transceiver: Support TJA1048/TJA1051
Date: Tue, 18 Nov 2025 22:48:11 +0530	[thread overview]
Message-ID: <176348629150.62598.2560301627293635701.b4-ty@kernel.org> (raw)
In-Reply-To: <20251001-can-v7-0-fad29efc3884@nxp.com>


On Wed, 01 Oct 2025 21:22:31 +0800, Peng Fan wrote:
> TJA1048 is a Dual channel can transceiver with Sleep mode supported.
> TJA105{1,7} is a Single Channel can transceiver with Sleep mode supported.
> 
> To support them:
> patch 1: add binding doc
> patch 2/3: To support dual channel,
>    - Introduce new flag CAN_TRANSCEIVER_DUAL_CH to indicate the phy
>      has two channels.
>    - Introduce can_transceiver_priv as a higher level encapsulation for
>      phy, mux_state, num_ch.
>    - Alloc a phy for each channel
> patch 4: Simplify code
> patch 5: Add TJA1051,7 support
> Others: Update dts to use phys.
> 
> [...]

Applied, thanks!

[1/8] dt-bindings: phy: ti,tcan104x-can: Document NXP TJA105X/1048
      commit: 05ace63d0bcfe131e741923394c7ce03322a141e
[2/8] phy: phy-can-transceiver: Introduce can_transceiver_priv
      commit: c77464bd9b4155891a135e51f8e916e1ab94fc14
[3/8] phy: phy-can-transceiver: Add dual channel support for TJA1048
      commit: 6e9fe9409e10ed25b43928062832037752630979
[4/8] phy: phy-can-transceiver: Drop the gpio desc check
      commit: d02a7eb12924b7473a62d5a6c9e670fe5bf6e4b7
[5/8] phy: phy-can-transceiver: Add support for TJA105{1,7}
      commit: b817f505926b8ffbdea8aa87b66a622acb9b96e9

Best regards,
-- 
~Vinod



      parent reply	other threads:[~2025-11-18 17:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-01 13:22 [PATCH v7 0/8] phy: phy-can-transceiver: Support TJA1048/TJA1051 Peng Fan
2025-10-01 13:22 ` [PATCH v7 1/8] dt-bindings: phy: ti,tcan104x-can: Document NXP TJA105X/1048 Peng Fan
2025-10-01 13:22 ` [PATCH v7 2/8] phy: phy-can-transceiver: Introduce can_transceiver_priv Peng Fan
2025-10-01 13:22 ` [PATCH v7 3/8] phy: phy-can-transceiver: Add dual channel support for TJA1048 Peng Fan
2025-10-01 13:22 ` [PATCH v7 4/8] phy: phy-can-transceiver: Drop the gpio desc check Peng Fan
2025-10-01 13:22 ` [PATCH v7 5/8] phy: phy-can-transceiver: Add support for TJA105{1,7} Peng Fan
2025-10-01 13:22 ` [PATCH v7 6/8] arm64: dts: imx95-15x15-evk: Use phys to replace xceiver-supply Peng Fan
2025-10-01 13:22 ` [PATCH v7 7/8] arm64: dts: imx8mp-evk: " Peng Fan
2025-10-01 13:22 ` [PATCH v7 8/8] arm64: dts: imx93-11x11-evk: " Peng Fan
2025-11-03  4:08 ` [PATCH v7 0/8] phy: phy-can-transceiver: Support TJA1048/TJA1051 Peng Fan
2025-11-12  8:44 ` Marc Kleine-Budde
2025-11-18 17:18 ` Vinod Koul [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176348629150.62598.2560301627293635701.b4-ty@kernel.org \
    --to=vkoul@kernel.org \
    --cc=a-govindraju@ti.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=frank.li@nxp.com \
    --cc=haibo.chen@nxp.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=kishon@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=mailhol@kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=peng.fan@nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox