Merge branch 'dpaa2-mac-various-updates'
authorJakub Kicinski <kuba@kernel.org>
Sun, 10 Jan 2021 00:21:33 +0000 (16:21 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 10 Jan 2021 00:21:33 +0000 (16:21 -0800)
commit430cc4841f3fef78e4cbad8e45efe5a52d01a354
tree48f73e2f727980a8740927344fe2954050445435
parent38f7b449256490c312e4e83101075201fb5f87d1
parent14002089888b9f1fa486f37fa17d674e3b5422af
Merge branch 'dpaa2-mac-various-updates'

Ioana Ciornei says:

====================
dpaa2-mac: various updates

The first two patches of this series extends the MAC statistics support
to also work for network interfaces which have their link status handled
by firmware (TYPE_FIXED).

The next two patches are fixing a sporadic problem which happens when
the connected DPMAC object is not yet discovered by the fsl-mc bus, thus
the dpaa2-eth is not able to get a reference to it. A referred probe
will be requested in this case.

Finally, the last two patches make some cosmetic changes, mostly
removing comments and unnecessary checks.

Changes in v2:
 - replaced IS_ERR_OR_NULL() by IS_ERR() in patch 4/6
 - reworded the commit message of patch 6/6
====================

Link: https://lore.kernel.org/r/20210108090727.866283-1-ciorneiioana@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>