From: Claudiu Beznea <claudiu.beznea@tuxon.dev>
To: Biju Das <biju.das.jz@bp.renesas.com>,
"nobuhiro.iwamatsu.x90@mail.toshiba"
<nobuhiro.iwamatsu.x90@mail.toshiba>,
"pavel@nabladev.com" <pavel@nabladev.com>
Cc: "cip-dev@lists.cip-project.org" <cip-dev@lists.cip-project.org>
Subject: Re: [cip-dev] [PATCH 6.1.y-cip 21/21] usb: renesas: Suppress binding attributes
Date: Mon, 15 Jun 2026 12:03:17 +0300 [thread overview]
Message-ID: <b449bbfa-b9d9-4595-87d4-b0600fe92be3@tuxon.dev> (raw)
In-Reply-To: <TY3PR01MB113469BEC5232D3C9713D21D286E62@TY3PR01MB11346.jpnprd01.prod.outlook.com>
On 6/15/26 11:25, Biju Das wrote:
> Hi Claudiu,
>
>> -----Original Message-----
>> From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On Behalf Of Biju Das via lists.cip-
>> project.org
>> Sent: 15 June 2026 08:42
>> To: Claudiu.Beznea <claudiu.beznea@tuxon.dev>; nobuhiro.iwamatsu.x90@mail.toshiba; pavel@nabladev.com
>> Cc: cip-dev@lists.cip-project.org
>> Subject: Re: [cip-dev] [PATCH 6.1.y-cip 21/21] usb: renesas: Suppress binding attributes
>>
>>>>
>>>> On mainline while adding RZ/G3L USB2.0 host support, I used to get
>>>> WARN_ON for regulator enable count during PHY unbind/bind and is
>>>> fixed by[1]
>>>
>>> Is not about the harmless WARN_ON() but failures that lead to system crashes.
>>
>> Looks it is 6.1 and 5.10 related as I do not see a patch related to this in 6.12
>
> Since on bind/unbind in mainline works fine, it could be that we are missing some patch
> On 5.10 and 6.1
>
> I will avoid restricting bind/unbind on these devices on 6.1 and 5.10.
I failed to find a fix patch to backport for this and I expect to be something
core specific.
Thank you,
Claudiu
prev parent reply other threads:[~2026-06-15 9:03 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-11 10:45 [PATCH 6.1.y-cip 00/21] Backport RZ/G3S USB support Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 01/21] clk: renesas: r9a08g045: Add clocks, resets and power domains for USB Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 02/21] reset: rzg2l-usbphy-ctrl: Add support for USB PWRRDY Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 03/21] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G3S support Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 04/21] reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S SoC Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 05/21] reset: rzg2l-usbphy-ctrl: Fix a NULL vs IS_ERR() bug in probe Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 06/21] reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_bits() Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 07/21] reset: rzg2l-usbphy-ctrl: Add suspend/resume support Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 08/21] reset: rzg2l-usbphy-ctrl: Check pwrrdy is valid before using it Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 09/21] usb: host: Do not check priv->clks[clk] Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 10/21] usb: host: ehci-platform: Call reset assert/deassert on suspend/resume Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 11/21] usb: host: ohci-platform: " Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 12/21] dt-bindings: usb: renesas,usbhs: Document RZ/G3S SoC Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 13/21] usb: renesas_usbhs: Assert/de-assert reset signals on suspend/resume Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 14/21] dt-bindings: phy: renesas,usb2-phy: Mark resets as required for RZ/G3S Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 15/21] phy: renesas: rcar-gen3-usb2: store drvdata pointer in channel Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 16/21] phy: renesas: rcar-gen3-usb2: Add support for the RZ/G3S SoC Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 17/21] phy: renesas: rcar-gen3-usb2: Move phy_data->init_bus check Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 18/21] phy: renesas: rcar-gen3-usb2: Add suspend/resume support Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 19/21] arm64: dts: renesas: r9a08g045: Add USB support Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 20/21] arm64: dts: renesas: rzg3s-smarc: Enable " Claudiu Beznea
2026-06-11 10:45 ` [PATCH 6.1.y-cip 21/21] usb: renesas: Suppress binding attributes Claudiu Beznea
2026-06-13 5:54 ` [cip-dev] " Biju Das
2026-06-15 7:35 ` Claudiu Beznea
2026-06-15 7:42 ` Biju Das
[not found] ` <18B9314B608D99FF.312216@lists.cip-project.org>
2026-06-15 8:25 ` Biju Das
2026-06-15 9:03 ` Claudiu Beznea [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=b449bbfa-b9d9-4595-87d4-b0600fe92be3@tuxon.dev \
--to=claudiu.beznea@tuxon.dev \
--cc=biju.das.jz@bp.renesas.com \
--cc=cip-dev@lists.cip-project.org \
--cc=nobuhiro.iwamatsu.x90@mail.toshiba \
--cc=pavel@nabladev.com \
/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