[PATCH 2/3] drivers: net: cpsw: fix error messages when using phy-handle DT property
Rob Herring
robh at kernel.org
Tue Dec 29 12:30:34 PST 2015
On Tue, Dec 22, 2015 at 07:36:33PM -0500, David Rivshin (Allworx) wrote:
> From: David Rivshin <drivshin at allworx.com>
>
> The phy-handle, phy_id, and fixed-link properties are mutually exclusive,
> and only one need be specified. However if phy-handle was specified, an
> error message would complain about the lack of phy_id or fixed-link.
>
> Also, if phy-handle was specified and the subsequent of_phy_connect()
> failed, the error message still referenced slaved->data->phy_id, which
> would be empty. Instead, use the name of the device_node as a useful
> identifier.
>
> Fixes: 9e42f715264f ("drivers: net: cpsw: add phy-handle parsing")
> Signed-off-by: David Rivshin <drivshin at allworx.com>
> ---
> This would require some adjustments to backport to 4.3-stable due to
> other changes in this area. Let me know if you want a version of this
> against v4.3.3.
>
> Documentation/devicetree/bindings/net/cpsw.txt | 4 ++--
For the binding:
Acked-by: Rob Herring <robh at kernel.org>
More information about the linux-arm-kernel
mailing list