Re: [PATCH v1] platform/chrome: cros_usbpd_notify: defer probe when parent EC driver isn't ready

From: Tzung-Bi Shih

Date: Thu Oct 02 2025 - 22:25:19 EST


On Thu, Oct 02, 2025 at 12:42:09PM -0700, Jameson Thies wrote:
> >
> > Does it make more sense to use fwnode_get_parent()?
>
> I was initially planning to use fwnode_get_parent(), but calling that
> from cros_usbpd_notify.c would require an ABI update to build for
> android.

It doesn't change the ABI but extend the dependencies.

I think fwnode_get_parent() should be preferred to use from maintenance
aspect.