[PATCH v2 2/2] phy: ti: ti-pipe3: allow configuring ACSPCIe TX/RX mode

David Oberhollenzer david.oberhollenzer at sigma-star.at
Mon Aug 10 00:48:11 PDT 2026


On 8/6/26 11:24 AM, sashiko-bot at kernel.org wrote:
> 
> [Severity: High]
> Does converting all syscon lookup errors to -EINVAL break probe deferral?
> 
> If syscon_regmap_lookup_by_phandle_args() returns -EPROBE_DEFER because the
> syscon driver probes later, this converts the error to -EINVAL and prevents
> the driver from deferring properly.
> 

To rehash the previous discussion: The function can return either -ENODEV
or -EINVAL. The probe deferral issue appears to be a hallucination.

As for the rest of the ignored return state and warning: the implementation
mimics how similar properties in related drivers have been implemented,
see: dra7xx_pcie_unaligned_memaccess() or dra7xx_pcie_configure_two_lane()

Greetings,

David




More information about the linux-phy mailing list