Re: [PATCH v2 0/2] phy: add support for TH1520 USB PHY
From: Icenowy Zheng
Date: Sat Aug 15 2026 - 00:21:02 EST
在 2026-08-14五的 17:07 -0700,Drew Fustini写道:
> On Thu, Jul 23, 2026 at 04:43:14PM +0800, Icenowy Zheng wrote:
> > This patchset is splitted from the "Add TH1520 USB support"
> > patchset,
> > with only the PHY binding/driver part.
> >
> > Icenowy Zheng (2):
> > dt-bindings: phy: add binding for T-Head TH1520 USB PHY
> > phy: add a driver for T-Head TH1520 USB PHY
> >
> > .../bindings/phy/thead,th1520-usb-phy.yaml | 73 +++++++
> > drivers/phy/Kconfig | 1 +
> > drivers/phy/Makefile | 1 +
> > drivers/phy/thead/Kconfig | 11 ++
> > drivers/phy/thead/Makefile | 2 +
> > drivers/phy/thead/phy-th1520-usb.c | 180
> > ++++++++++++++++++
> > 6 files changed, 268 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/phy/thead,th1520-usb-phy.yaml
> > create mode 100644 drivers/phy/thead/Kconfig
> > create mode 100644 drivers/phy/thead/Makefile
> > create mode 100644 drivers/phy/thead/phy-th1520-usb.c
> >
> > --
> > 2.52.0
>
> Hi, are you planning to send an updated version?
I am not planning before getting any review from PHY maintainers.
Thanks,
Icenowy
>
> Thanks,
> Drew