]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25012b261da7234c35d7e25e7ebac0a6f8c4e71f
tree48f73e2f727980a8740927344fe2954050445435
parent84854a799911457e293e4a1674db3d93ed0b2c6b
parent15c5de8ab4fc6abad3c8e553abe244b9b5f6ca5f
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>