All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/3] USB prerequisites for PHY consumer/provider split
@ 2026-08-10 12:56 Vladimir Oltean
  2026-08-10 12:56 ` [PATCH v9 1/3] usb: add missing headers transitively included by <linux/phy/phy.h> Vladimir Oltean
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vladimir Oltean @ 2026-08-10 12:56 UTC (permalink / raw)
  To: linux-usb; +Cc: imx, linux-arm-kernel, linux-kernel, linux-tegra

"[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API"
https://lore.kernel.org/linux-phy/20260505100523.1922388-1-vladimir.oltean@nxp.com/
became unmanageably large for a single patch series and needs to be
split per subsystem.

Here are the patches pertaining to USB extracted out of the larger
series.

Change log in individual patches.

Vladimir Oltean (3):
  usb: add missing headers transitively included by <linux/phy/phy.h>
  usb: host: tegra: avoid direct dereference of phy->dev.of_node
  usb: gadget: tegra-xudc: avoid direct dereference of phy->dev.of_node

 drivers/usb/chipidea/ci_hdrc_imx.c   |  1 +
 drivers/usb/core/hcd.c               |  1 +
 drivers/usb/dwc3/dwc3-generic-plat.c |  1 +
 drivers/usb/dwc3/dwc3-imx.c          |  1 +
 drivers/usb/dwc3/gadget.c            |  1 +
 drivers/usb/gadget/udc/tegra-xudc.c  | 43 +++++++++++++++++++++-------
 drivers/usb/host/xhci-tegra.c        | 43 +++++++++++++++++-----------
 7 files changed, 64 insertions(+), 27 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-08-10 17:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10 12:56 [PATCH v9 0/3] USB prerequisites for PHY consumer/provider split Vladimir Oltean
2026-08-10 12:56 ` [PATCH v9 1/3] usb: add missing headers transitively included by <linux/phy/phy.h> Vladimir Oltean
2026-08-10 17:05   ` Frank Li
2026-08-10 12:56 ` [PATCH v9 2/3] usb: host: tegra: avoid direct dereference of phy->dev.of_node Vladimir Oltean
2026-08-10 13:08   ` sashiko-bot
2026-08-10 12:56 ` [PATCH v9 3/3] usb: gadget: tegra-xudc: " Vladimir Oltean
2026-08-10 13:07   ` sashiko-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.