Re: [PATCH v3 2/4] phy: axiado: add Axiado eMMC PHY driver
Tzu-Hao Wei <[email protected]>
| Newsgroups | org.ozlabs.lists.openbmc,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-phy,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 3/18/2026 3:52 AM, Tzu-Hao Wei wrote: > From: SriNavmani A <[email protected]> > > It provides the required configurations for Axiado eMMC PHY driver for > HS200 mode. > > Signed-off-by: SriNavmani A <[email protected]> > Co-developed-by: Prasad Bolisetty <[email protected]> > Signed-off-by: Prasad Bolisetty <[email protected]> > Signed-off-by: Tzu-Hao Wei <[email protected]> > --- > drivers/phy/Kconfig | 1 + > drivers/phy/Makefile | 1 + > drivers/phy/axiado/Kconfig | 11 ++ > drivers/phy/axiado/Makefile | 1 + > drivers/phy/axiado/phy-axiado-emmc.c | 217 +++++++++++++++++++++++++++++++++++ > 5 files changed, 231 insertions(+) > Hi Vinod, Just a gentle ping on this patch series. Since you reviewed the previous version, I wanted to check if you might have a chance to take a look at this one when time permits. Any feedback would be appreciated. Best regards, TH