Re: [PATCH v13 1/5] phy: core: Add phy_get_by_of_node()
Bryan O'Donoghue <[email protected]>
| Newsgroups | dev.linux.lists.sashiko-reviews,org.infradead.lists.linux-phy,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
On 28/07/2026 10:46, [email protected] wrote: > [Severity: High] > If a caller uses the new phy_get_by_of_node() API on a device node compatible > with "usb-nop-xceiv", will it bypass this check? No it won't but, it is not _supposed_ to. Literally just doing functional decomposition here. If someone misuses that decomp, that's on them, not part of this patch. I don't see much point in moving that specific workaround into a lower-level boiler-plate but, its up to the PHY maintainers to decide. --- bod