Merge branch 'stmmac-errors'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Jul 2023 09:19:05 +0000 (10:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jul 2023 09:19:05 +0000 (10:19 +0100)
commite0f0a5db5f8c413cbbf48607f711c2a21023ee66
tree536716d4f1f1a0e65c405865c6ed45773972b7e4
parent47b7acfb016b9fdc950cb501c351faf5723b1868
parent27381e72a2db75a8d82b4baed705b9cc4e5d278d
Merge branch 'stmmac-errors'

Andrew Halaney says:

====================
net: stmmac: dwmac-qcom-ethqos: Improve error handling

This series includes some very minor quality of life patches in the
error handling.

I recently ran into a few issues where these patches would have made my
life easier (messing with the devicetree, dependent driver of this
failing, and incorrect kernel configs resulting in this driver not
probing).

v1: https://lore.kernel.org/netdev/20230629191725.1434142-1-ahalaney@redhat.com/
Changes since v1:
    * Collect tags (Andrew Lunn)
    * Switch to of_get_phy_mode() (Andrew Lunn)
    * Follow netdev patch submission process (net-next subject, wait
      until merge window is open) (Simon)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>